This is a port of the known MoveMeNow-Plugin from SpigotMC, to use on BungeeCord-Proxies. It will move a player, when he gets kicked, to a predefined other server on the proxy, based on a white/blacklist.
message: "%kickmsg%"
servername: "server2"
mode: whitelist
list:
- ban
- kickNote
Mode can either be blacklist or whitelist. In blacklist mode, player will always be moved to default server unless his kick message contains one of the words/phrases in list. In whitelist mode, he will always be kicked unless his kick message contains one of the phrases in list. The servername is the name of the server (in the bungee config) to kick to.
Message is the message sent to the player when he switches server. It can be spanned over multiple lines using the following syntax:
message: |
"This is the first line"
"%kickmsg%"
"This is the third line"The %kickmsg% will be replaced by the reason the server kicked the user in the first place.