ShareEnderChest
A simple Fabric mod that creates a shared storage for all players on the server. Access to it is achieved through an ender chest.
Important: For the mod to work, it must be installed on the server. If the mod is also installed on the client, additional features become available.
Ways to open the shared ender chest
- Shift + Right-click on an ender chest block (sneak + use)
- Right-click with an ender chest in hand (use item)
- Ctrl + click or Alt + click on an ender chest in the inventory
Note: The third method requires the mod to be present on both the server and the client.
Main characteristics
- Size: 54 slots (same as a double chest)
- Auto-save: contents are automatically saved every 5 minutes to protect against losses in case of crashes
Configuration
Starting from version 2.0.0, a configuration file shareenderchest.json has been added in the config folder, allowing server owners to adjust various parameters:
autosaveSeconds- auto-save interval for chest contents (default:300)requireSneak- require sneaking to open the shared ender chest (default:true| warning: if set tofalse, you won't be able to access the regular ender chest!)inventoryRows- number of rows in the shared chest (default:6| range: from1to6| warning: reducing this value may lead to item loss, modify with caution)openInHand- allow opening the ender chest from the player's hand (default:true)openFromInventory- allow opening the ender chest from the player's inventory (default:true)playOpenSound- play the ender chest opening sound (default:true)inventoryName- name of the shared ender chest displayed in the interface (default:Shared Ender Chest)