- Added ranged slots (See Wiki->Item format->Slots for more information). Also removed boilerplate way of defining slots with separate x and y params. The inline format ("x, y") still there and won't be removed.
- Fixed JavaScript executing for Java 15 and higher.
- Added compatibility with Spigot 1.17 for some actions.
- Changed menus loading message. Now plugin displays only one message with amount of loaded menus.
- A bit changed error message for combined inside one file menus. Now plugin displays the name of the menu and the name of the file in which error ocurred.
- Fixed variables lifetime formatting.
- Minor optimization fixes.
A few words about JavaScript engine. JavaScript engine was removed from official JVM since Java 15. To continue using
js rule, plugin loads this engine at server startup. This possible only for Spigot 1.16.5 and higher. If you use Java 15+ with Spigot less than 1.16.5, the
js rule won't work.
We also want to inform you that the Russian version of the Wiki will not be supported from now. We decided to focus on improving English version of the Wiki to make it more readable for everyone. The Russian version of the Wiki will still exist, however please be aware that the information there may be deprecated. Thank you for understanding.