Skip to content

Bans format

The bans.json file is used to track the players that are banned from this world/server.

JSON format

  • : Root array.
    • : A banned player object.
      • type: The type of ban for this player. Currently always "infinite".
      • target: This banned players uuid.
      • by: The uuid of the admin that banned this player.
      • timestamp: The unix timestamp of when this player was banned.
      • reason: The reason message given for the ban. (Currently unused)

History

Early Access

2026.01.13-dcad8778f The ban format is introduced.