Permissions

open class Permissions

Permission stuff.

Properties

@SerializedName(value = "// Whether to allow players to set the permission level")
val _comment_allowSettingHigherPermissionLevel0: String
@SerializedName(value = "// of Taterzen higher than their own. Careful! This could")
val _comment_allowSettingHigherPermissionLevel1: String
@SerializedName(value = "// enable players to bypass their permission level with NPC.")
val _comment_allowSettingHigherPermissionLevel2: String
_comment_npcCommandPermissionLevel0
Link copied to clipboard
@SerializedName(value = "// Permission level required to execute /npc command.")
val _comment_npcCommandPermissionLevel0: String
_comment_npcCommandPermissionLevel1
Link copied to clipboard
@SerializedName(value = "// Valid only if LuckPerms isn't present.")
val _comment_npcCommandPermissionLevel1: String
@SerializedName(value = "// Default permission level for `/profession` command.")
val _comment_professionCommandPermissionLevel: String
_comment_selectBypassLevel
Link copied to clipboard
@SerializedName(value = "// Default permission level to bypass selecting locked npcs.")
val _comment_selectBypassLevel: String
@SerializedName(value = "// Permission level required to execute / taterzens command.")
val _comment_taterzensCommandPermissionLevel0: String
@SerializedName(value = "// Again, valid only if LuckPerms isn't present.")
val _comment_taterzensCommandPermissionLevel1: String
allowSettingHigherPermissionLevel
Link copied to clipboard
@SerializedName(value = "allow_setting_higher_perm_level")
open val allowSettingHigherPermissionLevel: Boolean
npcCommandPermissionLevel
Link copied to clipboard
@SerializedName(value = "npc_command_permission_level")
open val npcCommandPermissionLevel: Int
Permission level required to execute /npc command.
professionCommandPL
Link copied to clipboard
@SerializedName(value = "profession_command_permission_level")
open val professionCommandPL: Int
selectBypassLevel
Link copied to clipboard
@SerializedName(value = "select_bypass_level")
open val selectBypassLevel: Int
taterzensCommandPermissionLevel
Link copied to clipboard
@SerializedName(value = "taterzens_command_permission_level")
open val taterzensCommandPermissionLevel: Int
Permission level required to execute /taterzens command.