Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

1.2.1 : New event, 2 event-values, 1 expression and massive refactor

Compare
Choose a tag to compare
@Syst3ms Syst3ms released this 21 Feb 19:26
· 23 commits to master since this release

Update time !

This update doesn't add much new stuff, but on the Java side of things, the whole addon has been changed.

New stuff :

Events :

[on] [potion] splash[ing] [(of|with) %potioneffecttypes%]

Triggers when a splash potion explodes/lands. If you specify potion effect types, the event will only trigger if the thrown potion's effects contains the specified ones.

Event values :

[the] affected entities

Can only be used in the potion splash event. Returns all the entities who got affected by the thrown potion.

[the] thrown potion [entity]

Can only be used in the potion splash event. Returns the thrown potion as an entity.

Expressions :

[banner] item of [banner] block %block%
[banner] %block%['s] [banner] item

Gets a banner item from a banner block : same colors, same patterns.

Added syntax.txt

Now, a file containing all registered syntax is created inside the QuarSk folder ! A way to check the syntax whenever you want !

Hope you enjoy !