Patch Release 2.8.3
Skript 2.8.3
A new month means a new patch! Skript 2.8.3 is here and it brings with it many bug fixes. You can report any issues on our issue tracker.
Happy Skripting!
Notices
If, and only if, you have the case-insensitive-variables
config option set to false
, you may experience slight changes to code behavior in functions. Previously, function parameters did not respect this option. This means that if you relied the bug that made the following code work (despite your config option set to false), your code will no longer work in this update.
function test(TEST: text):
broadcast {_test} # only {_TEST} is set now, not {_test}
Changelog
Bug Fixes
- #6233 Fixed an issue where event values for the
inventory item move
event were mistakenly removed. - #6309 Fixed an issue that caused some click events to fire multiple times for a single event.
- #6192 Fixed an issue where using the
groups
expression with LuckPerms would cause an exception. - #6328 Fixed an issue where multiplying or adding timespans could overflow into negative values.
- #6387 Fixed an exception when trying to get the components of a non-vector.
- #6388 Fixed function parameters not respecting the case-insensitive-variables config option.
- #6391 Fixed
plain
always getting the same item for aliases representing multiple items. - #6392 Fixed bucket events returning the wrong
event-block
. - #6463 Fixed the
at time
event failing to property trigger when a world's time was changed. - #6455 Fixed a parser issue that caused parsing to fail for some syntax when special characters were used.
Click here to view the full list of commits made since 2.8.2
Notices
Help Us Test
We have an official Discord community for beta testing Skript's new features and releases.
Thank You
Special thanks to the contributors whose work was included in this version:
- @APickledWalrus
- @DelayedGaming
- @sovdeeth
- @Moderocky
- @UnderscoreTud
As always, if you encounter any issues or have some minor suggestions, please report them at https://github.com/SkriptLang/Skript/issues.
If you have any bigger ideas or input for the future of Skript, you can share those too at https://github.com/SkriptLang/Skript/discussions.