Commit Graph

39 Commits

Author SHA1 Message Date
Govindas 686d555a47 Rushed Skript 2.6 support on 1.12.2, breaks 1.16 a bit 2022-08-16 16:16:05 +03:00
Govindas d59856dad7 Set api-version to 1.13 2021-12-02 11:24:10 +02:00
Govindas 691a667875 version up 2021-10-20 17:50:48 +03:00
Govindas 9080e9b372 start using Paper API for 1.16+ pathfinder goal removal 2021-10-20 17:50:38 +03:00
Govindas 6e9dd616f8 Revert "1.16.1 - 1.16.2 support & some refactoring"
This reverts commit c6675f2b8e.
2021-10-20 17:50:38 +03:00
Govindas 0420e21f85 1.16.1 - 1.16.2 support & some refactoring 2021-10-20 17:50:38 +03:00
Govindas 601228594a Add 1.16 support & Add more syntaxes & Add 1.8-1.12 support back & Remove some syntaxes that are already in vanilla Skript 2021-10-20 17:50:35 +03:00
Govindas d0b756c828 Update plugin.yml 2021-10-20 17:50:19 +03:00
Govindas 7cddbf3b06 1.15 support 2021-10-20 17:50:19 +03:00
mohammed jassim alajel 6c5fb8928b change softdepend to depend Plugin.yml 2021-10-20 17:50:16 +03:00
Govindas ca67caff0c Update plugin.yml 2021-10-20 17:50:10 +03:00
Govindas ef2a04ceb7 Update plugin.yml 2021-10-20 17:49:47 +03:00
Tuke-Nuke f423bf16d6 Updated the plugin.yml 2017-06-09 06:34:15 -03:00
TheBukor 5e0467bc20 Version number goes up! 2016-12-14 14:42:44 -02:00
TheBukor f784116a82 Cleanup and fixes
Actually registers 1.11 stuff now;
Stop bad habit of "catch (Exception ex)" in ReflectionUtils.class;
Add "Bow Shoot" pathfinder goal;
Dropped support for WorldGuard 6.1 and below. Please update to
WorldGuard 6.2.
2016-12-02 17:08:01 -02:00
TheBukor 5d75ab5dba Update to 1.11, untested. 2016-11-21 12:48:23 -02:00
TheBukor 8ba1820254 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?
2016-08-23 19:45:18 -03:00
TheBukor 6193221637 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.
2016-08-23 19:07:48 -03:00
TheBukor 9b1d08bdb8 Little update to fix elytra glide state on 1.9.2 and 1.10 2016-07-01 22:18:18 -03:00
TheBukor ca8518d432 Version number, again forgotten. 2016-06-15 10:29:35 -03:00
TheBukor ef561be3cd Goddamn I always forget the version number. 2016-06-09 20:38:05 -03:00
TheBukor 8ec8133c89 1.9.4 update + random stuff. 2016-05-15 18:06:25 -03:00
TheBukor 7140ed1cff Forgot 1.6.3.1 commit. Whoops!
Added compound serializer to 1.7.10
Fixed a bug that would cause ALL variables to be unused if a single
compound variable was invalid
2016-04-09 12:24:43 -03:00
TheBukor 226d0dc931 1.6.3 final commit. Some new effects/expressions. 2016-04-03 00:49:25 -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 06fbaf5a81 New 'make jump' effect, PathfinderGoals (in test), not ready for release 2016-02-04 22:29:41 -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 1bd64b530f Got the wrong version numbering. 2016-01-17 22:21:06 -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 6089934ffd WorldEdit block change event, still in test. Also fixed package names. 2015-12-24 22:23:38 -02:00
Richard 34b05e4e2d Ready for release of new version!... I hope. 2015-11-29 17:36:14 -02:00
Richard 84907dd3a2 More fixes (can't have optional [] on types), experimental set effect...
... updated but still not working.
2015-11-29 01:42:11 -02:00
Richard 382e8be72e First Commit. 2015-11-28 19:49:37 -02:00