This should fix errors when using SkQ lambdas in general.

NBT Lists now should be preceded with either "nbt:" or "nbtlist:" before
being parsed (e.g "nbt:[entry1,entry2]" parsed as nbtlist).

Also removed unnecessary "SkStuffIsCool" and replaced it with "temp".
Great, huh?
This commit is contained in:
TheBukor
2016-08-23 19:45:18 -03:00
parent 6193221637
commit 8ba1820254
6 changed files with 72 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
name: SkStuff
author: TheBukor
description: A Skript addon which adds extra functionalities such as NBT and extended WorldEdit support.
version: 1.6.3.6
version: 1.6.3.7
main: me.TheBukor.SkStuff.SkStuff
softdepend: [Skript, WorldEdit, VanishNoPacket]