Other configuration

Welcome Signs:

Replace the command from /region visit [region] to /region visit [player].

# Welcome signs; Allow players to teleport regions using signs?
welcome-signs:
  # Enable this feature? "true" to enable, "false" to disable.
  enabled: false

The only disadvantage of welcome signs is that trusted players cannot visit the regions where they are trusted unless the region's owner sets a welcome sign for everybody to visit.

Disabled worlds:

List of worlds where players cannot claim chunks.

disabled-worlds:
  - "world_the_end"
  - "creative"
  - "factions"
  - ...

Disabled flags:

Flags that players cannot modify. You can find the list of flags here.

disabled-flags:
  - "use-bells"
  - "no-fall-damage"
  - ...

Last updated