π οΈSetup
This is a detailed setup guide for Multi Job Selection System. If you have any questions before making a purchase, you can contact us on Discord
Setting Up the Script
CREATE TABLE IF NOT EXISTS `player_multijob` ( `id` INT(255) NOT NULL AUTO_INCREMENT, `identifier` VARCHAR(100) NOT NULL COLLATE 'utf8mb4_general_ci', `job` VARCHAR(100) NOT NULL COLLATE 'utf8mb4_general_ci', `grade` INT(11) NOT NULL, `removeable` TINYINT(1) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB AUTO_INCREMENT=35 ;

Events and Exports
Client Side
Server Side
Last updated
