Skip to content

Other Configuration

Welcome Signs

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

welcome-signs:
  # Enable this feature? "true" to enable, "false" to disable.
  enabled: false

For full guide on Welcome signs usage, click here.

Sub-Areas

Allow sub-areas to be created on the server.

sub-areas:
  # Enable this feature? "true" to enable, "false" to disable.
  enabled: true

Region Borders

Customize region borders by particles or client-side blocks.

borders:
  enabled: true

  type: particles # particles, blocks

  block-type: GRAY_GLAZED_TERRACOTTA

No Particles Issue

Please check the resource packs you are using; some of them could have disabled particles, or in the accessibility settings of your Minecraft client, you could have disabled particles.

Clean startup

Clears corrupted data in regions and wars data.

clean-startup: true

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"
  - ...