This plugin introduces a bunch of enchantments to aid with Building https://hangar.papermc.io/AMPZ/BuildersEnchantments
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-20 14:57:08 +02:00
.run basic plugin structure 2026-08-20 11:30:54 +02:00
gradle/wrapper Initial commit 2026-08-20 10:53:39 +02:00
run basic plugin structure 2026-08-20 11:30:54 +02:00
src/main no permissions for now? 2026-08-20 14:48:05 +02:00
.gitignore Initial commit 2026-08-20 10:53:39 +02:00
build.gradle.kts introduce JobsReborn hook 2026-08-20 12:18:47 +02:00
gradlew Initial commit 2026-08-20 10:53:39 +02:00
gradlew.bat Initial commit 2026-08-20 10:53:39 +02:00
README.md add Readme 2026-08-20 14:57:08 +02:00
settings.gradle.kts basic plugin structure 2026-08-20 11:30:54 +02:00

Builder Tools for Minecraft

This plugin introduces a bunch of enchantments to aid with Building

Features

Area of Effect Enchantment

The Area of Effect enchantment increases the effectivity radius of Pickaxes and Shovels, depending on the level:

  • Level 1: Increases the area to 3x3
  • Level 2: Increases the area to 5x5

When using this enchantment on Level 2 or above and mining/digging horizontally, the area is adjusted upwards so you can easily create walkable tunnels.

Builder's Blessing Enchantment

The Builder's Blessing enchantment is only applicable to Blaze Rods, turning them into a tool commonly known as a "Builder's Wand".

  • When right-clicking with such an enchanted Blaze Rod on a block, it will attempt to place the same blocks in an extra radius according to the Level
    • A level 2 Builder's Blessing enchantment will build a 5x5 area around the clicked location
    • A level 4 Builder's Blessing enchantment will build a 9x9 area around the clicked location
  • When sneaking while right-clicking, particles are shown in all applicable places where Blocks would be placed
  • Note that this will consume items from your Inventory, and fail to work if you don't have sufficient blocks

JobsReborn compatibility

This plugin hooks into JobsReborn if it is present; and will invoke Job actions according to the available enchantments