Skip to content

Finally time for a (pre-)release!

Pre-release
Pre-release
Compare
Choose a tag to compare
@bensku bensku released this 27 Oct 17:05
· 2843 commits to master since this release

This release contains numerous bug fixes and small additions. As always, test before you use it on a public server; however, I do not expect it to be utterly broken.

  • Added support for shuffling a list (closes #130)
  • Added a function to calculate experience needed for level (closes #383)
  • Added basic support for inventory types (closes #426)
  • Added function parameter names to documentation
  • Fixed the velocity expression yet again (thanks @Snow-Pyon, relates #792)
  • Fixed a sample script (equip anything.sk) (thanks @TheLimeGlass)
  • Fixed offline player resolver sometimes throwing exceptions (closes #237)
  • Fixed functions with errors being impossible to reload (closes #884)
  • Fixed Grief Preventation hook sometimes throwing exceptions (closes #915)
  • Fixed an issue with angle brackets inside chat formatting tags (closes #904)
  • Improved script loader Java API (for future use)
  • Improved parsing performance (closes #636)
  • Improved hash expression to be more secure (breaking change!)
  • Improved plugin hook error reporting (thanks @Pikachu920)
  • Improved documentation in some places (thanks @Blueyescat)
  • Improved documentation by sorting it alphabetically
  • Updated Gradle wrapper

Release dev32b to work around Spigot regression:

  • "Fixed" a crash with Skript (closes #964)