Overview
SigmaTools is a Spigot/Paper plugin adding four specialized tools with configurable durability, cooldowns, economy integration, and protection compatibility.
Toolsโ
| Tool | Behavior |
|---|---|
| Pickaxe | Breaks blocks in a 3x3 area (9 blocks) |
| Axe | Auto-chops entire trees by detecting connected logs |
| Bucket | Infinite water/lava placement without consuming the bucket |
| Hoe | Auto-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