CONGRATULATIONS! You've found the file that will
tell you how to easily configure HeroStronghold!

This is the Creative pre-made config. Power is not
used in this setup and money is not required to
maintain a town.

WARNING!
Mancannon region will launch players into the air, which
will trigger anti-flymod plugins that are written poorly.

Permission Nodes:
You will need to give players these permission nodes:
- herostronghold.join
- herostronghold.create.shack
- herostronghold.create.arrowturret
- herostronghold.create.breadmarket
- herostronghold.create.ironworks
- herostronghold.create.tannery
- herostronghold.create.mancannon
- herostronghold.create.landmine
- herostronghold.create.jewelery
- herostronghold.create.inn
- herostronghold.create.teleporter
- herostronghold.create.port
- herostronghold.group.default

For admins (allows you to override ownership commands):
- herostronghold.admin

Commands:
/hs create <region-type> (/hs create shack)
/hs destroy

/hs info shack
/hs whatshere

/hs who multitallented (tells what super-regions multi belongs to)
/hs who myhamlet (tells info about the super-region myhamlet)

/hs addmember multitallented (add multi to the region you're standing in)
/hs addowner multitallented (add multi as an owner)
/hs setowner multitallented (set multi as primary owner so he recieves the payout money)

/hs create hamlet myhamlet (creates a hamlet with a name myhamlet)
/hs destroy myhamlet

/hs addmember multitallented myhamlet (invite multi to myhamlet)
/hs remove multitallented myhamlet (kick him out of myhamlet)
/hs addowner multitallented myhamlet (add multi as owner of myhamlet
/hs toggleperm multitallented shack myhamlet (give multi permission to build shacks in myhamlet)
/hs toggleperm multitallented addmember myhamlet (give multi permission to invite people to myhamlet)

/hs ch myhamlet (town chat for myhamlet)
/hs ch (exit town chat)

/hs port <id> (/hs port 34) Teleport to a port with an id of 34

If you want to edit or remove a region type you can find
them under RegionConfig. If you want to edit a town, you
can find those in SuperRegionConfig.

If you want to change how many arrowturrets, shacks, etc.
that players can build, then you can find that in
groups.yml. Example:

peasant:
  priority: 1
  limits:
    shack: 1
    arrowturret: 2
citizen:
  priority: 2
  limits:
    shack: 2
    arrowturret: 5

This creates a permission node herostronghold.group.peasant that will limit that player so they can only build a maximum of 1 shack and 2 arrowturrets. Players still need herostronghold.create.shack to make shacks. If you don't set a limit for the group, it will not limit players in that group (so a peasant with herostronghold.create.landmine could still make as many landmines as they want). If a player has herostronghold.group.peasant and herostronghold.group.citizen it will only recognize the citizen limits because citizen has a higher priority than peasant.