Releases: APickledWalrus/skript-gui
Releases · APickledWalrus/skript-gui
Bunch O' Bug Fixes
This release fixes a bunch of possible errors that could occur (primarily with the GUI Properties Expression).
If you run into any issues, feel free to message me on Discord (APickledWalrus#2895), or open an issue (https://github.com/APickledWalrus/skript-gui/issues)
1.0.0
With this round of changes and fixes, I believe the addon is ready for a full release. Here it is!
Of course, if you encounter any issues or have any questions, be sure to let me know!
GitHub Changes
- Small wiki changes to match syntax changes
Addon Changes
- Fixed an issue with SlotType being already registered (potentially by another addon?), leading to the plugin failing to load
- Fixed an issue where a null return on getSlot would incorrectly set the InventoryClickEvent as cancelled (this caused the stealable items feature to not act as intended)
- Made some changes to the way InventoryDragEvent is cancelled (this should fix any issues with cancellations on this event)
- Made a small syntax change (non-breaking) to the GUI Creation Section
1.0.0-BETA-2
I have marked this as a pre-release, but it should be pretty stable.
Changes from 1.0.0-BETA-1 (the version I posted in discord)
GitHub Changes:
- Added README, LICENSE, Issue Templates, and set up GitHub Actions
- There's a wiki now!
Plugin Changes:
- Added type for SlotType (fixes issue with gui-slot-type)
- Fixed several issues with GUI Properties throwing errors and not working properly
- Items that are supposed to be stealable can now actually be taken
- Removed some unused methods
- Updated Skript documentation and javadoc