
Save the Inventories - What is it?
No space left in your inventory? This will help you: Switch between an unlimited amount of different inventory saves.
This plugin is mainly made for my survival server where the admins should be able to switch between an admin and a survival mode: What I was missing is a inventory switching plugin that does not ask if an inventory should be overwritten - you know your inventories and you will not overwrite them. I found no plugin for this, so I decided to create this one.
It can save any item that exists in the game and has only one class with less than 200 lines of code!
Features
- Saves and loads your inventory
- Can save every item
- Will probably work in all future Minecraft versions
- Alias-compatible: You can use MultiCommand, BetterAlias or something similar to create your own inventory rules
- Uses UUIDs: Compatible for the new name changing feature!
Commands
| Command | Permission | What it does |
| /inv | inventories | Shows the plugin help. |
| /inv save <name> | inventories.save | Saves your current inventory under the specified name. |
| /inv load <name> | inventories.load | Loads a saved inventory. Will overwrite your current one. |
| /inv delete <name> | inventories.delete | Removes an inventory from config. Cannot be undone. |
| /inv list | inventories.list | Lists all your saved inventories. |
| /inv swap <old> <new> | inventories.save + inventories.load | Saves your current inventory as <old> and replaces it with the inventory <new>. Mainly used for scripts. |
Known Bugs
Currently none. It's just so simple, there aren't even bugs!