
SuperPickaxe Prototype
This Minecraft plugin introduces a "Super Pickaxe" with a special 3x3 block-breaking ability.
Features
- Super Pickaxe: A powerful pickaxe capable of breaking a 3x3 area of blocks simultaneously.
- Ability Activation: Activate the Super Pickaxe's special ability by shift-spamming while holding the pickaxe.
- Crafting Recipe: Craft your own Super Pickaxe using three pickaxes and two sticks.
- Recipe Discovery: The recipe for the Super Pickaxe is automatically discovered by players.
Requirements
-
ShiroCore: This plugin requires ShiroCore to be installed.
-
Resource Pack: Download Resource Pack
⚠️ Require Resource pack version Without the resource pack, Super Pickaxes will display as Purple\Black item (missing texture item).
| Version | ShiroCore Version | Required | Support Resource Pack | Resource Pack Required |
|---|---|---|---|---|
| Superpickaxe Prototype 1.21.10-1.1.1-RP-required | ShiroCore 1.21.10-2.0.1 | ✅ | ✅ | ✅ |
| Superpickaxe Prototype 1.21.10-1.1.1 | ShiroCore 1.21.10-2.0.1 | ✅ | ❌ | ❌ |
| Superpickaxe Prototype 1.21.10-1.1.0 | ShiroCore 1.21.10-2.0.1 | ✅ | ❌ | ❌ |
| Superpickaxe Prototype 1.21.10-1.0.4 | ShiroCore 1.21.10-2.0.1 | ✅ | ❌ | ❌ |
| superpickaxe-prototype 1.21.10-1.0.2 | ShiroCore 1.21.10-1.0.3 | ✅ | ❌ | ❌ |
Mine!

How to Use
-
Craft the Super Pickaxe:
- Open a crafting table.
- Place three pickaxes in the top row.
- Place two sticks in the center column below the pickaxes.
All Pickaxe Variants
Wooden Super Pickaxe





Stone Super Pickaxe





Copper Super Pickaxe





Iron Super Pickaxe





Golden Super Pickaxe





Diamond Super Pickaxe





Netherite Super Pickaxe





-
Activate the Ability:
- Hold the Super Pickaxe in your main hand.
- Repeatedly press the sneak key (shift by default) to activate the 3x3 breaking ability.
-
Break Blocks:
- While the ability is active, breaking a block will also break a 3x3 area of similar blocks around it.
Admin Commands
If you have administrator permissions, you can acquire any variant of the Super Pickaxe using the /give command.
Generic Command Format (1.20.5+)
The plugin uses the PersistentDataContainer, which Minecraft stores under the PublicBukkitValues tag in the custom_data component.
/give @s <pickaxe_type>[custom_data={"PublicBukkitValues":{"superpickaxe-prototype:superpickaxe":1b}}]
Examples
Diamond Super Pickaxe:
/give @s diamond_pickaxe[custom_data={"PublicBukkitValues":{"superpickaxe-prototype:superpickaxe":1b}}]
Netherite Super Pickaxe:
/give @s netherite_pickaxe[custom_data={"PublicBukkitValues":{"superpickaxe-prototype:superpickaxe":1b}}]
Note: The functionality depends on the internal data tag. The name and lore are optional.
