CommandResult
Represents the result of running a command. (Returned from MinecraftServer.runCommand())
result: Integer | Null
The result of the command. If the command did not succeed the value will default to Null.
succeeded: Boolean
Whether the command succeeded.
errorMessage: String | Null
The error message of the command. If the command succeeded the value will default to Null.