hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
238 stars 65 forks source link

Add log4j-slf4j2-impl #143

Closed eRHaDev closed 1 year ago

eRHaDev commented 1 year ago

I noticed that when using plugins using log4j (mainly SlimeWorldManager), they can't find the slf4j2 implementation and thus switch to NO-OP. This patch fixes this by shading the implementation artifact as it should've been done like that in the first place. I have also updated log4j to the latest versions.

uRyanxD commented 1 year ago

I made some changes and rolled back the log4j update, because the console was spamming "WARN StatusConsoleListener Using package checking to find plugins is deprecated and will be removed in a future release" and I couldn't find anything about the cause or how to resolve it that, LGTM