Adapt the config.lua and defaulthud.json for your server
Follow the instalation below
Enjoy!
SQL Code
Insert the following code on your database:
CREATE TABLE IF NOT EXISTS `players_preferences` (
`identifier` varchar(255) NOT NULL,
`preferences` mediumtext NOT NULL,
PRIMARY KEY (`identifier`)
);