Skip to content

Player Rights

Greg edited this page Feb 27, 2024 · 1 revision

There are 3 types of rights a player can have:

  • Player
  • Moderator
  • Administrator

Modifying rights

File

Logout of the account, and in the player account JSON file found in /data/saves/<player-name>.json you can modify or add the "rights" variable to the "variables" map. Valid values are "none", "mod" or "admin". Save the file then log-back into the game.

image

Properties

In game.properties you can set the rights property to your player name and then reload the server, whenever your player will log in they will be granted admin rights, even if they have previously lost them.

Command

If you already have access to an admin account you can use the rights command to grant rights to other logged-in players. E.g. rights Zezima mod

Clone this wiki locally