Comment on page
Other
Here you can find permissions from non-command things.
In order to open the navigator with
/worlds
the following permission is needed:buildsystem.navigator
If you want a player to receive and use the navigator item which can be specified in the config, the following permission is needed:
buildsystem.navigator.item
In order to create a public world the following permission is needed:
buildsystem.create.public
Set the maximum amount of public worlds a player can create with
buildsystem.create.public.<amount>
In order to create a private world the following permission is needed:
buildsystem.create.private
Set the maximum amount of private worlds a player can create with
buildsystem.create.private.<amount>
Allows server owners to restrict which world types can be created
Normal | buildsystem.create.type.normal |
Flat | buildsystem.create.type.flat |
Nether | buildsystem.create.type.nether |
End | buildsystem.create.type.end |
Void | buildsystem.create.type.void |
Bypasses all restrictions such as:
- not being the creator of a world
- archived worlds
- disabled block breaking/placement
- etc.
buildsystem.admin
Bypass archived worlds
buildsystem.bypass.archive
Bypass not being a builder in a world
buildsystem.bypass.builders
Bypass disabled block breaking/placement
buildsystem.bypass.settings
buildsystem.color.chat
buildsystem.color.sign
Receive the message that physics are disabled in the world you are in.
buildsystem.physics.message
Last modified 1yr ago