Commit Graph

28 Commits

Author SHA1 Message Date
SeanOMik 6c65256c7f
chore: bump version 2023-07-26 01:01:27 -04:00
SeanOMik c1860d3fc8
fix(#101), fix: some version implementations were still using old anvilgui version 2023-07-26 00:59:41 -04:00
SeanOMik c7655236b1
Update for 1.20.1 2023-07-20 18:33:47 -04:00
SeanOMik 2730dbee24
Update for 1.19.4 2023-04-24 19:47:27 -04:00
Matthew Shipman 03f4531d67 Update for 1.19.3 2023-02-18 21:00:56 +00:00
Matthew Shipman 0c567abc91 Update for 1.19.2 2022-08-26 04:13:30 +00:00
Matthew Shipman 2ffa9a7a26 Update for 1.19.1 2022-07-29 22:35:05 +00:00
Matthew Shipman e01409cf05 Bump version to 2.2.5 2022-06-24 02:30:06 +00:00
SeanOMik a705cdfaf4 Fix #78 2022-05-08 15:39:06 -04:00
SeanOMik 529a5463ba Update for 1.18.2 (#75) 2022-03-06 20:59:34 -05:00
SeanOMik 2b37feec07 Give fox command - bring up name screen for receiving player (#72) 2022-01-31 23:58:42 -05:00
SeanOMik 5bcfc5cc7f Fix for 1.18 paper 2021-12-12 18:32:40 -05:00
SeanOMik ee8df0c2b3 Fix 1.18.1 for Paper 2021-12-12 12:14:22 -05:00
SeanOMik f7cdaa820d Add support for 1.18.1 2021-12-11 23:49:39 -05:00
SeanOMik 7519b049b3 Implement #66 2021-12-11 18:55:49 -05:00
SeanOMik 88305cb061 Update to 1.18, remove need for AnvilGUI submodule, simplify gitignore 2021-12-11 01:33:11 -05:00
SeanOMik c77e8065d3
Add a way for certain gameplay related messages to get disabled 2021-09-20 23:09:04 -04:00
SeanOMik 556a501f75
Fix #61 2021-07-20 17:37:00 -04:00
SeanOMik 89200ae301
Remove need for program arguments. Add notice of bStats in readme. 2021-07-18 23:12:38 -04:00
SeanOMik 6a15f02160
Fix #55 2021-07-12 23:09:29 -04:00
SeanOMik 99d4979678
Fix errors on purpur 2021-07-11 12:47:02 -04:00
SeanOMik 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
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