## Overview
HummerExcavator is a Paper/Spigot plugin for Minecraft 1.21+ that adds powerful mining enchantments designed for fast and clean resource gathering. The plugin focuses on performance, flexibility, and full server-side control.
## Video
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/OTsxBT9k9FA" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
## Features
### Enchantments
**Excavator**
Mines multiple blocks at once in a configurable area around the target block.
- Level 1: 3×3×1
- Level 2: 3×3×2
- Level 3: 5×5×1
- Level 4: 5×5×2
- Level 5: 5×5×3
- Cannot be removed via grindstone
**Magnet**
Automatically sends all mined drops directly to the player’s inventory.
- Works with Excavator
- Can be removed via grindstone
### Items
- Save custom tools with enchantments, names, and lore
- Store items in a SQLite database
- Give, list, and delete saved items using commands
### Configuration
- Fully customizable messages
- Editable enchantment names, descriptions, and lore
- Supports hex colors and legacy color codes
## Commands
| Command | Description | Permission |
|-------|-------------|------------|
| `/hm givebook <player> <type> <level>` | Give enchantment book | `excavator.give` |
| `/hm save <name>` | Save item in hand | `excavator.admin` |
| `/hm give <name> <player>` | Give saved item | `excavator.admin` |
| `/hm delete <name>` | Delete saved item | `excavator.admin` |
| `/hm list` | List saved items | `excavator.admin` |
| `/hm reload` | Reload configuration | `excavator.admin` |
## Permissions
- `excavator.use` — Use enchantments
- `excavator.give` — Give enchantment books
- `excavator.admin` — Admin commands
## Installation
1. Download `HummerExcavator.jar`
2. Place it in the `plugins` folder
3. Restart the server
4. Edit `config.yml` if needed
## Technical Details
- Platform: Paper / Spigot
- Minecraft version: 1.21+
- Database: SQLite
- Text API: Adventure (Kyori)
## License
MIT License