"I can(not) build, even though I should be able to"
Not every player can always interact with the world they are in.
Reasons an interaction could be cancelled:
The world has its Status (see /worlds setStatus) set to archived
/worlds setStatus
The world has a setting enabled (see /worlds edit) which disallows certain events
/worlds edit
The world only allows Builders to build and the player is not such a builder
However, a player can override these reasons if:
The player has the permission buildsystem.admin
buildsystem.admin
The player has the permission buildsystem.bypass.archive
buildsystem.bypass.archive
The player has used /build to enter build-mode
/build
If ever start the server and see weird symbols in your messages instead of a UTF-8 character, try adding the following to your startup script:
-Dfile.encoding=UTF-8
Last updated 7 months ago