Skip to content

Whitelist format

The whitelist.json file is used to track what players are allowed to enter the server.

JSON format

  • : Root object.
    • enabled: true if the whitelist is enabled. Defaults to false.
    • list: List of whitelisted player uuids.
      • : A whitelisted player uuid.

History

Early Access

2026.01.13-dcad8778f The whitelist format is introduced.