SkriptLang / AddonPatcher

Patch addons to make them compatible with new Skript versions
GNU General Public License v3.0
5 stars 1 forks source link

Paper 1.19+ Replacer variant initial patch error #2

Open APickledWalrus opened 1 year ago

APickledWalrus commented 1 year ago

When plugins are first patched, they fail to load, requiring a server restart. Likely associated with changes Paper has made to plugin loading. We may be able to make use of the new paper-plugin.yml to fix this.

Error: https://pastebin.com/XFCSNjbr (likely we are not allowed to modify the plugin jar during boot anymore - fair enough)

TPGamesNL commented 1 year ago

Only affects Paper 1.19+ replacer variant, due to changes in Paper's plugin loading (Paper Plugins): https://github.com/PaperMC/Paper/pull/8108