Variable permissionsConst
permissions: {
auto: 6;
autoEnabled: 7;
disabled: 0;
enabled: 1;
goal: 2;
} = ...
auto: 6;
autoEnabled: 7;
disabled: 0;
enabled: 1;
goal: 2;
} = ...
Type declaration
Readonly
auto: 6Forces players to use this command after they have completed their goal.
Readonly
autoEnabled : 7Allows players to use this command manually at any time and forces them to use this command after they have completed their goal.
Readonly
disabled: 0Prevents players from using this command at any time.
Readonly
enabled: 1Allows players to use this command manually at any time.
Readonly
goal: 2Allows players to use this command manually after they have completed their goal.
A const containing the possible command permissions, for commands that may be restricted.