Arnuh / EchoPet

Adds pets to your Minecraft Server!
GNU General Public License v3.0
25 stars 12 forks source link

Remove Spigot support in favor of Paper #139

Open Arnuh opened 1 year ago

Arnuh commented 1 year ago

In preparation for hard fork, would rather use Paper over Spigot post hard fork. Also allows me to remove spigot testing.

Arnuh commented 1 year ago

Partially done, need to readd maven repo publishing and see if I messed up anything with my gradle conversion

johngonole commented 1 year ago

Does this mean that in the future this won't plugin won't be able to run on servers using spigot?

Arnuh commented 1 year ago

Does this mean that in the future this won't plugin won't be able to run on servers using spigot?

Yes, will likely start with the use of adventure api in a rework of the text/language configuration in the plugin. This change itself wouldn't restrict the plugin to Paper but I expect future changes to start using the Paper API.