Sanctuaries - Rumsfield/konquest GitHub Wiki
Sanctuary Setup
This page explains the details of Sanctuary territories, and how to set them up.
A Sanctuary is an area of claimed land that does not belong to any kingdom or barbarians. The primary purpose of a Sanctuary is to contain Monument Templates within its claimed land. It can have any number of Monument Templates, or none at all. A Sanctuary is a highly customizable territory that could be used as a general player spawn, or as a specialized PvP arena. Sanctuaries have property flags that can be changed via the properties.yml config file or using the admin flag command.
Travel & Names
Each Sanctuary must have a unique name, just like a kingdom or a town. Players may travel to a Sanctuary by name, using the /k travel command, unless its TRAVEL
property flag is false. Players can always use the travel command inside of any Sanctuary to teleport to other territories.
Allowed & Ignored Worlds
New Sanctuaries can be created in almost any world, even worlds listed in the core.world_blacklist
list, but not in worlds listed in the core.world_ignorelist
list.
Sanctuary Arenas
You can create a Sanctuary territory to be used as a PvP Arena, which will let players damage any other player regardless of kingdom relationship while inside of the territory. To make any Sanctuary into an Arena, set the ARENA property flag to true
using the command /k admin flag sanctuary (name) ARENA true
.
How to Set Up
Creating new Sanctuaries is very easy. Sanctuaries are managed using the admin sanctuary command.
Create a New Sanctuary
- Go to a location in the world of your choice that you want the Sanctuary to be.
- Use the command /k admin sanctuary create (name). The name must be unique.
- A single chunk will be claimed for the new Sanctuary at the location that you are standing.
- To claim more land, use command /k admin claim radius (number) to claim the surrounding chunks for the new Sanctuary.
Rename a Sanctuary
- Use the command /k admin sanctuary rename (current name) (new name).
Remove a Sanctuary
- Use the command /k admin sanctuary remove (name).
- All Monument Templates within the Sanctuary will also be removed.
- Any Kingdoms using the removed Monument Templates will automatically change to another available template.
- If there are no other available Monument Templates, all Kingdoms will not be able to settle or capture towns until a new template is created.
Properties
Sanctuaries have properties that are set by admins using the /k admin flag command. Use the command /k admin flag sanctuary (name)
to list all current property flag settings.