new version of swornguns
smajzy opened this issue · 12 comments
i have test your last version of swornguns in 1.18.2 but the plugin didn't work, i don't know why, i have try many times. thank you
I think the problem they are having is
[19:28:33 WARN]: org.bukkit.plugin.InvalidPluginException: Cannot find main class net.dmulloy2.swornguns.SwornGuns
It appears the shading is putting SwornGuns in net.dmulloy2.swornguns.swornguns.SwornGuns
– the same thing is happening on UltimateArena.
yeah i noticed that as well. weird thing is that it doesn't happen locally. not sure what's different with the jenkins env
It happened when I built it as well.
As a temporary fix I changed this to:
<exclude>net.dmulloy2.swornguns.*</exclude>
<exclude>net.dmulloy2.swornrpg.*</exclude>
<exclude>net.dmulloy2.ultimatearena.*</exclude>
and it works but I don't know if it's technically correct.
same fix worked for UltimateArena as well.
@Log1x interesting...i wonder what changed in the shade plugin