Simple Chunk Control
DEVELOPMENT DISCONTINUED
This mod provides a basic territory protection system based on chunks. Despite its simplicity, it offers reliable protection for your builds from other players.
Main Commands
/chunk Command
- claim - claims the current chunk for the player
- unclaim - removes protection from the chunk
- info - displays mod information and current chunk details
- obj - shows chunk data in JSON format
- whitelist - manages trusted players list:
- add - allows building in your chunk
- remove - prohibits building
/achunk Command
- claim - administrative version of claim command (ignores chunk limit)
- unclaim - administrative version of unclaim command
Configuration Settings
- claiming - enables/disables protection system on the server
- max_chunks_per_player - maximum number of chunks per player
- protect_unclaimed - protects unclaimed chunks (players cannot build or break blocks)
Frequently Asked Questions
Does it work in single-player? The mod works only on the server side and is not required client-side.
Protects against TNT? Yes, provides protection against TNT explosions.
Protects against other explosions? Not in the current version, but can be added upon request.
Prevents entity spawning in protected chunks? No, but the feature can be added.
Can I whitelist someone for all my chunks? Currently no, but this function can be added.
Will there be versions for Minecraft 1.7, 1.8 or 1.9? Can be made upon request.
Additional Information
Development of this mod has been discontinued. The author is working on a more advanced protection system called STATES. Source code is available in the repository for those interested in continuing development.