💡Installation

Installation guide of Busker System

Step 1: Move resource

Extract the zip you downloaded from keymaster and drop the stg_butcher folder in the resources folder.

Step 2: Install SQL files

Insert the stg_butcher/setup-files/data.sql file to your database.

Step 3: Install items

INSERT INTO `items` (`name`, `label`) VALUES
('guitar', 'Guitar');

Step 4: Install requirement scripts

Step 5: Start script

Start stg_busker in server.cfg.

ensure stg_busker

Last updated