Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. SkriptLang

    Addon Skript

    SkriptLang updated Skript with a new update entry: Patch Release 2.8.5 Read the rest of this update entry...
  2. SkriptLang

    Skript Skript - Patch Release 2.8.5

    Skript 2.8.5 Skript 2.8.5 is here with some more bug fixes and quality-of-life additions. There is also early support for 1.20.5/1.20.6 (Skript will run and some basic 1.20.5/1.20.6 features will work). Further support will come in the next releases. You can report any issues on our issue...
  3. SkriptLang

    Addon Skript

    SkriptLang updated Skript with a new update entry: Patch 2.8.4 Read the rest of this update entry...
  4. SkriptLang

    Skript Skript - Patch Release 2.8.4

    Skript 2.8.4 Skript 2.8.4 is here and it brings with it many bug fixes. You can report any issues on our issue tracker. Happy Skripting! Changelog Bug Fixes - #6413 Adds missing attributes for MC 1.20.5 - #6473 Fixes an issue where spawning a falling block would load the chunk at 0,0. - #6475...
  5. SkriptLang

    Addon skript-reflect - skript-reflect 2.4

    skript-reflect 2.4 skript-reflect 2.4 is here with compatibility for the newest versions of Skript! Even more exciting, this is the first skript-reflect release officially under SkriptLang. We are excited to continue development of this important addon. As always, report any issues to our...
  6. SkriptLang

    skript-reflect

    SkriptLang updated skript-reflect with a new update entry: skript-reflect 2.4 Read the rest of this update entry...
  7. SkriptLang

    Skript Skript - 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...
  8. SkriptLang

    Addon Skript

    SkriptLang updated Skript with a new update entry: Patch Release 2.8.3 Read the rest of this update entry...
  9. SkriptLang

    Skript Skript - Emergency Patch Release 2.8.2

    Skript 2.8.2 We are releasing Skript 2.8.2 to patch a critical issue that prevented the plugin from loading on Spigot versions older than 1.18. You can report any issues on our issue tracker. Happy Skripting! Changelog Bug Fixes #6399 Fixed an issue that prevented Skript from loading on...
  10. SkriptLang

    Addon Skript

    SkriptLang updated Skript with a new update entry: Emergency Patch Release 2.8.2 Read the rest of this update entry...
  11. SkriptLang

    Skript Skript - Patch Release 2.8.1

    Skript 2.8.1 Skript 2.8.1 is here to resolve some of the most notable issues reported with 2.8.0. We will continue to assess stability and make fixes as necessary. As always, you can report any issues on our issue tracker. You can view the release on GitHub here. Happy Skripting! Additions...
  12. SkriptLang

    Addon Skript

    SkriptLang updated Skript with a new update entry: 2.8.1 Read the rest of this update entry...
  13. SkriptLang

    Skript Skript - Skript 2.8.0

    Skript 2.8.0 is here for everyone to enjoy! This release contains many new features and bug fixes to improve the Skript experience. Below, you can familiarize yourself with the changes. As always, report any issues to our issues page! Per our new release model, we plan to release 2.8.1 on...
  14. SkriptLang

    Skript Skript - 2.7.3

    Bug Fixes #6123 Fixed a priority issue that could cause the "sets" expression to match over other, better-fitting possibilities. #6171 Fixed an issue that caused accessing inventories in death events as well as checking the type of a spawner to be impossible. #6205 Location comparisons have...
  15. SkriptLang

    Skript Skript - Skript 2.7.2 Patch

    Skript version 2.7.2 has been released on Nov 1st Bug Fixes #6038 Fixed the JavaDocs name and title elements #6078 Updated documentation links to the new Minecraft wiki #6080 Fixed issues with language nodes in command help #6090 Fixed the fake player count syntax for Paper #6103 Fixed UTF-8...
  16. SkriptLang

    Skript Skript - 2.6.2 Release

    For full information regarding this release please see https://github.com/SkriptLang/Skript/releases/tag/2.6.2
  17. SkriptLang

    Addon skript-reflect - Now requires Skript 2.6.1

    This version of skript-reflect requires Skript 2.6.1 (or above) Bug fixes, improvements to proxies and (primitive) arrays, more improvements. Changelog: Fix Java calls to some caller sensitive methods Added more warnings and errors at parsetime Improve (primitive) array handling Added new...
  18. SkriptLang

    Addon skript-reflect - Bug fixes and improvements

    Note: skript-reflect will stop supporting Skript versions below 2.6 when a stable Skript 2.6 version is released. This means that this could be the last skript-reflect version that supports 2.5.3 and 2.2-dev36. Changelog: Fix declaringClass NPE Improve Java call errors with difference between...
  19. SkriptLang

    Addon skript-reflect - Skript 2.6 / MC 1.17 support

    Fixes: - Fix the run section effect not storing a result - Fix #34 - Fix #37 - Fix the event expression not returning the right event - Fix events not being marked as delayed at runtime - Make skript-reflect compatible with Skript 2.6 - Fix #39 - Make compiling output jar always Java 8...
  20. SkriptLang

    Addon skript-reflect - Bug fixes

    Fixed parsing issues with some expressions: Matched pattern expression Parse mark expression Expr-n expression Parse regex expression Fixed issue with local variables being deleted after running sections.