Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 732 Bytes

Server Switcher

This plugin allows you to switch servers with custom commands.

Configuration

The default configuration contains the lobby:

[[server]]
name = "lobby"
command = "lobby"

The name is the server name registered in the velocity configuration.
The command is what you type in the chat, for example: /lobby.

To add more servers, you can simply add a new block:

[[server]]
name = "lobby"
command = "lobby"

[[server]]
name = "farmworld"
command = "farm"

This plugin only works on Velocity proxies!
There is currently no check whether a command has already been registered or not.

To reload the configuration while the server is running, you can use the /serswi reload command.