Skip to content

Builtin Commands

Gate includes a few generally useful built-in commands by default.

If you want to add custom commands refer to the Developers Guide.

Commands

Built-In CommandPermissionDescription
/servergate.command.serverPlayers can use the command to view and switch to another server.
/glistgate.command.glistView the number of players on the Gate instance. /glist all lists players per server.
/sendgate.command.sendSend one or all players to another server.

Permission

By default, the built-in commands don't require the listed permissions. You can change this behaviour by setting requireBuiltinCommandPermissions: true in the config.

It is useful if you only want to allow players with certain permissions to use the commands.

Disable built-in commands

By default, built-in command are registered on startup. You can change this behaviour by setting builtinCommands: false in the config.

Released under the MIT License. (web version: 515993ce)