Skip to content

Contributions merged and tested

Pre-release
Pre-release
Compare
Choose a tag to compare
@bensku bensku released this 04 Sep 12:45
· 3131 commits to master since this release

I merged a lot of pull requests for this release, though I also fixed some serious bugs, too. Probably quite stable, at least for users without addons. Still, as always, test it before updating a public server!

  • Added contribution guide - see CONTRIBUTING.md
  • Added support for configuring variable storage table name (thanks @xXAndrew28Xx, closes #666)
  • Added book events and expressions (thanks @xXAndrew28Xx, closes #106)
  • Added condition to check if a script is loaded (thanks @xXAndrew28Xx, closes #797)
  • Added function reference to function events (thanks @xXAndrew28Xx, closes #610)
  • Added support for posting function events for Bukkit's event listeners - optional feature, must be enabled by calling Functions.enableFunctionEvents(SkriptAddon)
  • Added support for localizing nulls (thanks @xXAndrew28Xx, closes #646)
  • Added chat format expression (thanks @xXAndrew28Xx, closes #548)
  • Added an expression to get Unix timestamp (closes #753)
  • Added an expression to format date, as replacement for removed old unix time
  • Fixed a bug that caused some variable storage backends not to delete lists (thanks @Sharpjaws, closes #350)
  • Fixed velocity expression not working (thanks @Sashie, relates #792)
  • Fixed potential NullPointerException with functions (closes #795)
  • Fixed kill effect not killing all entities that can be killed in Vanilla (thanks @xXAndrew28Xx, closes #783)
  • Fixed some errors in sample scripts (thanks @Weefle)
  • Improved inventory clearing performance a little (relates #772)
  • Updated aliases by @tim740
  • Removed old "unix time" expression, as it was misleading

This should be more stable, but one thing to keep in mind: removed expression has replacement, but syntax changed. Might break some scripts, but easy to fix for you.

Hotfix dev31b released:

  • Fixed a bug ("thanks @Sharpjaws"...) in pull request #791 which prevented deleting list variables (closes #843)

Hotfix dev31c released:

  • FIxed a bug which caused all items expression not to always work (closes #841)