PlayerOnly

data class PlayerOnly(val reason: String = "This command can only be executed by the player.") : CommandResult.Failure

プレイヤーのみ実行可能な場合に使用される結果

Parameters

reason

理由

Constructors

Link copied to clipboard
constructor(reason: String = "This command can only be executed by the player.")

Properties

Link copied to clipboard