Example: lobby
Goal: Forward a proxy /server lobby command from a Paper server.
name: lobby
enabled: true
ignore-permission-check: false
hide-permission-warning: false
commands:
- command: "server lobby"
delay: 0
target-executor: "player"
check-if-executor-is-player: true
check-if-executor-is-on-server: true
What happens?
- Registers
/lobbycommand. - Runs
server lobbyon the player. - Player is moved to the
lobbyserver via proxy.
This command is triggered from the Paper server and automatically forwarded to Velocity.
Set the permission commandbridge.command.lobby on Paper, not Velocity.