Superpickaxe Prototype
"Super Pickaxe" with a special 3*3 block-breaking ability.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Superpickaxe Prototype
SuperPickaxe Prototype
This Minecraft plugin introduces a "Super Pickaxe" with a special 3x3 block-breaking ability.
Features
- Recipe Discovery: A powerful pickaxe capable of breaking a 3x3 area of blocks simultaneously. - Recipe Discovery: Activate the Super Pickaxe's special ability by shift-spamming while holding the pickaxe. - Recipe Discovery: 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.
- Require Resource pack version: Require Resource pack version > ⚠️ Require Resource pack version Without the resource pack, Super Pickaxes will display as PurpleBlack 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
1. 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
|
|
|
| |:----------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------:| | |
| | | |
| |
2. Break Blocks: - Hold the Super Pickaxe in your main hand. - Repeatedly press the sneak key (shift by default) to activate the 3x3 breaking ability. 3. 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.
```bash /give @s <pickaxe_type>[custom_data={"PublicBukkitValues":{"superpickaxe-prototype:superpickaxe":1b}}] ```
Examples
Diamond Super Pickaxe: ```bash /give @s diamond_pickaxe[custom_data={"PublicBukkitValues":{"superpickaxe-prototype:superpickaxe":1b}}] ```
Netherite Super Pickaxe: ```bash /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.*