πmaintenance_whitelist.yml
π Introduction
The maintenance_whitelist.yml file manages the Maintenance Whitelist feature in xWhitelist. This feature allows you to control who can join the server while it's in maintenance mode, ensuring only authorized players have access.
π‘ Breakdown of the maintenance_whitelist.yml file
# Status of the maintenance whitelist. (true to activate it, false to deactivate it)
enabled: false
enabled: Defines whether the maintenance whitelist is enabled, this means whether a player who is not on the maintenance whitelist can enter your server. (Options,
true
,false
)
# List of players on the maintenance whitelist.
whitelist: []
whitelist: In this section you can enter the list of players that are in the maintenance whitelist.
βοΈ maintenance_whitelist.yml file example:
# List of players on the maintenance whitelist.
whitelist:
- xDrygo
- ElRichMC
- Ajneb
- Spectrasonic
whitelist: The section where are writted the players.
- xDrygo: That means the player "xDrygo" is on the maintenance whitelist.
- ElRichMC: That means the player "ElRichMC" is on the maintenance whitelist.
- Ajneb: That means the player "Ajneb" is on the maintenance whitelist.
- Spectrasonic: That means the player "Spectrasonic" is on the maintenance whitelist.
Last updated