Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages the server allowlist.
Aliases | /whitelist |
---|---|
Permission Level | Owner |
Requires Cheats? | Yes |
Usage
Action
/allowlist <action: AllowListAction> [name: string]
The overload must include an action.
Arguments
action
: AllowListAction Required. Adding a player, removing a player, reloading the allowlist, or listing all players on it.name
: string Optional. The players on the allowlist. Must be a valid player name.
Enums
AllowListAction
May be type add
, list
, off
, on
, reload
, or remove.
Values
add
Adds a player to the allowlist if they are not included.remove
Removes a player from the allowlist if they are on it.list
List the player names, uuids, or xuids.reload
Reloads the allowlist file.on
Enables the allowlist.off
Disables the allowlist.