💡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');

Step 3: Start script

Start stg-contract in server.cfg.

ensure stg-contract

Last updated