Sets the player's ability to use most of the operator-level custom commands in the add-on.
A boolean indicating whether the player can use the operator-level custom commands. If true, the player will be granted the "canUseChatCommands" tag. If false, the "canUseChatCommands" tag will be removed from the player.
Sets the player's ability to run any vanilla command in the chat with the ${r}
or ${run}
escape sequence.
A boolean indicating whether the player can run commands in the chat with the ${r}
or ${run}
escape sequence.
If true, the player is granted the "canUseCommands" tag.
If false, the "canUseCommands" tag is removed from the player.
Sets the player's ability to use most of the operator-level custom commands in the add-on.
A boolean indicating whether the player can use the operator-level custom commands. If true, the player will be granted the "canUseDangerousCommands" tag. If false, the "canUseDangerousCommands" tag will be removed from the player.
Gets the player's ability to run arbitrary JavaScript code in the chat with the ${se}
or ${scripteval}
escape sequence.
True if the player has the "canUseScriptEval" tag, otherwise false.
Sets the player's ability to run arbitrary JavaScript code in the chat with the ${se}
or ${scripteval}
escape sequence.
A boolean indicating whether the player can run arbitrary JavaScript code in the chat with the ${se}
or ${scripteval}
escape sequence.
If true, the player is granted the "canUseScriptEval" tag.
If false, the "canUseScriptEval" tag is removed from the player.
The player's ability to see notifications when any player runs any custom command.
Unused
The player's permission level.
The value is stored in the player's dynamic properties as permissionLevel
.
The player's ability to have operator-level tags.
Only applies when
Main Menu > Security > Settings > Require admin tag for operator level tags
is enabled.