Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Links
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 months ago
⛏️ Drill Pickaxe — A Vanilla-Style 3×3 Mining Tool
This plugin adds a simple, vanilla-friendly 3×3 mining pickaxe that breaks blocks in a 3×3 area instead of just one, making mining faster and more efficient. It's designed to feel like its part of the base game.
📦 How to Get the Drill Pickaxe:
/minecraft:give @p minecraft:netherite_pickaxe[custom_data={PublicBukkitValues:{"drillpickaxe:drill":1b}}]
This uses the vanilla minecraft give format and you can fully customize it to your likings.
🔧 Note: The
{PublicBukkitValues:{"drillpickaxe:drill":1b}}
tag is required for the 3×3 mining behavior to work properly.
You can freely customize the pickaxe's name or appearance. Here's an example:
/minecraft:give @p minecraft:netherite_pickaxe[
custom_data={PublicBukkitValues:{"drillpickaxe:drill":1b}},
minecraft:custom_name=[{"text":"Drill","italic":false,"color":"aqua"}]]
This gives you the Pickaxe with a custom name and color!