Commit Graph

17 Commits

Author SHA1 Message Date
SeanOMik 6bc79e58f1
Fix crash when foxes run from wolfs 2020-08-27 14:03:25 -05:00
SeanOMik e43cd97847
Do some more fixes, and add 1.14 in the single jar which fix 1.14 errors 2020-07-14 16:37:55 -05:00
SeanOMik 304762408f
Update to 1.16.1 and also make one jar work with 1.15 and 1.16. 2020-07-14 12:51:21 -05:00
SeanOMik 034e35d473
Change version number 2020-05-03 12:38:52 -05:00
SeanOMik f754c69e72
Completely update the re-implemented plugin to how it was before.
Completely update the re-implemented plugin to how it was before.

Changelog:
 * Re-add fox naming.
 * Added an auto alternative color code translator in LanguageConfig.
 
Pretty sure this is it, now its time to create a new release!
2020-03-30 14:57:56 -05:00
SeanOMik 2f0dc9c501
Add most features back after the re-implementation removed them.
Changes:
 * Giving/taking foxes items.
 * Change taming food back to chicken.
 * Change taming food to only use sweet berries.
 * Child fox from breeding is now set to its parent fox type.
 * Added code commenting.
 * When you tame a fox it gives the player the taming advancement.

Still need to add naming.
2020-03-30 14:18:21 -05:00
Checkium Folf 6ae1170e12 New way of implementing foxes 2020-02-21 23:12:03 +00:00
SeanOMik 5639d2de82
Remove debug messages 2020-01-27 08:02:38 -06:00
SeanOMik 6053e66e2d
Fixed a bug that would cause foxes to not be tamed after a server reboot
Also tested on PaperMC and 1.15.2 (works)
2020-01-26 17:57:21 -06:00
SeanOMik 071efa181c
Finish rewrite, and release it 2020-01-26 01:05:29 -06:00
SeanOMik eb8080796c Fix pull conflicts 2020-01-24 10:24:03 -06:00
SeanOMik ba48f8e468 Rewrite and got the custom entity replacing the EntityFox
I found out how to get my custom entity to replace the vanilla EntityFox. This should fix most of the errors people were getting.

I also rewrote the entire plugin. It saves some data with SQLite and some parts of it are cleaned up, optimized, or certain things moved in an appropriate class.
2020-01-24 10:21:13 -06:00
SeanOMik a9620bf1c9
Attempt to find a way to spawn the foxes from the saves.
Saving the data works great, I just need to find a way to spawn the fox in the world.
2020-01-21 22:32:37 -06:00
SeanOMik 4fa1bef8fb Get closer to finishing the better saving and loading system 2020-01-21 10:42:42 -06:00
SeanOMik 8e731078d0
Continue work on a better saving and loading 2020-01-20 22:37:42 -06: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 494127c7e1
Upload code 2020-01-15 22:27:46 -06:00