BungeeKick works kind of like MoveMeNow. When players are kicked from a proxied server, they are pushed to the lobby instead of quitting the session, and are given the kick reason as a message. BungeeKick doesnt have the Blacklist/Whitelist compatibility like MoveMeNow. You can try my Bukkit plugin WhitelistPerm for this.
- Tested Minecraft Versions:
- 1.7
- 1.8
Please report any issues with this plugin HERE
If you like my work, please consider donating, I would greatly appreciate it.
Config.yml
This can be found under /plugins/BungeeKick folder.
Kick Message supports color. Just use minecraft color codes. you can use the '&' symbol instead of 'ยง' as well.
Code (Text):ServerName: 'lobby'
# This is where the player is kicked to. This is usually the lobby/hub server
KickMessage: '&6You have been kicked! Reason: &2'
# Message to be sent to the player who has been kicked. This message is followed by the kick reason
ShowKickMessage: True
# Set this to True if you want the kicked player to be able to see the kick reason.
This plugin is licensed under CC Attribution-ShareAlike 4.0 International. In very basic terms, Do whatever you want with the code of this plugin, as long as you give credits to the author and/or the plugin itself.
Please leave a comment or rate the plugin, and tell me what you think of it. I would really appreciate it.

BungeeKick 1.2
A bungee plugin that teleports the player back to lobby on kick.
Recent Updates
- Added option to disable showing kick reason to kicked player in config. May 1, 2015
- Bug Fixes + COLOR! Oct 28, 2014