# Skript 2.10.2 Skript 2.10.2 is here with some more bug fixes and some docs enhancements! We would like to welcome two new additions to the team, who will be focused mainly on triaging issues and bug fixes: [@Burbulinis](https://github.com/Burbulinis) [@mugu2006](https://github.com/mugu2006) Thank you to everyone who applied! We are also updating our release schedule, which you can view [here](https://github.com/SkriptLang/Skript/blob/master/CLOCKWORK_RELEASE_MODEL.md). To summarize the changes, we are introducing minor feature releases in April and October, which will be focused on additions and minimize breaking changes. This is to keep the update size more reasonable and to be quicker about responding to Minecraft's 'drops' update system. This means **2.11 will be next month**, rather than in July. As always, you can report any issues on our [issue tracker](https://github.com/SkriptLang/Skript/issues). Happy Skripting! ## Changelog ### Bug Fixes - [#7499](https://github.com/SkriptLang/Skript/pull/7499) Fixes empty event requirement sections in the docs. - [#7513](https://github.com/SkriptLang/Skript/pull/7513) Fixes issue with getting blocks between two locations. - [#7584](https://github.com/SkriptLang/Skript/pull/7584) Updates the compass target expression's description to include 1.21.4 behavior changes. - [#7591](https://github.com/SkriptLang/Skript/pull/7591) Adds a vehicle class-info to allow `event-vehicle` to work properly. - [#7603](https://github.com/SkriptLang/Skript/pull/7603) Fixes a bad example in the text display alignment examples. - [#7632](https://github.com/SkriptLang/Skript/pull/7632) Fixes an internal test for dates that was intermittently failing. - [#7641](https://github.com/SkriptLang/Skript/pull/7641) Fixes issues with using various projectile entity datas, like fireballs and wind charges - [#7646](https://github.com/SkriptLang/Skript/pull/7646) Fixes decimal multiplication/division with timespans resulting in truncated values. - [aliases#123](https://github.com/SkriptLang/skript-aliases/pull/123) Fixes brick/bricks confusion with item names. - [aliases#125](https://github.com/SkriptLang/skript-aliases/pull/125) Fixes issue when checking whether an entity is a wind charge. ### API Changes - [#7470](https://github.com/SkriptLang/Skript/pull/7470) Adds an Example annotation that can be applied multiple times, intended to eventually replace Examples. See PR for details. - [#7558](https://github.com/SkriptLang/Skript/pull/7558) Allows the test platform to run on a Spigot server. This is not supported and may cause test failures among the existing tests if used. - [#7633](https://github.com/SkriptLang/Skript/pull/7633) Improves the consistency and information provided by Skript's generated JSON documentation. [Click here to view the full list of commits made since 2.10.1](https://github.com/SkriptLang/Skript/compare/2.10.1...2.10.2) ## Notices ### Help Us Test We have an [official Discord community](https://discord.gg/ZPsZAg6ygu) for beta testing Skript's new features and releases. ### Thank You Special thanks to the contributors whose work was included in this version: - [@Efnilite](https://github.com/Efnilite/) - [@erenkarakal](https://github.com/erenkarakal/) - [@JakeGBLP](https://github.com/JakeGBLP/) - [@Moderocky](https://github.com/Moderocky/) - [@ShaneBeee](https://github.com/ShaneBeee/) - [@sovdeeth](https://github.com/sovdeeth/) - [@TheAbsolutionism](https://github.com/TheAbsolutionism/) 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.