xWhitelistxWhitelist

whitelist.yml 📝

📄 Introduction

The whitelist.yml file is the core of xWhitelist’s offline mode whitelist system. It allows you to manage players who can join your server when running in offline mode.

💡 Breakdown of the whitelist.yml file

whitelist: []
  • whitelist: In this section you can enter the list of players that are in the offline whitelist.

⚙️ whitelist.yml file example:

whitelist:
  - xDrygo
  - ElRichMC
  - Ajneb
  - Spectrasonic
  • whitelist: The section where are writted the players.
    • - xDrygo: That means the player "xDrygo" is on the offline whitelist.
    • - ElRichMC: That means the player "ElRichMC" is on the offline whitelist.
    • - Ajneb: That means the player "Ajneb" is on the offline whitelist.
    • - Spectrasonic: That means the player "Spectrasonic" is on the offline whitelist.