Release 1.4.0 #204
APickledWalrus
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
skript-gui 1.4.0
Important
skript-gui now requires Skript 2.14.3 or newer.
Well, it's been a while (over a year in fact), but I'm quite excited to share that skript-gui 1.4.0 is here! This release includes a bunch of bug fixes, better support for modern versions of Skript, and some other exciting new features. Thanks for your patience as I (slowly) worked on this update!
If you encounter any issues, please be sure to report them over in the issues tab: https://github.com/APickledWalrus/skript-gui/issues
I recommend reading over the wiki, which has been rewritten from the ground up for this update.
Happy skript-gui-ing!
Breaking Changes
gui rowsis no longer available. Simply usesize of <gui>.guis. You must include the keywordglobal:global guis.Changelog
Additions
nameandsizeof a GUI with Skript's default syntax. This should resolve any syntax collision issues.slot changesection which executes when a slot is interacted with or changes in some way. Please see GUI Slot Change for more information on using this section.Changes
lock statusexpression in favor of a condition and effect.Bug Fixes
trueunlocked the GUI)nextgui slot now starts at the end of the layout, not the beginning.This discussion was created from the release Release 1.4.0.
All reactions