Commands
Index
Functions
exec
Executes specified command.
Parameters
command: string
command to be executed
Returns Nullable<string>
Error message or null if the command was run successfully.
execAt
Executes specified command using specified coordinates as command location for all relative calculations.
Parameters
command: string
command to be executed
x: number
y: number
z: number
Returns Nullable<string>
Error message or null if the command was run successfully.
Namespace used to manipulate Minecraft commands.