- Added static items block for animated menus. (docs)
- Activators clickBlock, button, lever and plate now can accept list of locations.
- Added support for Oraxen items (see new item property in the docs).
- Fixed itemRemove and itemClear actions. Now they works with armor slots and second hand slot.
- Fixed tab complete for commands when using HDB.
- Fixed SkinsRestorer hook loading.
- Added restriction for menus with out of bound size to avoid bugs.
- Added SkinsRestorer hooks.
- Added itemsAdder property to take items from ItemsAdder plugin.
- A bit changed fireworkData item property. Now there is parameter to set power of firework. Firework's effects moved to the list inside this parameter. Check the docs for more information.
- Actions givePermission and removePermission now is a lists of strings. So you can add or remove bunch of player's permissions by one action. Backward compatibility still works and you won't need to fix this parameters after update.
- Fixed commands overriding for command activator.
- Optimized region enter/leave activators for users who use this with WorldGuard 7+.
- Removed previewSkin action due new skins hook which not supports this.
- Set useWorldGuard, syncVariables and bungeecord to false in main config for optimization, because most users are not use this features. If it already activated in your config, then it won't be changed.
Documentation. We also pleased to introduce updated documentation. There is bunch of changes, but in general, now it has more friendly interface, more convenient pages structure, new content and spelling fixes. It also has search field to search words or phrases through all docs.
For developers. We moved API repo to GitHub. Now you can add it to your project through JitPack from this repo: https://github.com/AbstractMenus/api.
