Improve the ServerKickEvent to fire when a server crashes or shuts do…#39
Improve the ServerKickEvent to fire when a server crashes or shuts do…#39fuzzybot wants to merge 1 commit into
Conversation
…wn too fast, and include the Cause
|
Would this break backwards compatibility somehow? |
|
This will not break any plugins listening to ServerKickEvent as this only adds a getCause() function, and is just firing it in a couple more cases instead of kicking the user entirely from the proxy (which a plugin would not have seen before). This will not break any plugins listening to ServerDisconnectEvent as the event will still be fired the same way and in the same instances as before. |
Include the cause of the kick Merges #39
|
Merged manually |
Include the cause of the kick Merges #39
|
I just want to point out that this is the pull request that I sent to BungeeCord (SpigotMC/BungeeCord#1851). |
|
I would like to apologies on behalf of the Waterfall team. I'll rewrite the patch to have you as the author. |
|
ah, woops. forgot to change the author header. |
…wn too fast, and include the Cause