💡Installation
Installation guide of Treasure Map System.
Step 1: Move resource
Extract the zip you downloaded from keymaster and drop the stg-treasuremap folder in the resources folder.
Step 2: Add Items
ℹ️ Items like goldbar, diamond_ring, diamond, and goldchain are mostly found in QB servers, so first check whether they already exist.
ℹ️ It works with all inventories, I’ve just included a few examples
🖼️ You can find the item images inside the item-images folder located in the [SETUP] directory.
INSERT INTO items (name, label)
VALUES
('treasure_map_small', 'Small Treasure Map'),
('treasure_map_medium', 'Medium Treasure Map'),
('treasure_map_large', 'Large Treasure Map'),
('shovel', 'Shovel'),
('goldbar', 'Gold Bar'),
('diamond_ring', 'Diamond Ring'),
('diamond', 'Diamond'),
('goldchain', 'Gold Chain');
Step 3: Start script
Start stg-treasuremap in server.cfg.
ensure stg-treasuremap
Last updated