Whitelisting

When enabled, the whitelist is a list of players who can access the server. All other players will be blocked. The player ID is the gamertag/username of the player on XBOX or PlayStation. You do not need to specify the platform when adding a user to the whitelist.


Quick reference

CommandDescription

global.whitelistid "ID"

Adds the given Player ID (In-game name) to the Whitelist. Has no function if Whitelist is Disabled.

global.removewhitelist "ID"

Removes the given Player ID (In-game name) from the Whitelist.

Add player to white list

global.whitelistid "ID"

Adds the given Player ID (In-game name) to the Whitelist. Has no function if Whitelist is Disabled.

Example:

global.whitelistid "2StageFright"

Effect:

User 2StageFright will be able to access the server when the whitelist is active.


Remove player from Whitelist

global.removewhitelist "ID"

Removes the given Player ID (In-game name) from the Whitelist

Example:

global.removewhitelist "2StageFright"

Effect:

User 2StageFright will be no longer be able to access the server when the whitelist is active.

Last updated