Skip to content

Permissions format

The permissions.json file is used to track the permissions of all the players in the world/server.

JSON format

  • : Root object.
    • users: Object of all players and their permissions.
      • <uuid>: The players permission object.
        • groups: The permission groups this player is included in.
          • : A permission group name. Defaults to Adventure. Default groups are Advanture, Creative, and OP. Can be a custom group name.
    • groups: Contains the permission groups and the permissions they allow.
      • Default: The default permissions. (No permissions)
        • : A permission this group allows. Defaults to empty meaning none.
      • OP: The op/admin permissions. (All permissions)
        • : A permission this group allows. Defaults to * meaning all.
      • <Custom_Group_Name>: A player defined permission group.
        • : A permission this group allows. Can be a custom permission.

History

Early Access

2026.01.13-dcad8778f The permissions format is introduced.