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

Creating worlds

Public worlds

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>

Private worlds

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>

Type restrictions

Allows server owners to restrict which world types can be created

Admin permission

Bypasses all restrictions such as:

  • not being the creator of a world

  • archived worlds

  • disabled block breaking/placement

  • etc.

buildsystem.admin

Bypass permissions

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

Messages

Sending colored messages

In the chat

buildsystem.color.chat

On signs

buildsystem.color.sign

Physics message

Receive the message that physics are disabled in the world you are in.

buildsystem.physics.message

Last updated