Abstract Default command name. For example: teleport.
Optional additional set of command labels that will execute this command. For example: tp (as an alias for teleport).
Displayed when looking for command help. For example a usage of: <player> would display as /teleport <player>.
Description of how the command works. For example: Teleport to a target player.
Optional additional set of command labels that will execute this command. For example: tp (as an alias for teleport).
Default command name. For example: teleport.
Description of how the command works. For example: Teleport to a target player.
Displayed when looking for command help. For example a usage of: <player> would display as /teleport <player>.
Abstract ExecuteExecute is run on the server when a client runs a command.
The player running the command.
A list of arguments to the command (all contents after the command label split by space).
For example in the command /teleport 1 2 3 args would be 1, 2, 3.
A chat command that can be run by clients. Commands are executed on the server.