Result

data class Result(val command: String) : Record

The result of a command's execution.

This can be used to completely replace the command that the player executed, which can be useful for redirecting commands to others.

Constructors

Link copied to clipboard
constructor(command: String)

Properties

Link copied to clipboard

The replacement command to execute.