Commit Graph

14 Commits

Author SHA1 Message Date
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 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 ddd00cf9e8
Fix #14 2021-08-14 17:33:03 -04:00
SeanOMik 2a1e9a6211
Fix #62 2021-08-14 16:43:52 -04:00
SeanOMik 89200ae301
Remove need for program arguments. Add notice of bStats in readme. 2021-07-18 23:12:38 -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 9e8b06c9c0
Fix #51, also implement the fix for #52 for all version implementations 2021-07-07 15:24:49 -04:00
SeanOMik 63814427db
Fix config reload command 2021-06-23 19:46:13 -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
SeanOMik 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