Skip to content

Releases: SkriptLang/Skript

Bug fixes & raw Minecraft hacks

14 Mar 20:11
Compare
Choose a tag to compare
Pre-release
  • Added (hacky, unreliable) expression to get raw Minecraft name: (raw|minecraft|vanilla) name of %itemtypes%
  • Potion expression now supports reverse syntax: [((regular|normal)|(strong|upgraded|level 2)|(extended|long)) ] %potioneffecttype% potion
  • Potion expression now gives water bottle when "potion" is used without any additional data
  • General bug fixes

TODO: Rewrite ItemType, ItemData, etc. They operate with number ids, which means they're all horriable mess. That way, I can also make real raw name expression.

Potions, potions and more potions!

13 Mar 19:46
Compare
Choose a tag to compare
Pre-release
  • Fix potions for 1.9 (make sure you have latest Spigot - I did not and wondered why it didn't work...)
  • Click events are now thrown with the hand which client shows you are using when doing specific actions
  • Version number is now 2.2-Fixes-V10

Potion syntax: [((regular|normal)|(strong|upgraded|level 2)|(extended|long)) ] potion of %potioneffecttype%
Defaults to normal/regular. If you try to create malformed potions, Skript will spam the console with errors and won't produce any items.

Minor fix

12 Mar 12:54
Compare
Choose a tag to compare
Minor fix Pre-release
Pre-release
  • Fix horse type detection

And more fixes...

11 Mar 19:50
Compare
Choose a tag to compare
And more fixes... Pre-release
Pre-release
  • Fixed giving items to player deleting existing items
  • Fixed adding items to inventories ("add X to inventory") not working at all
  • Fixed region enter event spam (to get the name of region, wait 1 tick and use %region at location of player%

There might still be some problems with off hand item usability...

Important fixes

10 Mar 15:50
Compare
Choose a tag to compare
Important fixes Pre-release
Pre-release
  • Fixed block events broken on certain Java 8 servers (hopefully)
  • Fixed off hand item detection (works, but might break off hand building blocks)
  • Fixed some minor things (TheBukor's commit merged in, and edited)

Still a bit unstable.

First release

08 Mar 20:07
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Probably buggy, but fixes right click events being triggered twice and adds item frame support. Some 1.9 features based of nfell2009's Skript.