-
Notifications
You must be signed in to change notification settings - Fork 154
Custom Banlist Plugins
From Update 4.5 and onwards, EasyAdmin Supports Custom Banlists ( for example using MySQL ), these can be handled by plugin resources
Once the plugin is installed and added BEFORE EasyAdmin into the server.cfg file, adding
set ea_custombanlist "true"
to your server.cfg file is required so EasyAdmin knows not to use the banlist.json file anymore.
Do note that the existing json file will not be converted, this will have to be done by typing
convertbanlist
in the server console after starting the server.
Do note that this command can also be used to convert the custom banlist implementation to json if the convar is set to false instead.
Once the server has been booted, EasyAdmin-MySQL will automatically create the table in MySQL, this however is not guaranteed for 3rd party plugins
Current known Plugins:
( if you made a plugin and want it listed here, create an issue )