
AdvancedItems 1.13.0
Create custom items - 40+ Default Items - MMO items and Tools - 100+ Abilities and Effects
1.8.6
Jul 26, 2024
1.8.6 Changelog
Changes:
- Improved trigger parsing performance
- Fixed error with mining trigger
- Fixed rare error when unloading plugin
1.8.5
Jul 23, 2024
1.8.5 Changelog
Changes:
- Updated to Java 17 as required version
- Improved TRENCH performance with non-paper servers
1.8.4
Jul 19, 2024
1.8.4 Changelog
Changes:
- Improved HELD trigger checks
- Improved unbreakable item compatibility
- Improved REPEATING trigger
- Improved EFFECT_STATIC checks
- KEEP_ON_DEATH now works with multiple items at once
1.8.3
Jul 16, 2024
1.8.3 Changelog
Changes:
- Added BREW_POTION trigger with variables: %potion type%, %is extended%, %is upgraded%
- Added %weather% variable for conditions, e.g. %attacker weather%, returns CLEAR or RAIN
- Improved KEEP_ON_DEATH effect compatibility
1.8.2
Jul 12, 2024
1.8.2 Changelog
Changes:
- Improved plugin compatibility - important for developers: https://ae.advancedplugins.net/for-developers/plugin-compatiblity-issues#tp_drops-duplicating-drops-to-multiple-inventories
- Fixed SMELT and TP_DROPS issue with 1.21
1.8.1
Jul 10, 2024
1.8.1 Changelog
Changes:
- Added %is removed% variable
- Fixed %offhand% condition on HELD trigger
1.8.0
Jul 8, 2024
1.8.0 Changelog
Changes:
- Fixed ADD_DURABILITY_CURRENT_ITEM not working with REPEATING
- Fixed REPEATING being cancelled on hit
- Fixed /apply command duplicating REPEATING effects
1.7.9
Jul 4, 2024
1.7.9 Changelog
Changes:
- Added multiple target support in one effect line! You can now use e.g. '@Attacker @Victim' in same line!
- Fixed error in console with Veinmine target
- Some other internal code improvements
1.7.8
Jul 1, 2024
1.7.8 Changelog
Changes:
- Improved KEEP_ON_DEATH effect with inventory items
- Added better warning messages when effects are misconfigured
1.7.7
Jun 27, 2024
1.7.7 Changelog
Changes:
- Updated McMMO support to 2.2.013 (older versions are no longer supported)
- Added custom trench (e.g. 3x3x1) effect
- Added trench ignore correct tool option (break with trench using with any tool)
- Added configurable veinminer depth
- Added blacklist and whitelist support for trench levels
- REPEATING now support hand and offhand (not only armor)
1.7.6
Jun 25, 2024
1.7.6 Changelog
Changes:
- Reworked BREAK_TREE algorithm to identify logs better
- Updated REPEATING chances to work correctly
- Other minor updates
1.7.5
Jun 21, 2024
1.7.5 Changelog
Changes:
- Added placeholderapi support for items' files
- Updated SaberFactions hook
- Improved xp logic (xp being off by one point sometimes)
1.7.4
Jun 18, 2024
1.7.4 Changelog
Changes:
- Improved Armor equip checks. Now correctly stops armor swap spamming and random keeping of effects on unequip
- Few minor improvements with default items
1.7.3
Jun 16, 2024
1.7.3 Changelog
Changes:
- Updated item glow system
- Fixed null exception on item click
1.7.1
Jun 10, 2024
1.7.1 Changelog
Changes:
- Improved durability handling with items
- Improved AUTO_REEL compatibility with other plugins
- Fixed POTION effect not overriding lower amplifiers
- Fixed SMELT with RED_SANDSTONE
1.7.0
Jun 3, 2024
1.7.0 Changelog
Changes:
- Improved Grindstone logic
- Fixed HORSE_ARMOR not working as valid material
- Fixed Mined blocks statistic incrementing too much
- Code improvements
1.6.4
Apr 24, 2024
Changes:
- Added event calling and handling to item durability change (PlayerItemDamageEvent)
- Added @EntityInSight target. Opens up a ton of possibilities for new enchants and many more ideas e.g. spell wands. @EntityInSight{distance=20,angle=40,limit=5,target=ALL} - documentation in wiki: https://wiki.advancedplugins.net/abilities/targets#target-reference-table
- Improved API documentation
1.0.9
Jul 20, 2023
Changes:
- A lot of work has went into the in-game editor, releasing soon!
- ARROW_HIT trigger now works with blocks
- %block type% condition now returns null if block is invalid
- Effects that are misconfigured and fail to activate will now give more information about it, including username that activated it, trigger type & more
- Fixed issues with Lands hook
1.0.8
Jul 18, 2023
Changes:
- Added %trigger type% variable for effects, conditions
- SET_BLOCK now supports RIGHT_CLICK trigger
- Fixed triggers reading from invalid YAML files