Description
Oggvik's Inventory Freeze
A simple Minecraft Forge mod written in Java that lets you "freeze" configurable inventory slots globally for all players. It's main purpose is to be used on a server (e.g. an RP server with roleplaying events where you'd want to limit the number of inventory slots for the sake of added immersion) or as part of modpacks (e.g. ultra hardcore survival ones).
The mod provides a single command to enable globally "freezing" specific inventory slots:
/inventory-lock [true/false]
DESIGN
- πͺ· Very clean & simple code written in Java
- π Server-side watchdog to prevent item duping exploits & item deletion
- π Could easily be ported to newer Minecraft/Forge versions
- π Custom item pickup logic to prevent picking up items into "frozen"/"locked" inventory slots
- π¨ GUI effects (frontend) code isolated from rest of the program's internal logic (backend)
- π©· Tiny size (currently a mere
~330 KB) - π Tested to work in both survival and on multiplayer with many people / on a server
FUNCTIONALITY
- π§ "Freeze" parts of the players' inventories while
/inventory-lock trueis set. - β When
/inventory-lockistrueplayers cannot put in, take out, or delete items from their own "frozen"/locked inventory slots. - π Only freezes the inventory slots configured. Aka doesn't affect inventory slots such as chests, other mods (e.g. backpacks), armor, capes, and other custom inventory slots related to cosmetics.
- πΌοΈ The slots that are frozen will be indicated with a gray transparent square overlay (indicator appearance might be altered in future versions).
- πͺ½ Automatically unfreezes the inventories of players when they switch to creative mode, then re-freezes them again if they exit creative mode while the
/inventory-lockistrue. - π’ The inventory slots to be frozen are to be easily configurable by server admins.
- [WIP]
π§βπ€βπ§ Exclude specific players from the/inventory-lock. For example whoever is hosting an RP event on a server or playing an actor could be excluded from the/inventory-lockfor the duration of that time.
COMPATIBLE VERSIONS
Minecraft: 1.16.5
Mod Launcher: Forge (tested on 36.2.42)


