
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
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 enchantmentsexcavator.give— Give enchantment booksexcavator.admin— Admin commands
Installation
- Download
HummerExcavator.jar - Place it in the
pluginsfolder - Restart the server
- Edit
config.ymlif needed
Technical Details
- Platform: Paper / Spigot
- Minecraft version: 1.21+
- Database: SQLite
- Text API: Adventure (Kyori)
License
MIT License
Ченджлог
1.0Релиз1.21.9, 1.21.10, 1.21.11 · 1 февраля 2026 г.
HummerExcavator Plugin
HummerExcavator is a powerful Paper/Spigot plugin for Minecraft 1.21+ that adds custom mining enchantments: Excavator and Magnet. It features a robust system for managing custom items, localized configuration, and grindstone integration.
Features
1. Custom Enchantments
- Excavator (Levels 1-5):
- Mines a defined area of blocks around the target block.
- Level 1: 3x3x1
- Level 2: 3x3x2
- Level 3: 5x5x1
- Level 4: 5x5x2
- Level 5: 5x5x3
- Grindstone Safety: Excavator cannot be removed by the Grindstone. It will persist on the tool.
- Magnet:
- Automatically teleports mined blocks directly into the player's inventory.
- Works seamlessly with Excavator area mining.
- Grindstone Removal: Can be removed via the Grindstone (unlike Excavator).
2. Item Management System
- Save custom tools with their enchantments, names, and lore to a SQLite database.
- Give saved items to players via command.
- List and delete saved items.
3. Fully Configurable
- Message Localization: All chat messages are configurable in
config.yml. - Lore Customization: Define exactly how enchantments look in the item lore (Names, Descriptions, Colors).
- Colors: Supports modern hex colors and legacy ampersand codes (e.g.,
&7,&a).
Commands & Permissions
Core Commands
| Command | Description | Permission |
|Str|Str|Str|
| /hm givebook <player> <type> <level> | Give an enchantment book (excavator/magnet). | excavator.give |
| /hm save <name> | Save the item currently in your main hand. | excavator.admin |
| /hm give <name> <player> | Give a previously saved item to a player. | excavator.admin |
| /hm delete <name> | Delete a saved item from the database. | excavator.admin |
| /hm list | List all saved items. | excavator.admin |
| /hm reload | Reload the config.yml file. | excavator.admin |
Permissions
excavator.use: Allows using the enchantments (default: true).excavator.give: Allows giving books (default: op).excavator.admin: Admin access to item management and reload (default: op).
Installation
- Download the
HummerExcavator.jar. - Place it in your server's
pluginsfolder. - Restart the server.
- (Optional) Edit
plugins/HummerExcavator/config.ymlto customize messages.
Configuration (Default English)
Spoiler
```yaml
messages:
prefix: "&e[Hummer] "
no_permission: "&cYou do not have permission."
# ... (and more)
enchantments:
excavator:
name: "&7Excavator"
levels:
1:
- "&8Area: &a3x3x1"
# ...
magnet:
name: "&7Magnet"
description:
- "&8All drops go to &ainventory"
</details>
Комментарии
Загружаем…