3x3 Drill Pickaxe
A simple 3x3 Drill Pickaxe
3x3 Drill Pickaxe
⛏️ 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.
🔧 Note: ``` /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!