Territory Record is not a land-claim or chest-locking mod. It does not block normal gameplay or replace your server rules. Instead, it gives players and staff a simple in-game way to audit marked containers and understand what happened.
Right-click a supported container with the Territory Wand to mark it. After that, whenever a player opens the marked container and changes its contents, the mod records the player name, timestamp, inserted items, and extracted items when the container is closed. Sneak-use the wand to open a read-only audit panel and browse recent history. If a marked container is destroyed, the destruction event is recorded as well.
All records are stored in a SQLite database inside the world folder, so they survive server restarts. By default, only the player who marked the container and operators with permission level 3 or higher can view its audit log. This makes the mod useful for survival servers, small communities, co-op worlds, and modpacks that need lightweight accountability without heavy administration.
Features
Mark regular containers, double chests, and blocks supported through item storage APIs.
Track item insertions and extractions by player and time.
Record container destruction events.
Browse records in a read-only in-game audit screen.
Merge repeated edits from the same player within a configurable time window.
Configure retention days, merge window, records per page, and displayed items per record.
Store audit data per world and keep it across server restarts.
Keep container identity across Create contraption movement when Create is installed.
Optional Valkyrien Skies ship-location support.
How To Use
Craft a Territory Wand. The current recipe is one stick in shapeless crafting.
Right-click a supported container with the wand to mark it.
Use the marked container normally. Item changes are recorded automatically.
Sneak-right-click the container with the wand to open its audit screen.
If the container was destroyed, sneak-use the wand while aiming near the old position to look for its history.
Permissions
By default, audit records can only be viewed by the player who marked the container or by operators with permission level 3 or higher.
Configuration
The config file is located at config/lingdi-renixn.json.
retentionDays: How many days records are kept. Default: 60.
mergeWindowSeconds: Time window for merging repeated changes by the same player. Default: 30 seconds.
recordsPerPage: Number of entries per page, up to 5.
maxItemsPerRecord: Number of item changes shown per entry, up to 6.
Compatibility And Requirements
Minecraft: 1.20.1
Mod Loader: Fabric
Java: 17+
Requires Fabric API
Optional Create Fabric 6.0.8+ integration
Optional Valkyrien Skies 2.4.0+ support
Notes
This mod is for auditing and review. It does not lock containers, protect claims, roll back changes, or punish players automatically. Ender chests are not tracked.