Commit Graph

13 Commits

Author SHA1 Message Date
SeanOMik 88305cb061 Update to 1.18, remove need for AnvilGUI submodule, simplify gitignore 2021-12-11 01:33:11 -05: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 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
SeanOMik bdd5cf2db7
Exclude .iml files in the gitignore 2020-09-09 22:47:42 -05:00
SeanOMik 420316bd73
.gitignore the .idea and target directories 2020-09-09 22:44:38 -05:00
SeanOMik 808f97cb8c
Change .gitignore to add the multiple nms spigot version jar file 2020-08-27 14:05:48 -05:00
Checkium Folf 6ae1170e12 New way of implementing foxes 2020-02-21 23:12:03 +00:00
SeanOMik cd8918c7c0
Make changes to the 1.15.1 update
* Cant change plugin prefix. 
* Name fox with the AnvilGUI API.
* Disable the plugin if its not running on the correct server version.
2020-01-18 13:22:36 -06:00
SeanOMik 045ced4f1d
Update .gitignore 2020-01-18 13:18:47 -06:00
SeanOMik d6262d56fb
Merge remote-tracking branch 'literallyEllie/master' into 1.15.1 2020-01-18 12:34:12 -06:00
SeanOMik 263af194a9
Add .gitignore 2020-01-18 12:31:14 -06:00
Ellie 5ee1eab0b4 1.15.1
Updated for 1.15.1 (see "1.14 TRANS.xlsx" for translated methods from 1.14 to 1.15)
Added naming (after taming) supporting color codes
Changed formatting of fox names. ("(name) (tamer)") - can be disabled in config.
Showing of who tamed can be disabled in config.
Improved usability of /spawntamablefox + added alias of /tamablefox
Configurable option for tamed foxes to attack chickens and rabbits.
Customisable plugin prefix
2020-01-17 23:26:37 +00:00