So I have a single mysql server that I want to use to share / sync bans across multiple servers. Though I am having an issue where different game servers have different incremental BAN_IDs:
~/serverfiles/oxide/data/EnhancedBanSystem_ID.json
Sharing the bans is not a problem (all servers can connect to the mysql database and run querries when players connect with no issue and will prevent players from joining if on the ban list). The problem is I cant have mutliple servers ADD bans to the mysql database as the banning "id" between game servers are not shared between the plugin.
I have tried manually editing in linux and reloading the plugin with no sucess (keeps reverting back):
~/serverfiles/oxide/data/EnhancedBanSystem_ID.json
If a 2ndary server tries to add a ban using an exsisting id game console it will say MySQL: Successfully added...... etc, but running a mysql query to veryify shows its not added.