# Skript 2.7.1 In this update we've patched the current known issues of Skript 2.7.0 and added support for Minecraft 1.20.2 and its aliases. Thank you all again for your continued support. Happy Skripting! ## Changelog ### Bug Fixes - [#5658](<https://github.com/SkriptLang/Skript/pull/5658>) Fixed `keep inventory` in a death event and related issues - [#5952](https://github.com/SkriptLang/Skript/pull/5952) Fixed bugs with removing from vector length, setting components of multiple vectors, and issues when running with debug verbosity. - [#5965](<https://github.com/SkriptLang/Skript/pull/5965>) Fixed event values in chunk enter event - [#5966](<https://github.com/SkriptLang/Skript/pull/5966>) Fixed the registration (and logging) of Skript commands - [#5997](<https://github.com/SkriptLang/Skript/pull/5997>) Fixed potion durations being locked to 15 seconds - [#6004](<https://github.com/SkriptLang/Skript/pull/6004>) Added missing event-item for the book sign event - [#6021](<https://github.com/SkriptLang/Skript/pull/6021>) Fixed inability to change the remaining time of a command cooldown - [#6022](<https://github.com/SkriptLang/Skript/pull/6022>) Fixed an issue generating random numbers on older versions of Java - [#6023](<https://github.com/SkriptLang/Skript/pull/6023>) Fixed an exception when attempting to use an attribute that an entity does not support - [#6026](<https://github.com/SkriptLang/Skript/pull/6026>) Fixed a casting error when using a pre-set variable for command cooldown storage - [#6027](<https://github.com/SkriptLang/Skript/pull/6027>) Corrected some missing versions in the documentation - [#6033](<https://github.com/SkriptLang/Skript/pull/6033>) Fixed local variables in the spawn effect section - [#6047](<https://github.com/SkriptLang/Skript/pull/6047>) Fixed an issue when using two or more 'variables' sections - [#6050](<https://github.com/SkriptLang/Skript/pull/6050>) Fixed an issue when using two or more 'aliases' sections - [#6067](<https://github.com/SkriptLang/Skript/pull/6067>) Fixed an issue when using the 'stop sound' effect - [#6072](<https://github.com/SkriptLang/Skript/pull/6072>) Fixed the spawn section not working on Minecraft 1.20.2 - [#6081](<https://github.com/SkriptLang/Skript/pull/6081>) Fixed LogHandler not started when getting value of ExpressionEntryData - [#88](<https://github.com/SkriptLang/skript-aliases/pull/88>) Added Minecraft 1.20 aliases [Click here to view the full list of commits made since 2.7.0](<https://github.com/SkriptLang/Skript/compare/2.7.0...2.7.1>) ## Notices ### New Release Model We have switched to a new release model, starting with this version. New syntax, features and quality-of-life changes will be saved for large `2.X` versions, released twice per year. \ Bug fixes will be released monthly, in smaller `2.7.X` versions. The full details of this model are available [here](https://stable.skriptlang.org/clockwork-release-model). ### Help Us Test We have an [official Discord community](https://discord.gg/ZPsZAg6ygu) for beta testing Skript's new features and releases. ### Compatibility Warning Due to the major internal changes within the 2.7 update, some addons may no longer work properly. Please be patient as addon developers work to update their addons. We have published a new release of our [Addon Patcher](https://github.com/SkriptLang/AddonPatcher/releases/tag/2.7.0-dev1), but be aware that it cannot fix all issues. ### Thank You We saw a large increase in new contributors recently, and we would like to thank all who have contributed to this version of Skript. :star: :slightly_smiling_face: Special thanks to the contributors whose work was included in this version: - @AyhamAl-Ali - @TheLimeGlass - @UnderscoreTud - @Pikachu920 - @DelayedGaming - @sovdeeth - @APickledWalrus - @Moderocky 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.