Compatibility
Minecraft: Java Edition
1.21โ1.21.10
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 11 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!


