🚶MoveCommands

Create a command to move to servers

config.yml
movecommands:
    enabled: true
    lobby:
        server:
        - lobby1
        - lobby2
        message: '&aYou have been moved to a &blobby'
    survival:
        server:
        - survival
        message: '&aYou have been moved to the &dsurvival'

You can create commands (for example /survival) to move to another server.

You can add as many commands as you want. Copy one of the two examples. The first, that has 2 servers, when used, it will randomly choose from one of those (and in case it is offline, it will try the other). The second one, will teleport directly to that server.

You can set up a message when using the command too

The command is the name you set to the section. On those examples, /lobby and /survival

Last updated