SwornGuns

74.9k Downloads

new version of swornguns

smajzy opened this issue · 12 comments

commented

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

commented

if you have a solution or if you work it say me

commented

can you provide any more info? are there any stack traces in console?

commented

image

commented

i have the file .jar but not the case of the plugin

commented

and i have do the rebooot so i don't understand

commented

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.

commented

yeah i noticed that as well. weird thing is that it doesn't happen locally. not sure what's different with the jenkins env

commented

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.

commented

Yup, also getting that error.

commented

@Log1x interesting...i wonder what changed in the shade plugin

commented

So how do you solve it anyway?

commented