Skip to content

gamecrash534/MoveMeNow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveMeNow

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.

Configuration:

message: "%kickmsg%"
servername: "server2"
mode: whitelist
list:
- ban
- kick

Note

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%