Lootr — a Minecraft mod
Lootr is a Fabric mod that turns structure chests into personal loot containers, so every player on a multiplayer server gets their own…
Lootr is a Fabric mod that turns structure chests into personal loot containers, so every player on a multiplayer server gets their own copy of the loot.
Lootr — a Minecraft mod
Minecraft version: 26.1.2
Loader: Fabric
Mod version: 1.22.36.109
Dependencies: Fabric API
The mod solves a specific problem on multiplayer servers: one of the players reaches a dungeon first and loots the chest completely — leaving the rest with nothing. The mod reworks chests from structures into personal storage: each player opens and takes their own copy of the loot, independently of the others.
How the mod works
Lootr intercepts all loot containers and converts them into its own block type. The chest looks different on the outside: before it is opened it is gold-colored, and after it is opened it turns gray. This lets you tell at a glance whether a chest has already been opened.
After a chest is opened, the mod generates loot personally for the player. Anyone else who opens the same chest will see their own set of items — regardless of what the first player took. The loot is generated from the same vanilla loot table: Lootr does not change the contents of the chests, it only isolates the inventory for each player.
a Lootr chest before opening
Supported containers
The mod converts:
Regular chests (minecraft:chest)
Trapped chests (minecraft:trapped_chest)
Barrels (minecraft:barrel)
Shulker boxes (minecraft:shulker_box)
Chest minecarts in abandoned mineshafts (minecraft:chest_minecart)
a Lootr chest after opening
Note: chests that a player has already opened before installing the mod are not converted: the game has already removed the loot table from such containers, and the mod cannot restore it.
Decay and Refresh — two additional modes
In addition to the basic personalization, the mod supports two opposite mechanisms for chests:
Decay — once at least one player has opened a chest, it starts a countdown. The next player who tries to open it after the time runs out will get a destroyed block instead of loot.
Refresh — the opposite mechanic: after being opened, the chest restores its contents after a set interval. Useful for servers where players want to farm specific resources repeatedly.
Both modes can be activated through lootr-common.jsonc: "refresh_all": true enables refresh for all containers, and "decay_all": true enables decay.
a decay demonstration
The /lootr command
The mod adds the /lootr command, available with operator permissions.
Command table
Command | What it does |
/lootr chest | Creates a modded chest |
/lootr barrel | Creates a modded barrel |
/lootr shulker | Creates a modded shulker |
/lootr cart | Creates a modded chest minecart |
/lootr clear | Erases the information about which chests have already been opened by a particular player |
/lootr open_as | Opens the container underfoot on behalf of another player |
/lootr openers | A list of players who have opened this container |
/lootr force_chunk | Adds all block entities of the current chunk to the conversion queue |
/lootr id | The unique ID of the container underfoot |
various containers spawned with /lootr before opening
Configuration
The config is split into two files: lootr-common.jsonc — server settings, and lootr-client.jsonc — client settings. Most parameters have default values and do not need to be changed for basic use.
Compatibility
The mod must be installed on both the client and the server at the same time.
Chests from third-party mods are only converted if they use loot tables. If a mod generates contents manually in code, Lootr skips such a container.
If you remove the mod, all converted containers will disappear from the world. It is impossible to restore them.
Conclusion
Lootr solves exactly one task — it eliminates competition over loot in multiplayer — and does not go beyond it. Personalized loot gives players an incentive to explore already-opened chunks instead of generating new ones, which reduces the world size on active servers.
The mod does not change the contents of loot tables. If the problem is that chests drop too little or the wrong items — Lootr will not fix that.
Installation
A typical installation takes about 5 minutes. The flow is the same; only the loader and the matching build differ.
Installing Mods in Minecraft: A Guide for Forge, FabricLearn how to install mods in Minecraft with this step-by-step guide for Forge and Fabric. Improve your game with new features, tools, and mechanics!Open the install guide










