About Force Joiner
Force Joiner is an admin plugin, which allows administrators to force join players to different server
Usage
Let's say you want to wipe your server, but don't want to lose the playerbase, well just connect them for a while to your other server and then you can redirect them back
Permissions:
forcejoiner.use Gives user ability to use /fjoin command
forcejoiner.useall Gives user ability to use /fjoinall command
forcejoiner.bypass Admins won't be able to redirect this user
Â
Commands:
/fjoin (player) (ip:port) This will force join the specified player to specified server.
/fjoinall (ip:port) This will force join all players to specified server.
Â
Localization:
["Syntax fjoin"] = "Syntax: /fjoin (player) (ip:port)",
["Syntax fjoinall"] = "Syntax: /fjoinall (ip:port)",
["No Player"] = "Couldn't find the target player",
["Fjoin"] = "Forcing {0} to {1}:{2}",
["Fjoinall"] = "Forcing everyone({0} players) to {1}:{2}",
["Bypass"] = "{0} cannot be forced to other server.",
Â