9.11.8 Changelog
Changes:
- Fixed issue with alchemist inventory being detected wrong
9.11.7 Changelog
Changes:
- Protection checks are now being done as first thing for blocks
- Fixed issue with chests and menu names
- Fixed effects with targets and conditions after them causing issues
- Small internal code changes
9.11.6 Changelog
Changes:
- Improved itemsadder compatibility with items
- Fixed error when using inside effects for REPEATING trigger
9.11.5 Changelog
Changes:
- Fixed disabled-worlds not working on enchantment settings
- Fixed issue with PLANT_SEEDS using off-hand items
- Some small fixes and improvements with abilities processing
9.11.4 Changelog
Changes:
- Added max logs and max leaves parameter to BREAK_TREE (BREAK_TREE::)
- Fixed @BlockInDistance being recognized as @Block
9.11.3 Changelog
Changes:
- Fixed alchemist inventory not working correctly when resized
- Fixed REPEATING issue with items when souls are used
- Fixed exception when using same numbers for random range in GKits
9.11.2 Changelog
Changes:
- Fixed souls and soul tracker being used on stacked items
- Some minor performance improvements
9.11.1 Changelog
Changes:
- Added nested conditions. Create even more complex conditions - read more here: https://wiki.advancedplugins.net/abilities/conditions#nested-conditions
- Improvements to condition parsing and processing
- Improved combos. Will now be reset after 4 seconds of inactivity.
9.11.0 Changelog
Changes:
- Amethyst Cluster now drops correct amount with telepathy and fortune enchants
- Performance improvements with abilities processing
9.10.9 Changelog
Changes:
- Fixed grindstone rarely not removing custom enchants
- Fixed error on startup when Placeholder API is not installed
9.10.6 Changelog
Changes:
- Improved anvil merging
- Added %client version% variable, to check player's protocol version of client with ViaVersion
- Updated DROP_HEAD effect to work on 1.20.6+ versions
- Full inventory grindstone usage will no longer reward exp
9.10.5 Changelog
Changes:
- Added %exp% variable for MINING trigger
- Improved SHOOT_MOB trigger for tridents
- Some other general code and performance improvements
9.10.4 Changelog
Changes:
- Added 1.21.1 Support
- Improved anvil merging of enchantments
9.10.3 Changelog
Changes:
- Add configurable radius for LAVA_WALKER and WATER_WALKER
- Added %is damageable% placeholder
- Improved AOE undamageable target
- Fixed certain items cannot be stacked
- Fixed error with class cast in console
9.10.2 Changelog
Changes:
- AdvancedEnchantItemEvent is now called on book enchant
- Fixed ItemFlags not being applied on all plugin items
- Fixed small issue with Tinkerer inventory
- Updated default inflame enchant format
9.10.1 Changelog
Changes:
- Updated FREEZE effect to use correct ticks time
- HOOK_ENTITY and DO_HARM now work correctly on entities
- Fixed Power enchantment being recognized as Punch in anvil.yml
- Fixed removing water from waterlogged slabs on break
9.10.0 Changelog
Changes:
- ItemsAdder custom armor items now work with EFFECT_STATIC and REPEATING
- Fixed a small issue with plugin hooks
9.9.19 Changelog
Changes:
- All attributes are now hidden on plugin items (e.g. whitescroll, orbs)
- Improvements with abilities parsing, performance and formatting
- Added ADD_POINTS:skill:points effect for AdvancedSkills https://skills.advancedplugins.net/
- Added ADD_MANA:mana effect for AdvancedSkills https://skills.advancedplugins.net/
9.9.18 Changelog
Changes:
- Improved trigger parsing performance
- Fixed error with mining trigger
- Fixed rare error when unloading plugin
9.9.17 Changelog
Changes:
- Updated to Java 17 as required version
- Improved BREW_POTION with brewing non-potions (e.g. thick potion)
- Some incremental performance gains with abilities system