#
Claim Limits
With limits you can restrict players from claiming too many lands or claiming too big lands occuping a lot of world's space.
There are 2 land related limit settings available in the config.yml:
- Amount of Lands to claim.
- Amount of Chunks per land.
#
Lands Amount
This limit is configurable under the Land
-> Amount_Per_Rank
section and defines how many lands a player can create (claim).
A new land is created when you use the /land claim <name>
command, where <name>
provided is a new name that does not belong to any existent land. Once you reached the limit, you can only claim chunks for your own, existent land(s).
#
Chunks Amount
This limit is configurable under the Land
-> Chunks_Amount_Per_Rank
section and defines how many chunks a land can contain.
When you claim a chunk with the /land claim [name]
command, the said chunk is assigned to a land provided in the command (or your default land if no [name]
was provided). Once you reached the land's chunk limit, no more chunks can be claimed for said land.
#
World Blacklist
You can disable land claiming in certain worlds by adding world names in the config.yml -> Land
-> Disabled_Worlds
.
This setting can be bypassed with the excellentclaims.bypass.chunk.claim.world
permission.