I just realized that this prevented people from properly parsing a...

string as a NBT List if the list was composed of strings.
I'll just have to add a check to prevent it from creating an
NBTIntArrayTag then.
This commit is contained in:
TheBukor
2016-08-23 19:07:48 -03:00
parent 29dae32a79
commit 6193221637
6 changed files with 6 additions and 6 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.5
version: 1.6.3.6
main: me.TheBukor.SkStuff.SkStuff
softdepend: [Skript, WorldEdit, VanishNoPacket]