Claims

1. Introduction

Players can claim chunks for their kingdom with power. They have a similar functionality as regions but are less customizable.


2. Setup

You can change the settings in the config.yml.

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-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
kingdom.unclaim.other