Commit Graph

28 Commits

Author SHA1 Message Date
TheBukor 7d938de291 Fixes, two new features.
Fixed the new Follow pathfinder goals.
Added new optional syntax to NBTListIndex.
Removed unused code in NBTOf.
Added new NMS Method: makeClientSay.
Added ClientChat effect.
Added ResourcePackSound effect (1.9).
2016-03-22 21:17:36 -03:00
TheBukor 5fa301ab0b Stuff. Dropped support for 1.8.0-1.8.3. 2016-03-17 20:50:07 -03:00
TheBukor 0b4cb17ca1 Actually applied the changes I did to the 1.9 NMS methods into the 1.8..
..and the 1.7 NMS methods.
Added a new expression to get the item type from a minecraft ID (e.g
minecraft:clock)
Little cleanup on the NMS methods.
2016-03-14 11:22:35 -03:00
TheBukor e3a902c773 Minecraft ID of is actually version based;
Made NBTListIndex be 1-indexed instead of zero-indexed (1 is the first
value, instead of 0)
2016-03-13 22:38:17 -03:00
TheBukor 24c07ad0d8 New WG Flag expressions (SkRambled expressions are somewhat broken)...
Register event-entity on Elytra Glide event
Change Elytra glide state to accept entities
Fixed "add x nbt of %slot%"
Fix an NPE in the NBTOf expression
2016-03-13 22:26:43 -03:00
TheBukor 3b2a9ca988 Nvm just register %event-entity% anyways, just don't use it in a message 2016-03-13 16:22:24 -03:00
TheBukor 48685db4be Some COOL stuff
Fixed PathfinderGoalMeleeAttack
Fixed error when using remove/clear pathfinder goals on an armor stand
(why is it considered a living entity?!?)
Forgot to make NBTListIndex return a single value, now fixed
Added "Minecraft ID of %itemtype%" (to return for example
"minecraft:planks")
Also some stuff I don't remember (see the changes!)
2016-03-13 04:06:43 -03:00
TheBukor f046b64367 Missed last commit for 1.6, whoopsies! This commit is from 1.6.1.
Some cleanup on SetPathfinderGoal effect, and also testing support for
multiple entities.
2016-03-06 02:50:34 -03:00
Richard b0aa11475e Hopefuly should work fine.
Updated to 1.9, moving from Reflection to a new method using and
Interface with useful NMS methods (some expressions are still using
Reflection).
2016-03-03 22:01:19 -03:00
Richard f3fcb59fa1 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.
2016-02-28 20:01:28 -03:00
Richard 042aaa6ceb Hopefully the last 1.5 commit. Just needs testing. 2016-02-20 03:50:47 -02:00
Richard a9467540f4 New expression! Close to the release! WOOOOO!!! (Still needs more tests)
Fixed ExprNoClip being version dependant (1.8.4 - 1.8.8).
Add support for list of entities in ExprFireProof and ExprNoClip.
2016-02-17 21:15:11 -02:00
Richard db72d5bc38 Bugfixes, two more goals implemented. 2016-02-15 22:33:49 -02:00
Richard 2cf4e790ba Closer and closer to a release!
Few changes to pathfinder goals, new "proper" clicked inventory
expression, let Skript debug "toString()" if needed.
2016-02-14 21:58:54 -02:00
Richard bcf0a61121 New effect, two more pathfinder goals. Still needing test. 2016-02-07 22:49:09 -02:00
Richard 4ec8dbae2a Ready for more testing, removal of goals with specific data will not...
...be in this update, but rather a future update.
2016-02-07 10:39:37 -02:00
Richard 0c5cbc44f6 Close to a release, still needs more testing. 2016-02-06 16:09:06 -02:00
Richard 679cdef6dd More goals, need testing, not ready for release. 2016-02-06 00:53:11 -02:00
Richard 06fbaf5a81 New 'make jump' effect, PathfinderGoals (in test), not ready for release 2016-02-04 22:29:41 -02:00
Richard addb99a1f2 Few changes, WorldEdit Change Event should now be cancellable. 2016-01-28 21:20:28 -02:00
Richard 2718e2f763 Little fixes, area/volume/width/height/length of schematic should work. 2016-01-27 20:54:54 -02:00
Richard 5665f39cb5 Annoying stacktraces when a NBT parse fails are finally gone...
... the effect "add "{blah:someValue}" to nbt of {_something}" now
properly supports versions below 1.8
2016-01-24 01:22:25 -02:00
Richard 8e785c04cb New timespan conversion expression, goddamn targetInvocationExceptions.
Might have to debug a little bit to figure out how to let just the
warning appear when there's a parse error.
2016-01-23 00:19:02 -02:00
Richard fde72b0344 New string expressions, fixes to schem/selection size expressions, ...
removed some unused classes, stacktraces no longer appear when there's a
NBT parse error, only a message should appear instead
2016-01-21 22:34:26 -02:00
Richard e598f81061 VanishNoPacket, manipulate compounds inside variables. 2016-01-19 20:39:53 -02:00
Richard a872fe6de9 Moved to reflection (code looks 45% uglier), added new expression for...
entities: NoClip and Fireproof. 
Added support to NBT List tags for the TagOf expression.
2016-01-17 22:10:38 -02:00
Richard 2a23535239 Sorry, no future block expression for the event (wait 1 tick inside...
...your script)
2015-12-24 22:59:37 -02:00
Richard 6089934ffd WorldEdit block change event, still in test. Also fixed package names. 2015-12-24 22:23:38 -02:00