Description
Basically, what the name says. You can claim a chunk for yourself and add or remove members ("citizens"). Players in creative mode bypass all restrictions and can unclaim already claimed chunks (via sudo_unclaim command).
NB! If game crashes with anything related to this mod, try to delete `config/chunk_claim.cfg` AND `data/chunk_claim.json` files and restart the server.
Mod is serverside only, so it's not required on clients.
This mod prevents block interaction (opening chests, pressing buttons), block breaking, block placing, attacking entities (now your cows are safe), item activation (like using lava bucket), entity interaction (like cow milking, armour stand using, etc.), and explosions - it tries to mitigate blocks broken by explosion. All of those can be turned off in config.
Claim data is stored in data/chunk_claim.json, so it's easily editable.
Command: chunk_claim, aliases: chunkclaim, cclaim
Possible arguments:
- info – shows basic information about current chunk.
- list – lists coordinates of chunks you've claimed.
- claim – basically, claim chunk for yourself, if it's free.
- unclaim – remove your claim.
- sudo_unclaim – can be executed only by players in creative mode, forcefully remove claim of the current chunk.
- addmember <name> – add a user by his name to chunk members. Members have all the same permissions as owner does, except they can't change ownership/membership data of the chunk.
- removemember <name> – remove user from chunk members
- evict – tries to remove all "non-citizens" from the chunk, can be executed by any "citizen"
(citizen = owner OR member)
Since it's a first release, it may contain bugs, so be aware and report if you encounter any.


