Commit Graph

11 Commits

Author SHA1 Message Date
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
Draycia 88765de9d8 Properly fix startup on Linux 2020-01-26 02:09:34 -08: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 8e731078d0
Continue work on a better saving and loading 2020-01-20 22:37:42 -06:00
SeanOMik 3efe179e09
Rename foxes with a name tag 2020-01-18 14:34:14 -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
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
SeanOMik 494127c7e1
Upload code 2020-01-15 22:27:46 -06:00