ProxyKick is a very basic BungeeCord plugin which allows Minecraft server moderators to kick players from the entire bungee network with optional custom message.
- A bypass permission node is available to exempt players from beeing kicked (CONSOLE and Rcon can still kick anyone).
- A kick command is available to kick a player from the entire bungee network with an optional custom message.
- A kickall command is available to kick all players from the entire bungee network with an optional custom message.
- A reload command is available to reload configuration and localization data.
- A version command is available to show plugin version and informations.
- A help command is available to show the help page, containing command list.
- Initial localization strings (English and French) are available, to customize kick messages.
proxykick.kick
- Allows to use the /kick
and /proxykick:kick
commands.
proxykick.kickall
- Allows to use the /kickall
and /proxykick:kickall
commands.
proxykick.bypass
- Allows player to be insensitive to /kick
command.
proxykick.reload
- Allows player to reload config files using /proxykick:reload
command.
/kick [playername] (reason)
- Kick player with a message.
/kickall (reason)
- Kick everyone with a message.
/proxykick:help
- Show the help page.
/proxykick:reload
- Reload the configuration files.
/proxykick:version
- Show plugin version.
/kick IndividuLambda
- Kicks a player with no reason.
/kick IndividuLambda Get out!
- Kicks a player with the reason "Get out!".
/kickall Bye everyone!
- Kicks every player that do not have bypass permission.
Feel free to give me feedback using the Issues tab !
Augustin Blanchet