# Claims

## 1. Introduction

Players can claim chunks for their kingdom with **power**. They have a similar functionality as [**regions **](/doc/regions-rhNS90NSIy)but are less customizable.


## 2. Setup

You can change the settings in the **config.yml**.

```yaml
regions: 
  claim-price: '100+20x'
  claim-currency: 'power'
  require-adjacent-claim: true
  max-claims-ratio: 10
```


### 2.1. claim-price

The amount of power/money a player must pay for a new claim. This can be a fixed number or a formula in function of the amount of claims. Example:

* `100` → All claims will cost 100.
* `80+20x` → This will start at 100 and increase with 20 each time (100, 120, 140, 160)
* `100x` → This will increase the price with 100 each time (100, 200, 300, 400)
* `100^x` → This will double the price each time. (100, 200, 400, 800)


### 2.2. claim-currency

This can be either:

* `power` : allow claiming with the built-in power system
* `vault` : allow claiming with a [vault](https://www.spigotmc.org/resources/vault.34315/)-supported economy plugin.


### 2.3. require-adjacent-claims

Require that new claims must be adjacent to existing claims or regions of that kingdom.


### 2.4. max-claims-ratio

The maximum amount of claims a kingdom can have per member. Set this to 0 for unlimited.


## 3. Commands

### 3.1. New claim

| /k claim | kingdom.claim |
|----------|---------------|
| /k claim <kingdom> | kingdom.claim.other |
| /k claimradius <radius> | kingdom.claim |


### 3.2. Delete a claim

| /k unclaim | kingdom.unclaim<br>kingdom.unclaim.other |
|------------|---------------------------------------|

---

**Documents**

- [Getting started](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/getting-started-DMncr30uhG)
- [Sidebar](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/sidebar-wJTtc1tlZN)
- [Tablist & Nametags](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/tablist-nametags-25sz4eqfq9)
- [Kingdom selector](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/kingdom-selector-ebmkGONWFM)
- [Regions](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/regions-rhNS90NSIy)
- [Claims](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/claims-jABwG0Svr8)
- [Power](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/power-70rbbejmW6)
- [Protection](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/protection-rcHugSsHwR)
- [Visitors](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/visitors-aQMHQCji0M)
- [Modifiers](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/modifiers-NIQaQ4ARa6)
- [Resource regions](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/resource-regions-7K2ig0IKqh)
- [Dynmap/Bluemap](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/dynmapbluemap-7cM99zhpRW)
- [Channel mutes](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/channel-mutes-FsmJfHOIYs)
- [Placeholders](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/placeholders-9gQgGoKMAB)
- [Warps](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/warps-h3YmTSSZ1C)
- [Elections](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/elections-IXZCGc3Cuq)
- [Admin mode](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/admin-mode-ALQQSdUm9H)
- [All permissions](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/all-permissions-WdNzOBeqCA)
- [Events - NL](https://wiki.guflimc.com/s/kingdomcraft-premium/doc/events-nl-mOImzefI5b)