💡Installation

Installation guide of Fruit Job

Step 1: Move resource

Extract the zip you downloaded from keymaster and drop the stg-fruit 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 images folder located in the [SETUP]/item-images folder.

INSERT INTO items (name, label) VALUES
  ('apple', 'Apple'),
  ('applejuice', 'Apple Juice'),
  ('basket', 'Basket');

Step 3: Start script

Start stg-fruit in server.cfg.

ensure stg-fruit

Last updated