Skip to content

Releases: SkriptLang/Skript

Second Beta Release

11 Aug 10:04
abbf529
Compare
Choose a tag to compare
Second Beta Release Pre-release
Pre-release

Warning: This is the second public beta release of Skript 2.5. It is likely to contain some 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.

  • Fixed an issue with the is between condition not comparing when the first number is larger than the latter (closes #3111)
  • Fixed an issue with not being able to parse experience (thanks @Matocolotoe, closes #3265)
  • Fixed an issue with filters throwing console errors (closes #3267)
  • Fixed an issue with “any signs” alias not counting new nether signs (closes #3272)
  • Fixed an issue with “any wooden trapdoor” alias on legacy versions (closes #3107)
  • Fixed an issue with some block datas not setting (ie: snow layers) (closes #3026)
  • Fixed an issue with setting item amount of inventory slots (closes #2707)
  • Fixed an issue with furnace slot expression not accounting for smoker and blast furnace (closes #3286)
  • Fixed an issue with not being able to compare some entities with a baby entity (closes #3252)
  • Fixed an issue with “item crack” particle not working (closes #3012)
  • Update docs for “chunk event” incorrectly stating the event can be cancelled (closes #2753)

First Beta Release

02 Aug 21:05
50ae1d5
Compare
Choose a tag to compare
First Beta Release Pre-release
Pre-release

Warning: This is the first public beta release of Skript 2.5. It is likely to contain some 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.

  • Fixed a bug with %number% of %itemtype% expression (closes #3187)
  • Fixed a bug in the scripts expression throwing an error (closes #3193)
  • Fixed a parsing issue with HEX colors (closes #3213)
  • Added the hit block event value to the on projectile hit event (thanks @deltarays)
  • Added a heal reason type and expression to be used in the heal event (thanks @deltarays)
  • Added a projectile collide event (thanks @deltarays)
  • Added better handling of a stack overflow error (closes #2752)
  • Added an expression for first/last login of player (thanks @deltarays)
  • Added a block fertilize event (thanks @deltarays)
  • Added block data as a variation to using item types for blocks (closes #2547)
  • Added an effect to stop/restart the server (thanks @deltarays)

Another Alpha Release

21 Jul 00:27
543517e
Compare
Choose a tag to compare
Another Alpha Release Pre-release
Pre-release

Warning: This is the sixth 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.

With that warning stated, the alpha releases have been fairly stable. This alpha release adds a whole bunch of new stuff for the community to test out. We are hoping this will be our last alpha before moving into the beta phase.

  • Fixed an issue with retrieving inventory names (closes #2069)
  • Fixed an issue with setting the player's tab list name (closes #539)
  • Fixed an issue with spawning thrown potions (closes #2891)
  • Fixed an issue with spawning a dropped item of a specific item type
  • Fixed an issue with level progress expression throwing errors (closes #2680)
  • Fixed an issue with teleporting ignoring yaw and pitch (closes #996 and #3050)
  • Fixed an issue with event-items (closes #2771)
  • Fixed an issue with default values in damage events (thanks @TheLimeGlass, closes #1415 and #2218)
  • Fixed an issue with event-value time states (thanks @TheLimeGlass, closes #671)
  • Fixed an issue with villager data in legacy versions causing issue to last spawned entity syntax (closes #3063)
  • Fixed an issue with ‘show inventory’ expression showing the wrong inventory (closes #3096)
  • Added proper support for HEX color codes for Minecraft 1.16+ (closes #3106)
  • Added several syntaxes for enchanting events and their values
  • Added Korean language support (thanks @MaGyul)
  • Added more preload functionality to the API for internal use and addon developers (thanks @TPGamesNL)
  • Added a ‘time since’ expression
  • Added an expression for entity attributes
  • Added an expression for entity fall distance (thanks @deltarays)
  • Added several syntaxes relating to explosions
  • Added relation-based variables using the Persistent Data API (Temporarily removed due to critical bug)
  • Added syntaxes for world game rules (thanks @ThatOneTqnk)

The Nether Alpha

02 Jul 22:49
558e9c6
Compare
Choose a tag to compare
The Nether Alpha Pre-release
Pre-release

Warning: This is the fifth 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 is a fairly small update with a main goal of adding the remaining new Minecraft 1.16 content.

  • Updated the error-like updater message (thanks @APickledWalrus, closes #3074)
  • Added a condition and expression for checking Redstone block power (thanks @Romitou, closes #3090)
  • Added the rest of the new Minecraft 1.16 content (new entities, particles, biomes and an enchantment)

Another unstable alpha release

28 Jun 19:27
f010acf
Compare
Choose a tag to compare
Pre-release

Warning: This is the fourth 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.

  • Fixed an issue with the item damage event missing an event-item value (closes #2895)
  • Fixed an issue with the reload script effect throwing errors (closes #2913)
  • Fixed an issue with final damage returning the same value as damage
  • Fixed an issue where setting a block would always set it to the default block state (closes #2292)
  • Added an expression to get all scripts, or just the enabled or disabled ones. (thanks @APickledWalrus)
  • Added more info to the /sk info command which includes Skript version, server version as well as installed addons (including their versions and websites)

Information regarding 1.16.x:

  • This update adds aliases for all new 1.16 related items and blocks.
  • This update DOES NOT include any other new 1.16 specific things such as entities, particles, biomes, enchantments, etc. These things will come in a future update.

Third 2.5 unstable alpha release

29 Mar 03:56
71cd09b
Compare
Choose a tag to compare
Pre-release

Warning: This is the third 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 some docs issues (usages in some Skript types showing up examples)
  • Fixed a spelling mistake in the lang file resulting in incorrect docs for visual effects
  • Fixed an issue with damaging items throwing console errors (closes #2755)
  • Fixed an issue with reloading functions throwing errors (closes #2802)
  • Fixed an issue with gradle tasks throwing errors (closes #2797)
  • Added some spawn reasons which were recently added to the Bukkit API
  • Added explode creeper effect and ignition condition (thanks @APickledWalrus)
  • Updated script examples (thanks @Olyno)

Second 2.5 unstable alpha release

01 Mar 20:56
f8e7da9
Compare
Choose a tag to compare
Pre-release

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)

2.5 unstable release

11 Jan 17:35
Compare
Choose a tag to compare
2.5 unstable release Pre-release
Pre-release

Warning: This is the first 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.

There has been months of more or less active work on 2.5 by many people. We introduced an automated testing system and done some refactoring to improve stability of new Skript releases. Beyond that, there are some bug fixes that did not make it into 2.4, and a large amount of new features.

  • Added an effect and a condition for silencing entity sounds (thanks @OfficialDonut)
  • Added support for non-player entities to item pickup event
  • Added location for block command senders (closes #2160)
  • Added recursive list size as an option to 'amount' expression (closes #1869)
  • Added an expression for toggling entity AI on and off (thanks @OfficialDonut)
  • Added an event for players propelling through air due to riptide enchantment (thanks @OfficialDonut)
  • Added a condition to check if entities are leashed (thanks @JRoy)
  • Added more descriptive alternative syntax for 'blocking' condition (closes #1578)
  • Added an expression to get how long players have been online
  • Added support for mooshroom variations (closes #2537)
  • Added an expression to get max durability of items (closes #2582)
  • Added different capitalization styles to 'case text' (closes #1860)
  • Added an effect and a condition for entity invulnerability (thanks @OfficialDonut)
  • Added syntaxes for Minecraft 1.14+ CustomModelData
  • Added support for Paper's per-client view distance (not supported on all Paper versions)
  • Added an expression to get all blocks destroyed by explosions (closes #2509)
  • Added a way to replace only first occurrance with replace effect (closes #2531, thanks @APickledWalrus)
  • Added an event value for selected hotbar button in inventory click events (closes #2643)
  • Added an event for armor changes (closes #2595)
  • Added support for taming entities
  • Added an expression for counting characters in a string (thanks @APickledWalrus)
  • Added a way to convert unix timestamps to dates (closes #2675)
  • Added an event for sponge absorbing blocks (related #1655)
  • Added support for item (tool or armor) damage
  • Added an option to temp-ban players (closes #2667)
  • Fixed asterisks not being allowed in expressions in variable names (closes #2381)
  • Fixed flickering fireworks not working (closes #2229)
  • Fixed 'all foxes' not actually referring to all foxes (closes #2535)
  • Fixed example of 'glowing' expression (closes #2518)
  • Fixed exceptions caused by passing invalid arguments to functions (closes #2384)
  • Fixed player-specific weather not being always set correctly (closes #2551)
  • Fixed random fish spawning not working (closes #2046)
  • Fixed some types not being parseable (closes #2186, #1832)
  • Fixed comparisons between entities and entity types with similarly named aliases (closes #2213, #2286)
  • Fixed parsing of overlapping syntaxes in comparisons (closes #2184)
  • Fixed numerous conditions, expressions, and events using ItemStack instead of ItemType (closes #2151, #2162, #2175)

In total, Skript 2.5 adds 5 events, 7 conditions, 2 effects and 12 expressions. Many existing syntaxes also received significant improvements and new features.

A holiday update

22 Dec 14:17
Compare
Choose a tag to compare

Skript now fully supports Minecraft 1.15! We expect that future patches for 2.4 will contain only bug fixes and support for future Minecraft versions, while Skript 2.5 is being prepared.

  • Added support for 1.15's particles
  • Added bees
  • Added aliases for new items and blocks from 1.15
  • Fixed command reloading not working on 1.15
  • Fixed a typo in iron golem name

2.4 is here!

02 Dec 20:33
Compare
Choose a tag to compare

Long-awaited stable release of Skript is here!

We've added new features (see documentation for details), and fixed many bugs. Some highlights:

  • Added support for Minecraft 1.14.4
  • Fixed many item comparison issues (some still remain)
    • 1.12 and older versions are most impacted by this
  • Improved performance and reduced memory usage of aliases

Full changes since Skript 2.3.7 are available below, in form of pre-release patch notes.

Since last release, a few things have changed:

  • Added alternative aliases for stripped wood (closes #2657)
  • Added 1.14 flowers to alias with all flowers (closes #2665)
  • Fixed exception being thrown when a break event is triggered by water pick up (closes #2645)