-
Notifications
You must be signed in to change notification settings - Fork 70
Description
using anticheat v2.0.2 and bukkit 1.7.2.r0.3 beta with mcbans v4.21(latest). When a user spams the server the player gets kicked but then crashes the server. To the player it doesn't kick the user since it downs the server before the kick is sent to the player successfully. Able to repeat the issue numerous times to make sure what the issue was.
Workaround:
In the config.yml the actions for kick can be changed from KICK to COMMAND[kick &player Spamming;say &player kicked for spamming]. Its basicly the same thing but matches mcbans formatting (kick ). After changing the kick action in the config file the server no longer crashes and the user gets kicked. I am not sure if the issue only exists between mcbans and anticheat or if it is simply an anticheat bug.