How to use the command in standard unix cli format.
Optional
description: stringA short description of what the command does and how to use it.
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.
How to use the command in standard unix cli format.
A small function taking in a PlayerData object, returning a boolean dictating whether or not the player is allowed to view/use the command.
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.
How to use the command in standard unix cli format.
A short description of what the command does and how to use it.
A small function taking in a PlayerData object, returning a boolean dictating whether or not the player is allowed to view/use the command.
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.
The class of the plugin to add this chat command to.
How to use the command in standard unix cli format.
Optional
description: stringA short description of what the command does and how to use it.
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.
The class of the plugin to add this chat command to.
How to use the command in standard unix cli format.
Optional
accessCheck: AccessCheckFnA small function taking in a PlayerData object, returning a boolean dictating whether or not the player is allowed to view/use the command.
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.
The class of the plugin to add this chat command to.
How to use the command in standard unix cli format.
A short description of what the command does and how to use it.
A small function taking in a PlayerData object, returning a boolean dictating whether or not the player is allowed to view/use the command.
Generated using TypeDoc
A decorator to attach to a method in order to register a callback for a command for players to use in the chat box in-game. Check out the Chat Commands page for more information.
Can only be used on WorkerPlugins.