Commit Graph

105 Commits

Author SHA1 Message Date
Govindass 7727e0a02c Quick 1.16.4 support 2020-11-03 13:01:31 +02:00
Govindass 80217b49dd start using Paper API for 1.16+ pathfinder goal removal 2020-10-30 09:40:47 +02:00
Govindass 655b8a014f Revert "1.16.1 - 1.16.2 support & some refactoring"
This reverts commit c6675f2b8e.
2020-10-27 10:15:51 +02:00
Govindass d9db0046a3 Update .gitignore 2020-10-27 10:15:40 +02:00
Govindass c6675f2b8e 1.16.1 - 1.16.2 support & some refactoring 2020-09-13 13:03:56 +03:00
Govindass 450c38e87e Merge branch 'master' of https://github.com/Govindass/SkStuff 2020-07-28 11:33:18 +03:00
Govindass 4a451c0ae2 remove old 1.9.2 2020-07-28 11:33:14 +03:00
Govindas 4eeb792318
Update README.md 2020-07-21 15:23:27 +03:00
Govindass af60b96e4a Add 1.16 support & Add more syntaxes & Add 1.8-1.12 support back & Remove some syntaxes that are already in vanilla Skript 2020-07-21 15:16:57 +03:00
Govindas f279742068
Update README.md 2020-01-13 14:49:34 +02:00
Govindas 10a25abe5b
Update README.md 2020-01-13 14:49:16 +02:00
Govindas 0ca413c58f
Update .gitignore 2020-01-13 13:11:45 +02:00
Govindas 8594b46b2b
Delete SkStuff.jar 2020-01-13 13:04:09 +02:00
Govindas 2e4900e509
Update README.md 2020-01-13 13:03:17 +02:00
Govindass bb8710e9dc test 2020-01-13 13:00:44 +02:00
Govindass 6151a9ec09 1.15 2020-01-13 12:58:19 +02:00
Govindass 5de16a75e3 Update plugin.yml 2020-01-13 12:40:52 +02:00
Govindass fc48cdc060 Create .gitignore 2020-01-13 12:40:18 +02:00
Govindass d8209feb28 1.15 support 2020-01-13 12:37:12 +02:00
Govindas 3f42acfc54
Merge pull request #1 from ham1255/master
change softdepend to depend Plugin.yml
2019-11-19 08:19:37 +02:00
mohammed jassim alajel e08eedd121
change softdepend to depend Plugin.yml 2019-11-18 21:24:02 +04:00
Govindass 627733ab2c
Update README.md 2019-11-18 15:04:09 +02:00
Govindass 0d33ad8a66
Update plugin.yml 2019-11-18 14:59:56 +02:00
Govindass f8861cf6f1
Update README.md 2019-11-18 14:57:56 +02:00
Govindass 9bfbcd9639
Update README.md 2019-11-18 14:55:58 +02:00
Govindass 210bb8c315
Update README.md 2019-11-18 14:55:17 +02:00
Govindass a3e52580c2 Update plugin.yml 2019-11-18 14:53:11 +02:00
Govindass bf9514c322 1.13 & 1.14 Update, removal of old stuff
1.13 & 1.14 Update, removed worldedit, nbt, vanishnopacket stuff and old version stuff
2019-11-18 14:51:31 +02:00
Govindass bf5e005a80
Delete ExprEditSessionLimit.java 2019-11-18 12:21:32 +02:00
Govindass 98ed997070
Add files via upload
1.13 & 1.14 update
2019-11-18 12:20:09 +02:00
Govindass a943eb6882
Update README.md 2019-11-18 12:06:51 +02:00
Tuke-Nuke b9328a97be Fixed the download link 2017-06-09 06:36:42 -03:00
Tuke-Nuke 637a61527c Fixed README 2017-06-09 06:35:42 -03:00
Tuke-Nuke f423bf16d6 Updated the plugin.yml 2017-06-09 06:34:15 -03:00
Tuke-Nuke 9b39d22e14 Added a README 2017-06-09 06:31:17 -03:00
Tuke-Nuke 127000b921 Added a warning saying this is a fork 2017-06-09 06:16:25 -03:00
Tuke-Nuke e173314428 NMS changes for 1.12 2017-06-09 06:15:24 -03:00
Tuke-Nuke 4172d9329a Adding 1.12 support 2017-06-09 05:14:33 -03:00
TheBukor 5e0467bc20 Version number goes up! 2016-12-14 14:42:44 -02:00
TheBukor 6bdfc3196e Fixes EffSetPathGoal not working correctly.
Also fixes some unhandled exceptions and a loop that was breaking when
it wasn't supposed to.
2016-12-14 14:14:59 -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 29dae32a79 Actually fixed "Elytra Glide State of Entity" for 1.9.2 and 1.10 now. 2016-07-01 23:52:15 -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 fe34013fc2 That was super dumb.
Actually added registration for 1.10.
2016-06-15 10:28:26 -03:00
TheBukor ef561be3cd Goddamn I always forget the version number. 2016-06-09 20:38:05 -03:00
TheBukor de38805126 1.10 update, added new "no gravity state of %entities%" expression. 2016-06-09 20:37:37 -03:00