Broadcasted when a player is whitelisted, or has the whitelisted status revoked.
This event is only fired when the player is already registered, and is not related to whitelist requests or approved whitelists pending join.
Event Data:
action: /.addedremoved
license: The license of the player.
playerName: The player display name.
adminName: Name of the admin that performed the action.
txAdmin:events:whitelistPreApproval
Broadcasted when manually adding some identifier to the whitelist pre-approvals, meaning that as soon as a player with this identifier connects to the server, they will be saved to the database as a whitelisted player (without triggering ).
This event is not gonna be broadcasted when a whitelist request is approved, for that use . This can be done in the Whitelist Page, or using the Discord bot slash command.
Event Data:txAdmin:events:whitelistPlayertxAdmin:events:whitelistRequest/whitelist <member>
action: /.addedremoved
identifier: The identifier that was pre-approved (eg. ).discord:xxxxxx
playerName?: The player display name, except when action is .removed
adminName: Name of the admin that performed the action.
txAdmin:events:whitelistRequest
Broadcasted whenever some event related to the whitelist requests happen.
Event Data:
action: ///.requestedapproveddenieddeniedAll
playerName?: The player display name, except when action is .deniedAll
requestId?: The request ID (eg. ), except when action is .RxxxxdeniedAll
license?: The license of the player/requester, except when action is .deniedAll
adminName?: Name of the admin that performed the action, except when action is .requested