Skip to content

Uweb95/serverswitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages