Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Details
Licensed AGPL-3.0-only
Published 4 months ago
Updated 4 months ago
ServerSwitcher Plugin
About
The ServerSwitcher Plugin is a Bukkit/Spigot/Paper plugin that enables server administrators and other plugins to send players to different BungeeCord or Velocity-connected servers. Since the backend server and plugins on it typically do not have access to the /server
command , this plugin provides an alternative method for transferring players between servers using a command and the plugin messaging channel.
Features
- Allows players to be sent to another server using the
/sendto <player> <server>
command. - Supports both BungeeCord and Velocity proxy networks.
- Uses the plugin messaging channel for seamless player transfers.
- Can be utilized by other plugins to programmatically move players between servers.
Use Cases
- Administrators can move players between servers without needing direct proxy access.
- Developers can integrate server switching into their own plugins for custom teleportation mechanics.
- Automated events or minigame servers can send players to different lobbies or game servers dynamically.
Command
/sendto <player> <server>
– Moves a player to the specified server.
Installation
- Install BungeeCord or Velocity and configure multiple servers.
- Place the ServerSwitcher plugin
.jar
file into your Bukkit/Spigot/Paper (Back end) server’splugins
folder. - Restart the server to enable the plugin.
Dependencies
- Requires either a BungeeCord or Velocity proxy setup.
- Compatible with Bukkit/Spigot/Paper servers.
THIS IS NOT A PROXY PLUGIN, IT IS ONLY TO BE RUN ON THE BACKEND!