Commit graph

109 commits

Author SHA1 Message Date
5d6cd45c50
Use jdk file for action 2021-07-11 12:49:32 -04:00
99d4979678
Fix errors on purpur 2021-07-11 12:47:02 -04:00
c42ea6710d
Add debug thing 2021-07-10 00:57:50 -04:00
788c2c7c43
Update for 1.17.1
The update was pretty simple, all I had to do was create a new module that depended on 1.17.1 spigot. The reason for this was so the plugin was remapped to the spigot 1.17.1 obfuscated code.
2021-07-10 00:24:47 -04:00
23a3529802
Add cache 2021-07-08 20:02:02 -04:00
79ad05ec9b
Go back to running it as sudo 2021-07-08 19:52:56 -04:00
34daf11e21
Update maven.yml 2021-07-08 19:48:09 -04:00
f8212ff7c9
Run maven steps as sudo 2021-07-08 19:14:52 -04:00
9225e0121b
Update maven.yml 2021-07-08 18:46:15 -04:00
9a148b3022
Remove output file thing in maven 2021-07-08 18:45:55 -04:00
32a0ba8c1a
Update maven.yml 2021-07-08 18:31:00 -04:00
3d49fce3f6
Attempt to get action working 2021-07-08 18:08:55 -04:00
22bbf41d7a
Create github actions for autobuild 2021-07-08 18:05:01 -04:00
79b38af88e
Create optional outputFile property 2021-07-08 18:02:23 -04:00
d96e2de044
Update plugin version for next release 2021-07-07 15:49:51 -04:00
9e8b06c9c0
Fix #51, also implement the fix for #52 for all version implementations 2021-07-07 15:24:49 -04:00
5ec2b578e0 Update issue templates 2021-07-05 23:32:25 -04:00
ef2035c641
Punctuation 2021-06-26 19:55:22 -04:00
29e2442b14
Update README.md 2021-06-26 19:52:42 -04:00
f5903a16be
Use remapped Mojang jars for 1.17
This will make it easier to develop for 1.17, and future versions if I choose to continue using Mojang remappings. I also fixed some logic errors in all version implementations.
2021-06-24 15:45:00 -04:00
201b2641e7
Update README.md 2021-06-23 22:45:40 -04:00
54694bc869
Update readme 2021-06-23 20:20:32 -04:00
7510a51f96
Fix #43 (Randomly stuck sitting foxes) 2021-06-23 20:09:49 -04:00
63814427db
Fix config reload command 2021-06-23 19:46:13 -04:00
d2b586feea
1.17 implement changing entity attributes when tamed 2021-06-23 19:45:47 -04:00
01efec4092
Add a fix for #42 that doesn't involve deleting the configuration files
Also add link default language.yml to the readme.
2021-06-23 19:21:59 -04:00
d94907128f
Add support for modifying the prefix
This relates to #36. Also add a link to the default config file onto the readme. The last thing I did was fixing AnvilGUI for users not using Java 16.
2021-06-23 19:14:43 -04:00
f68aeaa99b
Remove the need for AllSpigotNMS
I removed the need for AllSpigotNMS by separating each version implementation in its own maven module. Each of the implementations depend on the NMS version that their implementing for.
2021-06-23 18:06:43 -04:00
fd7812ee31
Fix link in Readme 2021-06-23 16:09:35 -04:00
1dbdfb0049
Update for 1.17
I had to separate the 1.17 implementation in a separate maven module. I will do similar things to all other older MC versions since we will no longer need to have the jar file with a bunch of nms versions packaged inside of it.
2021-06-23 15:54:58 -04:00
e842dee1b0
Update README.md 2021-06-14 12:39:20 -04:00
3c79bb028d
Fix plugin for Java 1.16 2021-06-14 12:33:45 -04:00
90f1c58670
Close #38
Implement making a fox sleep with shift right click with an empty hand
2021-06-07 00:40:48 -05:00
b026691586
Change pom.xml version for new release 2021-04-04 12:32:03 -05:00
36f98d2b17
Fix #37 2021-04-04 12:28:24 -05:00
f10dd08d6c
Update for 1.16.5 2021-04-04 12:24:11 -05:00
8ba7d983cf
Fixes #32. Kinda hacky but will work for now 2021-02-24 19:53:11 -06:00
71bfc365c5
Update for 1.16.4 2020-11-08 13:07:46 -06:00
9ef4aafb55
Fix a crash on some machines 2020-11-02 18:08:54 -06:00
90b565131a
Update readme 2020-10-28 16:51:18 -05:00
91a8a54624
Add a permission to allow players to bypass the tame limit. 2020-10-28 16:50:10 -05:00
de30d65fba
Implement #26 and #28 in new 1.7.7 snapshot 2020-10-27 20:39:56 -05:00
7b10885dc3
Fix plugin for Java 8 while still having Java 14 work 2020-09-10 11:29:47 -05:00
7a0f783393
Add line break 2020-09-09 22:57:59 -05:00
5bf7d7a798
Remove warning to not use Java versions newer than 11 2020-09-09 22:49:46 -05:00
bdd5cf2db7
Exclude .iml files in the gitignore 2020-09-09 22:47:42 -05:00
420316bd73
.gitignore the .idea and target directories 2020-09-09 22:44:38 -05:00
fbee94b40d
Merge pull request #24 from fionera/fix-java-14
Add Java 14 support by replacing the final field access
2020-09-09 22:42:11 -05:00
6e322d8aa2
Change plugin version in pom.xml 2020-09-09 22:41:56 -05:00
b8c25128f3
Merge remote-tracking branch 'origin/master' 2020-09-09 22:24:57 -05:00