A simple plugin that adds /server to the backend, for use with other plugins.
BackendServerCommand
A simple Paper (or Folia) plugin that adds a /server
command to the backend server that you install it on.
Usage
To go to another server, you can execute /server <server>
as the player. To send someone else to a server, use /server <server> <player>
.
Note that the <player>
argument allows for multi-player selection as well, using @a
, @r
, etc.
Permissions
backendservercommand.use
- lets you use the command to switch servers.backendservercommand.use.other
- lets you send others between servers.
All permissions default to OP-only.
FAQ
The command conflicts with another plugin's!
You can use the namespaced command internally, /backendservercommand:server
. If you want your players to be able to use the simple command and don't care to (or can't) remove the other plugin's command, you can use commands.yml
to create an alias that maps /server
to /backendservercommand:server $1-
(more info)
Information
Category | Admin Tools |
---|---|
Published on | April 10, 2025 |
License | Unspecified |
Downloads | 20 |
Stars | 1 |
Watchers | 0 |