Inventory Archiver can be useful in every server available. It is basically an improved enderchest plugin where the players can save, edit and delete their inventory, completely lag free. You can even add your friends to your inventories and give them 4 types of access. The plugin can reach this lag free experience by using asynchronous task execution in the main algorithms. You can configure the permissions so they can match perfectly with the server ranks or players.
Inventory modifying and loading
Inventory saving and deleting
Friend Access
Features
Commands (Available: /inventory, /inv, /kit)
Permissions
Spoiler: config.yml
Spoiler: language.yml
Dependencies
Inventory modifying and loading
Inventory saving and deleting
Friend Access
Features
- 100% configurable.
- Available in all versions. (1.8-1.21)
- MYSQL support.
- Support for ViaVersion, your players can use it from any version available, even after changing it.
- Lags free.
- Easy to use GUI and commands.
- Configurable rank/permission system
- Asynchronous task execution.
- Offline inventory edit.
- Friend access - Everyone can add their friends to their saved inventories.
- Dismiss deleted inventories, so the player will never not understand where their inventory went.
- Confirmation Gui so players don't have to regret rash decisions.
- Delete from GUI or command.
- Multiple players can edit one inventory at the same time.
- Block click inventory opening.
- Inventory loading.
- Armor support.
- Extra hand item support (1.9+)
- Multi page system.
- Synchronize between databases.
Commands (Available: /inventory, /inv, /kit)
Permissions
- invsaver.*
- invsaver.others.* - Grants permission for everything with players.
- invsaver.command.* - Commands except reload.
- invsaver.group.* - Infinite inventory save.
- invsaver.bypass.* - Bypass everything except "invsaver.bypass.open"
- invsaver.reload
- invsaver.command.menu
- invsaver.command.sync
- invsaver.others.info
- invsaver.others.open - Open players sumgui but can't open inventories.
- invsaver.others.inv.open - Open players inventories as well.
- invsaver.others.inv.edit - Edit players inventories.
- invsaver.others.inv.delete - Delete players inventories.
- invsaver.others.inv.load - Load players inventories.
- invsaver.others.clear - Clear players inventories.
- invsaver.others.save - Save players inventories.
- invsaver.bypass.edit - No one will be able to edit your inventories.
- invsaver.bypass.disabledworlds
- invsaver.bypass.forcesave - Player's cannot force you to save your inventory.
- invsaver.bypass.saveprice
- invsaver.others.save.bypass.amount
Spoiler: config.yml
Spoiler: language.yml
Dependencies
- Vault - (Required to retrieve permissions for offline players)
- Vault supported permission plugin you can see the list here: https://github.com/milkbowl/Vault
- Purchase and download the plugin (Thank you!).
- Stop your server, put the .jar file in your server's /plugins/ directory.
- Download Vault and put it in the plugins folder as well.
- Start the server, plugin will generate all necessary config files.
- Fill in config.yml and language.yml with desired settings.
- Restart the server.
- Done!