Commit Graph

109 Commits

Author SHA1 Message Date
bcba74f0ec Update README.md 2022-08-16 16:17:46 +03:00
686d555a47 Rushed Skript 2.6 support on 1.12.2, breaks 1.16 a bit 2022-08-16 16:16:05 +03:00
d59856dad7 Set api-version to 1.13 2021-12-02 11:24:10 +02:00
691a667875 version up 2021-10-20 17:50:48 +03:00
89b8b418d5 Quick 1.16.4 support 2021-10-20 17:50:38 +03:00
9080e9b372 start using Paper API for 1.16+ pathfinder goal removal 2021-10-20 17:50:38 +03:00
6e9dd616f8 Revert "1.16.1 - 1.16.2 support & some refactoring"
This reverts commit c6675f2b8e.
2021-10-20 17:50:38 +03:00
dd2d519efb Update .gitignore 2021-10-20 17:50:38 +03:00
0420e21f85 1.16.1 - 1.16.2 support & some refactoring 2021-10-20 17:50:38 +03:00
9f88c0896a Merge branch 'master' of https://github.com/Govindass/SkStuff 2021-10-20 17:50:38 +03:00
917a2d7499 Update README.md 2021-10-20 17:50:36 +03:00
1361ccaded remove old 1.9.2 2021-10-20 17:50:35 +03:00
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
8610014c18 Update README.md 2021-10-20 17:50:33 +03:00
1932b28c1c Update README.md 2021-10-20 17:50:30 +03:00
a8045de7c0 Update .gitignore 2021-10-20 17:50:27 +03:00
fd7624c42b Delete SkStuff.jar 2021-10-20 17:50:24 +03:00
6966b1550a Update README.md 2021-10-20 17:50:21 +03:00
81c15e1a8b test 2021-10-20 17:50:20 +03:00
9ad182f740 1.15 2021-10-20 17:50:20 +03:00
d0b756c828 Update plugin.yml 2021-10-20 17:50:19 +03:00
4a19a94b4d Create .gitignore 2021-10-20 17:50:19 +03:00
7cddbf3b06 1.15 support 2021-10-20 17:50:19 +03:00
41e22aaf16 Merge pull request #1 from ham1255/master
change softdepend to depend Plugin.yml
2021-10-20 17:50:17 +03:00
mohammed jassim alajel
6c5fb8928b change softdepend to depend Plugin.yml 2021-10-20 17:50:16 +03:00
675f1a859e Update README.md 2021-10-20 17:50:14 +03:00
ca67caff0c Update plugin.yml 2021-10-20 17:50:10 +03:00
1cc83ce9b0 Update README.md 2021-10-20 17:49:57 +03:00
4a03cbfdcf Update README.md 2021-10-20 17:49:53 +03:00
0bb1251d4f Update README.md 2021-10-20 17:49:49 +03:00
ef2a04ceb7 Update plugin.yml 2021-10-20 17:49:47 +03:00
fbe72a548e 1.13 & 1.14 Update, removal of old stuff
1.13 & 1.14 Update, removed worldedit, nbt, vanishnopacket stuff and old version stuff
2021-10-20 17:49:47 +03:00
752c8e2da4 Delete ExprEditSessionLimit.java 2021-10-20 17:49:43 +03:00
ecda37b584 Add files via upload
1.13 & 1.14 update
2021-10-20 17:49:36 +03:00
97eafe9ddd Update README.md 2021-10-20 17:48:36 +03: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