BungeeAdminTools
BungeeAdminTools copied to clipboard
BungeeCord modular administration plugin
Need fix for mysql connector in later bungeecords
To get rid of the warnings in the console about not configured ssl settings, I added an option to activate/deactivate ssl. This is appended to the jdbc connection Strings.
I cloned the mute module, so syntax is identical - local watch may not really be useful, I'd use global all the time, but simplest to just keep it the...
banListHeader activeBanListRow archiveBanListRow
The plugin doesn't seem to support IPv6 connections. I've just tested this by connecting to a BungeeCord instance via IPv6: 
https://github.com/alphartdev/BungeeAdminTools/blob/18d9afa09df4dab754cd76ea1ecc0fb89a1b843d/src/main/java/fr/Alphart/BAT/database/SQLQueries.java#L259 Table name should be `BAT_comments` instead of `bat_comments`
Since Minecraft only allows on usernames A-z,0-9 and "_" it doesn't make sense to log into BAT_players invalid usernames like this ones... http://prntscr.com/jjqv58 So i suggest prevent them from being...
Can you add a freature to send banned player to a specified server?