Properties - Rumsfield/konquest GitHub Wiki
Updated for version 1.2.0
Konquest Property Flags
Some territories and all kingdoms have their own properties that control gameplay mechanics. All property flags are managed using the command /k admin flag. See the command usage on the commands page.
The following flag-holders have property flags:
- Kingdoms
- Towns & Capitals
- Ruins
- Sanctuaries
Default Properties
When a new flag-holder is created in-game, it gets its default property flag values from the properties.yml
file in the server's plugins/Konquest
folder. So, for example, if you want all new towns to allow monster mobs to spawn, change properties.towns.mobs: true
in properties.yml
.
If you make a change to the properties.yml
file and want to apply those file settings in-game, do the following:
- Reload Konquest with "/k admin reload".
- Use the flag sub-command on the desired type(s) of flag-holder: "/k admin flag kingdom all reset", "/k admin flag sanctuary all reset", etc.
See the configuration page for what the contents of properties.yml
looks like.
All Properties
Here are all of the available property flags in Konquest.
Property Flags for all territories
Flag Name | Description | Applies To |
---|---|---|
PVP | Allow player damage inside of the claimed land. | Capital, Town, Sanctuary, Ruin |
PVE | Allow entity damage inside of the claimed land. | Capital, Town, Sanctuary, Ruin |
USE | Allow using blocks inside of the claimed land. | Capital, Town, Sanctuary, Ruin |
CHEST | Allow using containers inside of the claimed land. | Capital, Town, Sanctuary, Ruin |
PORTALS | Allow players to use portals within the territory. | Capital, Town, Sanctuary, Ruin |
TRAVEL | Allow travel to this territory. | Capital, Town, Sanctuary |
BUILD | Allow block edits inside of the claimed land. | Capital, Town, Sanctuary |
MOBS | Allow mobs to spawn inside of the claimed land. | Capital, Town, Sanctuary |
SHOP | Allow players to create shops. | Capital, Town, Sanctuary |
ENTER | Allow players to enter the claimed land of the territory. | Sanctuary, Ruin |
EXIT | Allow players to exit the claimed land of the territory. | Sanctuary, Ruin |
ARENA | Allow players to PvP any other player, regardless of kingdom relationship. | Sanctuary, Ruin |
Property Flags only for towns & capitals
Flag Name | Description | Applies To |
---|---|---|
CAPTURE | Allow this town to be captured. | Capital, Town |
CLAIM | Allow players to claim land. | Capital, Town |
UNCLAIM | Allow players to unclaim land. | Capital, Town |
UPGRADE | Allow players to upgrade this town. | Capital, Town |
PLOTS | Allow players to set town plots. | Capital, Town |
Property Flags only for kingdoms
Flag Name | Description | Applies To |
---|---|---|
PEACEFUL | Make this kingdom only peaceful so that its towns/capital cannot be attacked, and its members cannot attack other kingdoms. | Kingdom |
GOLEMS | Enable iron golems to attack enemies. | Kingdom |
Property Flags for membership
Flag Name | Description | Applies To |
---|---|---|
JOIN | Allow players to join. | Kingdom, Capital, Town |
LEAVE | Allow players to leave. | Kingdom, Capital, Town |
PROMOTE | Allow promotion of players. | Kingdom, Capital, Town |
DEMOTE | Allow demotion of players. | Kingdom, Capital, Town |
TRANSFER | Allow ownership transfer. | Kingdom, Capital, Town |