Installation
Dependencies
Asset download
installation
CREATE TABLE IF NOT EXISTS `crafting` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`citizenid` varchar(50) NOT NULL DEFAULT '0',
`itemname` varchar(550) NOT NULL DEFAULT '0',
`amount` int(111) DEFAULT 1,
`start` varchar(550) NOT NULL DEFAULT '0',
`startlua` varchar(550) NOT NULL DEFAULT '0',
`endd` int(100) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;Finally Customize Your setting in config.lua
Last updated