Whitelist

Manage Whitelist:

When the UUID of the player is known, then the player can also be manually added via whitelist.json. Access and modification can be done through FTP. Here you can find instructions on how to connect via FTP.

[
  {
    "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx",
    "name": "Person1"
  },
  {
    "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx",
    "name": "Person2"
  },
]

Manage Whitelist:

whitelist via game panel console
/whitelist add person1
/whitelist remove person2

Last updated