Skip to content

Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@APickledWalrus APickledWalrus released this 01 Nov 23:40

NOTICE: Following the past releases, skript-gui ONLY supports the latest version of Skript. Critical fixes may be backported for older versions if needed.

This is the first beta build of skript-gui 1.3. I believe 1.3 has become stable enough to move into beta phases. If no additional betas/changes are needed, 1.3 will be released.

As usual, if anyone has any issues or questions, please feel free to share them at https://github.com/APickledWalrus/skript-gui/issues.
There is no official documentation for 1.3 yet, but it should be coming soon.

Additions

  • Added next gui slot expression (closes #77)

Full syntax:
%guiinventorys%'[s] next gui slot[s]
[the] next gui slot[s] of %guiinventorys%
[the] next gui slot

Fixes

  • Fixed several issues with modifying GUI properties (closes #65)

Please note that when changing the name of a GUI you will want to use the expression: skript-gui name. This is only needed because of a syntax conflict with Skript. You may encounter unintended behavior when using the native name expression from Skript.
Example: set the skript-gui name of the gui to "new name"

  • Fixed several issues with the GUI values expression (closes #66)
  • Fixed an issue where global GUIs were not properly removed when a new global GUI with the same ID was created (closes #72)
  • Added the api-version value to the plugin.yml