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
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
)
whitelist: In this section you can enter the list of players that are in the maintenance whitelist.
⚙️ maintenance_whitelist.yml file example:
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