About Server Redirect on login
ServerRedirect automatically redirect your players to another server of your choice on login.
Usefull for when you change IP or merge servers.
The plugin handles the reconnection, no action is needed by the players. It's 100% automatic.
When they log in to the old server, a message will be displayed and they will be redirected to the new IP and port after the timer runs out.
No need for permissions, just load the plugin, edit the config with your ip, port, message and timer (seconds) and reload the plugin so it starts redirecting players to your new ip.
Example of config file:
{
"RedirectDelay": 10,
"RedirectMessage": "This server has moved IP, you will be redirected in {0} seconds.",
"TargetServerIP": "0.0.0.0",
"TargetServerPort": 0
}