💡Installation
Installation guide of Contract System.
Step 1: Move resource
Extract the zip you downloaded from keymaster and drop the stg-contract folder in the resources folder.
Step 2: Add Items
ℹ️ 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 ('contract', 'Contract');contract = { name = 'contract', label = 'Contract', weight = 100, type = 'item', image = 'contract.png', unique = true, useable = true, shouldClose = true, description = 'A Useable Contract' },['contract'] = {
label = 'Contract',
weight = 1000,
stack = false
},Step 3: Start script
Start stg-contract in server.cfg.
ensure stg-contractLast updated