Skip to content

Initial setup

Hempfest edited this page Jun 26, 2022 · 1 revision

I know, the page says plug and play but that's not fully true IF your world names are custom, if your world names are called something other than world you will need to slightly configure things to make both world whitelisting and the raid-shield work, first select a primary world you want to use for time basis and put it within the section labeled {example} in this snippet:

  ##########################
  ##                      ##
  ## Raid-shield settings ##
  ##                      ##
  ##########################
  raid-shield:
    # Allow the raid-shield to run, enabling claim raiding?
    allow: true
    # This section is crucial. It tells the shield events what world to base the time off of.
    main-world: '{example}'
    # Default: 0 for dawn
    up-time: 0
    # Default: 13000 for dusk
    down-time: 13000
    # Allow land over-powering while the shield is up.
    claiming: false
    # Clans will only be able to over-claim enemy clans with this option turned on.
    claiming-only-enemy: true
    # Allow chat messages to receive
    send-messages: true
    # Change the messages for the raid-shield announcements, {0} = Configured prefix
    messages:
      enabled: '{0} &8» &aRaid shield enabled.'
      disabled: '{0} &8» &cRaid shield lifted.'

To learn more about what the raid-shield does continue here

Otherwise, we continue. Now we need to select what worlds we want to allow clans to use for overall function for players. This may differ if you run bukkit/forge combinations and could make changes like the nether being called DIM1 and the end being called DIM-1 but thats okay it works just the same. Were gonna just use vanilla standards for this example here:

  ###########################
  ##                       ##
  ## Clan WORLD whitelist. ##
  ##                       ##
  ###########################
  world-whitelist:
    - {example}
    - {example}_nether
    - {example}_the_end

After this its smooth sailing! There is one last thing, by default labyrinth has its region services impl registration disabled, make sure to enable it in the labyrinth config so the task timer for /c territory works flawlessly! (Only important if you use the internal Borders addon)

Clone this wiki locally