

MineTerritory - Territory Management in Minecraft
A Forge modification that allows players to establish control over specific areas of the world.
Important compatibility information: the version for 1.16.2 doesn't work with 1.16.1, so it's necessary to download the appropriate version. The latest mod version supports Minecraft from 1.16.3 to 1.16.5.
Features
This mod differs from other similar solutions in several important aspects. First, it preserves the original gameplay and doesn't disrupt the familiar gaming experience. Second, it uses a graphical interface for territory configuration: through it, you can set access permissions, territory boundaries, and its name. The chunk-based division is primarily chosen for performance optimization.
How to Start Using
The main element of the mod is a special table for territory management. Its crafting recipe:
When a player holds this item in hand, the outline of the current chunk appears. To create a territory, place the table on the ground and use the right mouse button to open the interface.
On the right side of the screen, "protection power" is displayed, which determines the number of chunks available for protection. This power can be increased by placing special blocks around the table - similar to how books are placed around enchanting tables. The list of blocks that increase protection power can be changed in the configuration file:
powerProvider = ["tag:minecraft:banners;1", "item:minecraft:yellow_banner{display:{Name:'{\"text\":\"template_territory\"}'}};3"]
The first part means that any item with the "banners" tag provides 1 protection point, the second - that a yellow banner named "template_territory" provides 3 points.
After selecting chunks and configuring access rights, you need to press "done". All territory chunks must be connected to each other.
Creating territory requires spending experience - each chunk costs 0.5 level, which is returned when the chunk is removed. The amount of required experience is also configurable in settings.
Permission System
The mod allows flexible configuration of access rights. You can set general rules for all players or individual ones for specific users. To add a player to the list, you need to enter their name and press the corresponding button.
Available restrictions include: ,[1] Territory entry (doesn't affect teleportation) [2] Attacking entities [3] Breaking and placing blocks [4] Opening and closing doors [5] Using chests [6] Interacting with mobs (riding, trading) [7] Using items (right-clicking on blocks) [8] Access to territory table
Additionally, the territory is protected from explosions and fire by default - these parameters can also be modified in the configuration file.
When rules are violated, highlighting appears at territory boundaries, warning the player about the inability to perform the action by mechanics.
Future Plans
Future plans include expanding the permission system and adding new functions for territory management.
License
The mod is distributed under the GPL V3 license.