On last update, bungeecord support was dropped, because of config update. This update has major changes for bungee version and minor changes for spigot version.
Spigot Changes:
The way Logger sends messages to the console has been slightly changed.
Removed BlacklistManager statistics in main /guard command
The command /guard antibot is much better than it was before. Removed IP Lists, and instead there is two sections: Antibot Status - Module status, Protection status, Connections per second, Ping per second and Joins per second, and second section is just number of blacklisted and whitelisted adresses.
Added Server ID and API checking.
Changed update notification.
Added new config option "debug" - you can enable or disable printing config values on enabling. (You can just copy text below and place in config anywhere you want).
Code (Text):
# Debug will log all config values, so if you got "null" error,
# you should enable it before reporting error to developer.
debug: false
BungeeCord changes (i just ported some features from spigot)
:
Bungeecord now uses config file named "config_bungee.yml".
Added Logger to console and file.
Added GeoIP protection.
Added 3-Site proxy detection.
Added PING_SPEED detection.
Improved ATTACK_SPEED and overall bot detection.
Added Firewall commands.
Added ATTACK_MODE.
ConnectionCloser will now log closed connections (adress and name) using Logger.