Skip to main content

Overview

SigmaTools is a Spigot/Paper plugin adding four specialized tools with configurable durability, cooldowns, economy integration, and protection compatibility.

Toolsโ€‹

ToolBehavior
PickaxeBreaks blocks in a 3x3 area (9 blocks)
AxeAuto-chops entire trees by detecting connected logs
BucketInfinite water/lava placement without consuming the bucket
HoeAuto-replants crops after harvesting

Requirementsโ€‹

  • Minecraft 1.17+ (Spigot/Paper)
  • Java 17+

Dependencies (optional, soft)โ€‹

  • Vault / CoinsEngine - economy integration
  • Lands / WorldGuard / GriefPrevention - protection integration

Plugin works without these; features requiring them are simply disabled.

Notable Designโ€‹

  • Tools identified via PersistentDataContainer (NBT), not item names
  • Charge-based cooldown - multiple charges recharge over time, not a flat cooldown
  • Action bar shows cumulative economy cost/reward over time
  • Dynamic performance throttling reduces load automatically when server TPS drops
  • Category-based debug logging
  • Item Binding GUI - bind custom items (vanilla or ItemsAdder) to tools
  • Public API with event system, exposed via Bukkit ServicesManager

See Alsoโ€‹