Installation

SQL

CREATE TABLE IF NOT EXISTS player_mining (
    citizenid VARCHAR(50) PRIMARY KEY,
    xp INT DEFAULT 0,
    level INT DEFAULT 1,
    tool VARCHAR(50) DEFAULT 'pickaxe',
    owned_tools TEXT DEFAULT '[]'
);

If you would like to use the car gen disabler, just ensure it as you normally would, if not, just delete it This script out of the box uses https://bzzz.tebex.io/package/5113812, Dont own it? Thats okay, you can config all props in the config

Enjoy! You can let us know if theres any issues or if you have any questions here

Last updated