Minecraft Save and Load Inventories (Fabric) mod 2026 download
logo
minecraft mod Save and Load Inventories (Fabric)

Save and Load Inventories (Fabric)

Game Version: 1.18.1
Total Downloads: 191
Updated: Nov 30, 2021
Created: Sep 18, 2021
Download Save and Load Inventories (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
saveandloadinventories-fabric_1.18.x-1.6.jar release 15.48 KB Nov 30, 2021 1.18.1 90 download Save and Load Inventories (Fabric) saveandloadinventories-fabric_1.18.x-1.6.jar releaseDownload
saveandloadinventories-fabric_1.17.x-1.6.jar release 15.81 KB Sep 18, 2021 1.17.1 82 download Save and Load Inventories (Fabric) saveandloadinventories-fabric_1.17.x-1.6.jar releaseDownload
saveandloadinventories-fabric_1.16.x-1.6.jar release 15.60 KB Sep 18, 2021 1.16.5 19 download Save and Load Inventories (Fabric) saveandloadinventories-fabric_1.16.x-1.6.jar releaseDownload

Description

Share this:

a1

Requires the library mod Collective (Fabric) and the Fabric API.

This mod is for Fabric. For the Forge version click here.

Save and Load Inventories adds commands which allow the user to easily save their current inventory to a file, load an inventory from a file and list the current saved inventories. Useful for administrators or event servers. NBT tags are supported, any things like written books or enchantments won't be a problem. Players need cheat access to use the commands.

The inventories are saved in ./config/saveandloadinventories/*.txt.

Commands:
/saveinventory <inventory_name> – Saves the current inventory of the user as <inventory_name>.
  alias: /si <inventory_name>
/loadinventory <inventory_name> – Loads an inventory named <inventory_name> previously saved.
  alias: /li <inventory_name>
/loadinventory <inventory_name> <player_name> – Loads an inventory to the target player named <player_name>
  alias: /li <inventory_name> <player_name>
/listinventories
– Lists all saved inventories.

Examples:
Save the current inventory with the name 'diamond' (/saveinventory diamond):

And when loading it (/loadinventory diamond):

 
Save the current inventory as 'food' with the shortened alias command (/si food):

And loading it with the shortened command (/li food):

 

Here's an example of setting the inventory of another player:

b1
c1c2c3

Comments

Add a comment