Other configuration

Region visit method:

Two valid options:

  • command: Players will use the command /region visit [region name] to visit a region, no GUI or welcome sign needed.

  • signs: Players will use the command /region visit, opens a GUI, and then select a region to teleport. Region owners must place a Welcome sign to set the location.

region-visit-method: 'signs'

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

Disabled features:

Set specific features to "true" to disable them.

disabled-features:
  chat: false # Private region chatting
  map: false # Chat map
  rate: false # Rating system
  subareas: false # Sub-Areas
  custom-weather: true # Region's weather
  custom-time: false # Region's time
  map-color: false # Custom chunk colors for Google Maps-like plugins (dynmap... etc)
  teleportation: false # If you set this to "true", it will disable all kind of teleportions for Homestead.
  enter-leave-message: false # Enter and leave chunk message

Last updated