promotional bannermobile promotional banner
premium banner
Allows you to claim and protect chunks

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.

 

Latest *stable* and *recommended* build of Forge is 2768. I’ve built this mod with and for this version of forge and it’s being used on the servers running this version of forge. Right now i have no intention of updating to beta or unstable builds of forge unless necessary. This may change in future though.
If you are running Forge 2768 and have an issue, please provide a crash-report, that will help to identify the issue. DO NOT POST CRASH-REPORTS IN COMMENTS! Use pastebin.com for that.
 
PS. Thanks to polo123qwe, there is now a 1.14 version of the mod!