Bug fixes:
• Custom tools withlimit-mode: uses(orboth) andmax-usesnow respect the use limit even whenuse-countdownis false, so%remaining%in lore and use tracking work as intended
Improvements:
• Defaultconfig.ymlcomments clarify thatuse-countdownapplies to time-based expiry, while use limits are driven bymax-usesandlimit-mode
New features:
• Eachtools.<id>entry can set optionalcustom-model-data(non-negative integer) so items use your resource-pack model overrides
Improvements:
• Defaultconfig.ymldocuments the option with a commented example under the pickaxe tool
New features:
• Time-based self-destruct countdown can start on first real tool use (mining or interact that counts as use) instead of when the item is given, matching DonutSMP behavior
• Global toggletool-timer-starts-on-first-useplus optional per-tooltimer-starts-on-first-useto keep the old “timer starts on receive” behavior where needed
Improvements:
• While the timer is not armed yet,%countdown%in lore shows the full configured duration so players see how long they get after first use
• Existing items that already had an expiry time in NBT keep their previous countdown unchanged
Bug fixes:
• Block break effects no longer throw when tools use particles that require extra data (e.g. BLOCK); the broken block’s BlockData is passed, with safe handling for item-based and dust-transition particles and a crit fallback for unsupported types
New tools!!!
• New tools added: XP Bank, Animal Finder, Miner Amulet, XP Amulet, Enchant Amulet, Immortal Totem, Blitz Pickaxe (5×5 mining + auto-smelt), Magnet Amulet, Ender Bow.
New features:
• Each tool can be disabled in config withenabled: true/falseso inactive tools don't run or use resources.
• Config optioncleanup.max-chunks-per-runlimits how many chunks are scanned per cleanup to reduce lag on large worlds.
Bug fixes:
• 3×3 pickaxe and shovel now break a full 3×3 in all directions; previously they only broke a 1×3 line when facing east or west due to radius z being 0
• Treefeller axe now works: config paths were corrected so the tool type is read from the right section
Improvements:
• Default radius for pickaxe and shovel is now 1,1,1 when no radius is set, so 3×3 works even with old or incomplete configs
New: Use-based limits
Config
- Added limit-mode per tool: time, uses, or both
- Added max-uses for a fixed number of actions
- 1 action = 1 use (block break, water/lava place, grappling hook, freeze staff, rocket)
- New lore placeholder %remaining% for remaining uses (e.g. 500 uses or 499/1000 uses)
- Time and uses limits can be used together; tool expires when either limit is reached
- limit-mode and max-uses configurable per tool
- pickaxe-blocks changed from list to comma-separated string for a shorter config
