WhitelistSource
The WhitelistSource
enum defines the possible origins of a whitelist operation. It is used to indicate where a whitelist action (such as adding or removing a player) was initiated.
Values
API
- Indicates the action was triggered programmatically via the API.PLAYER
- Indicates the action was triggered by a player in-game (through commands or GUI).CONSOLE
- Indicates the action was triggered from the server console.
Last updated