19 Replies
you setup a task that runs maven package or gradle build
this?

I get this while loading up the server with the built plugin https://mclo.gs/SNGZQkS
maybe you'd need to use gradle shadowJar
idk
make sure you use the bigger file if there's 2 jars in the build output folder
nope, same error
are there two .jar files?
no
only one
The jar is a zip file, make sure the class for the method you're trying to call actually exists inside
If it doesn't then you didn't shade your jar correctly
you don't need to use intellij at all here...
show the src
GitHub
GitHub - SirBlobman/CooldownsX: A plugin that adds configurable coo...
A plugin that adds configurable cooldowns to items. - SirBlobman/CooldownsX
you need the api file that's in api/build/libs
and obv the file in plugin/build/libs
which one of these? as there are 3 of them after I compile

First one
Make sure you're using shadowJar
while loading api
ugh
you did use shadowjar right
hmm api doesn't look like a plugin actually
which it should be
but it's missing the plugin yml
yep

ask the dev!
will do
Okay, this is an issue with the plugin itself