ItemSave
A simple plugin to save items into 1 group in Minecraft.
Key Features
## Commands
| Command | Permission | Description |
|---------|------------|-------------|
| `/isave list <page>` | `itemsave.list` | Allow viewing the list of saved groups |
| `/isave gui` | `itemsave.gui` | Allow opening the management GUI |
| `/isave save hand/inventory <group_name>` | `itemsave.save.hand/itemsave.save.inventory` | Allow using /isave save hand/inventory |
| `/isave delete <group_name>` | `itemsave.delete` | Allow deleting saved groups with /isave delete |
| `/isave give <player> <group_name>` | `itemsave.give` | Allow giving saved groups to players with /isave give |
| `/isave reload` | `itemsave.reload` | Allow reload config and locale file |
**Aliases:** `/itemsave`, `/isave`
## Permissions
| Permission | Default | Description |
|------------|---------|-------------|
| `itemsave.admin` | OP | Access to all command |
| `itemsave.list` | OP | Access to list command |
| `itemsave.gui` | OP | Access to GUI |
| `itemsave.save.hand` | OP | Access to save hand command |
| `itemsave.save.inventory` | OP | Access to save inventory command |
| `itemsave.delete` | OP | Access to delete command |
| `itemsave.give` | OP | Access to give command |
| `itemsave.reload` | OP | Access to reload command |