CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 10 forks source link

JavaPluginLoader is deprecated for removal #541

Open Protonull opened 1 month ago

Protonull commented 1 month ago

This is used in civ-code for testing purposes, eg: https://github.com/CivMC/Civ/blob/b0ad341d4220c9818523de00bb90159f4b9b25c7/plugins/civmodcore-paper/src/main/java/vg/civcraft/mc/civmodcore/ACivMod.java#L28-L31

but JavaPluginLoader is marked as deprecated for removal. My guess is that PaperMC is pushing its paper-plugin.yml boilerplate.