Installation guide
Welcome to the Brutal Crafting installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
ALTER TABLE users DROP COLUMN IF EXISTS crafting_level;
ALTER TABLE users DROP COLUMN IF EXISTS crafting_xp;
ALTER TABLE `users` ADD COLUMN `crafting_level` int NOT NULL DEFAULT 1;
ALTER TABLE `users` ADD COLUMN `crafting_xp` int NOT NULL DEFAULT 0;ALTER TABLE players DROP COLUMN IF EXISTS crafting_level;
ALTER TABLE players DROP COLUMN IF EXISTS crafting_xp;
ALTER TABLE `players` ADD COLUMN `crafting_level` int NOT NULL DEFAULT 1;
ALTER TABLE `players` ADD COLUMN `crafting_xp` int NOT NULL DEFAULT 0;Asset positioning
Setting up the Webhook

Setting the loaded event

Checking the Config file
Most important steps
Editing framework
If you got any error
Last updated
