Skip to content

Second 2.5 unstable alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 01 Mar 20:56
· 1254 commits to master since this release
f8e7da9

Warning: This is the second public test release of Skript 2.5. It is likely to contain breaking bugs - do NOT run it outside of a test server. Skript 2.4 will continue to receive critical bug fixes until 2.5 is stable, which may take a while.

This release fixes a few bugs and also brings a handful of new syntaxes available for testing.

  • Fixed exception error in replace effect (closes #2763)
  • Fixed damage effect not showing damage (closes #2760)
  • Fixed some tree types not working in grow tree effect (thanks @APickledWalrus, closes #2580)
  • Fixed experience spawn event firing more than once after script reloads (closes #2751)
  • Fixed some item comparison issues (closes #2714)
  • Added support for llamas in entity equip effect
  • Added an expression to get/set number of arrows stuck in an entity (closes #1655)
  • Added an expression to get/set no damage ticks of entities
  • Added support for creating fiery explosions within the explode effect (thanks @APickledWalrus)
  • Added syntax to replace existing potion effects (thanks @APickledWalrus, closes #2598)
  • Added syntax to get the entities in a chunk
  • Added new line expression (thanks @JRoy)
  • Added an effect and condition to change/check charged creepers (thanks @APickledWalrus)
  • Added an info sub-command to the /skript command which will provide links to docs and aliases (thanks @Olyno, closes #1825)

Notes:

  • Added nightly builds to GH Actions (These builds are not “supported” versions, use at your own risk)