[Feature] Implement auto updating
Describe your feature request. Implement auto-updating for Tamable Foxes. There's an API that should make this easy, it's called AutoUpdaterAPI.
I think it would make it easy for users to update their plugin, but I wonder if it would cause issues when updating.
In order to prevent issues you should first download the new update to the plugin folder, check if the jar is valid and the version is actually above the current one, and only then replace the actual plugin file
We would also have to update onLoad before the fox entity is replaced.
I think I'll make a branch and try to get something working, idk how I would test it though.
We would also have to update
onLoadbefore the fox entity is replaced.I think I'll make a branch and try to get something working, idk how I would test it though.
no need for that, just replace the jar at any time and it will be there ready for the next restart
no need for that, just replace the jar at any time and it will be there ready for the next restart
Oh yeah, that's a much simpler approach.