Script installation guide
Welcome to the Brutal Premium Shop installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
ALTER TABLE `users`
ADD COLUMN `premium_points` INT NOT NULL DEFAULT 0,
ADD COLUMN `premium_history` TEXT NULL DEFAULT '{}';
CREATE TABLE IF NOT EXISTS `brutal_premium_shop` (
`category` text DEFAULT NULL,
`data` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
INSERT INTO `brutal_premium_shop` (`category`, `data`) VALUES
('_others', '{"cooldown":true,"cooldown_time":5,"featured":[],"coin_transfer":true,"allTime":0,"coin_conversion":100,"coin_transfer_minimum":10,"last30Days":[],"feature_moving":true,"monthlyTotals":[],"statistic":[]}'),
('_cases', '[]'),
('_alerts', '{"alert_label":"","connect":false,"alert_des":"","color":"#79cfe0","icon":"5","auto_text":true,"alert_number":"","visibility":false,"position":[{"X":["right",-1],"Y":["",0]},{"X":["right",35],"Y":["up",487]}],"type":"float"}');
CREATE TABLE IF NOT EXISTS `brutal_premium_shop_codes` (
`order_number` text DEFAULT NULL,
`order_id` text DEFAULT NULL,
`amount` int(11) DEFAULT NULL,
`customer_email` text DEFAULT NULL,
`metadata` text DEFAULT '{"used":false}',
`created_at` int(11) DEFAULT unix_timestamp(),
UNIQUE KEY `No duplicate` (`order_id`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;Choose Payment system
Compare them by clicking here 👈
Asset positioning
Setting up the Webhook

Setting the loaded event

Checking the Config file
Most important steps
If you have finished
Last updated
