Commit Graph

6 Commits

Author SHA1 Message Date
SeanOMik d96e2de044
Update plugin version for next release 2021-07-07 15:49:51 -04:00
SeanOMik 9e8b06c9c0
Fix #51, also implement the fix for #52 for all version implementations 2021-07-07 15:24:49 -04:00
SeanOMik 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
SeanOMik 7510a51f96
Fix #43 (Randomly stuck sitting foxes) 2021-06-23 20:09:49 -04:00
SeanOMik 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
SeanOMik 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