So reflection was awful to work with. I'm moving on to a new method...

using an Interface full of useful NMS methods. I'm still using
reflection, but only when absolutely needed.
I'm also working on a new and better implementation for NBT Lists.
Made NBT Lists and NBT Compounds serializable (can be saved in variables
through restarts), needs testing.
This commit is contained in:
Richard
2016-02-28 20:01:28 -03:00
parent 042aaa6ceb
commit f3fcb59fa1
17 changed files with 2316 additions and 545 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.5
version: 1.5.1
main: me.TheBukor.SkStuff.SkStuff
softdepend: [Skript, WorldEdit]