Skip to content

Custom Banlist Plugins

Blue edited this page Apr 25, 2021 · 3 revisions

Note, as of 5.2, this is no longer officially supported, use at your own risk!

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:

MySQL-Async for EasyAdmin

GHMattiMySQL for EasyAdmin

( if you made a plugin and want it listed here, create an issue )