Installation guide
Welcome to the Brutal Pets installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
CREATE TABLE IF NOT EXISTS `brutal_pets_business` (
`shop_id` varchar(50) DEFAULT NULL,
`owner` varchar(50) DEFAULT NULL,
`balance` int(11) DEFAULT NULL,
`stock` longtext DEFAULT NULL,
`orders` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
CREATE TABLE `brutal_pets` (
`identifier` varchar(128) NOT NULL,
`name` varchar(128) NOT NULL,
`model` varchar(128) NOT NULL,
`type` varchar(128) NOT NULL,
`dead` varchar(128) NOT NULL,
`skin` int(128) NOT NULL,
`collar` int(128) NOT NULL,
`thirst` int(128) NOT NULL,
`hunger` int(128) NOT NULL,
`hp` int(128) NOT NULL);Upload the items
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
