Bug fixes:
• Infinite Water Bucket and Infinite Lava Bucket now respect WorldGuard and other block protection plugins
• Water and lava drain buckets no longer remove fluids in protected regions where the player cannot build
• Manual fluid placement now follows protection checks instead of bypassing them through direct block updates
New features:
•/tools givenow supports optional--timeand--usesflags, including combined usage in one command
Improvements:
• Added smart tab completion for--timeand--uses, including suggested values, if no flags are provided, item limits continue to use the default values from the tool config
New features:
• Added two new custom tools: Water Drain Bucket and Lava Drain Bucket
Code:waterdrainbucket: enabled: true use-countdown: true limit-mode: time timer: 259200 # 3 days in seconds material: BUCKET display-name: "A90E2Water Drain Bucket" lore: - "" - "A90E2Removes up to 27 water blocks" - "A90E2in a 3x3x3 area" - "" - "&#FFD166Self-destruction: " - "	CA3AF%countdown%" enchantments: UNBREAKING: 1 hide-enchantments: true world-blacklist: [] lavadrainbucket: enabled: true use-countdown: true limit-mode: time timer: 259200 # 3 days in seconds material: BUCKET display-name: "&#FF6B35Lava Drain Bucket" lore: - "" - "&#FF6B35Removes up to 27 lava blocks" - "&#FF6B35in a 3x3x3 area" - "" - "&#FFD166Self-destruction: " - "	CA3AF%countdown%" enchantments: UNBREAKING: 1 hide-enchantments: true world-blacklist: []
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
New features:
• Per-tool optionhide-attributes: true/falsehides vanilla tooltip attribute lines (e.g. “When in Main Hand”, attack damage/speed)
New features:
• The text shown for%remaining%in custom tool lore is now driven byuses-display-formatanduses-display-format-when-fullinconfig.yml, with placeholders{remaining}and{max}
Improvements:
• Defaultconfig.ymldocuments the two formats;config-version3 migration adds these keys when they are missing
Bug fixes:
•/perftools reloadreloadsconfig.ymlfrom disk, clears the tools config cache, and refreshes related caches so new or edited tool entries apply without restarting the server
