CodeCrafter47 / AdvancedTabOverlay

GNU General Public License v3.0
5 stars 3 forks source link

[Spigot 1.15] Loading dependencies without (soft)depending on it might get blocked/removed #4

Closed Andre601 closed 4 years ago

Andre601 commented 4 years ago

Just a heads up that since 1.15, Spigot will print out a warning like this, when a plugin is loading a ServiceProvider (or similar) without (soft)depending on it. This also includes loadbefores:

[09:40:47 WARN]: [AdvancedTabOverlay] Loaded class net.milkbowl.vault.chat.Chat from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.

Such functions might get removed in future versions of Spigot, from what I gathered so far. I can't really say what a (good) alternative would be, but perhaps getting in contact with MD_5 would be a first good idea.