Gui Engine Version 1.3.0 Update
The latest version of the GUI engine is now powered by Kotlin, bringing enhanced capabilities compared to its previous Java version. Here's a breakdown of the exciting new features and improvements:
- New Interpreters
- Anvil: Introducing support for the Anvil GUI layout.
- Chest: Open chest gui.
- Default: No changes made
- Dispenser: Added interpreter for dispenser GUIs.
- Enchanting: Support for enchanting table GUI.
- Furnace: Furnace GUIs are now seamlessly integrated.
- Workbench: Added interpreter for workbench GUI.
- New Function Type - Delay
A brand-new function type called "delay" has been introduced. This feature allows you to delay the execution of functions. Simply use the following syntax:
Code (Text):
<on-click type="delay" unit="SECONDS">5</on-click>
This example will delay the execution by 5 seconds.
- New Action - [Connect] Server
A powerful new action has been added, enabling you to connect a player to a different server. This feature is relevant for all bungeecord / velocity users.
- Documentation
For comprehensive details on all these enhancements and more, be sure to check out the complete & updated documentation in the Gui Engine Wiki.
- Full Changelog
For a detailed list of all changes and updates in version 1.3.0, please visit the following link:
Gui Engine 1.3.0 Changelog
Upgrade your GUI experience with these exciting new features and improvements in Gui Engine version 1.3.0!
