Nokorbis / ar-command-signs

Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
https://www.spigotmc.org/resources/command-signs.10512/
Apache License 2.0
13 stars 10 forks source link

CommandSign not run on my 1.14 Server #53

Closed cncptpr closed 4 years ago

cncptpr commented 4 years ago

The plugin does not work on my 1.14 Server. I tried the 2.2.0 and the 2.1.2 but neither work. In the serverkonsol is a Errormessage every time I start the server and ingame, when tring any command the only answer is: "/commandsign help". Can sb help me?

Nokorbis commented 4 years ago

What is the error message you get in the console ?

cncptpr commented 4 years ago

That are the first 4 lines:

[13:44:44] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.1.1 [13:44:44] [Server thread/ERROR]: Error occurred while enabling CommandSigns v2.1.1 (Is it up to date?) java.lang.NoClassDefFoundError: be.nokorbis.spigot.commandsigns.api.menu.EditionMenu at be.nokorbis.spigot.commandsigns.controller.NCommandSignsManager.initializeMenus(NCommandSignsManager.java:111) ~[?:?]

The pop up when starting the server.

Nokorbis commented 4 years ago

That's weird, how did you get the plugin ? Have you tried to re-download it ?

cncptpr commented 4 years ago

I got the plugin from the spingot side (https://www.spigotmc.org/resources/command-signs.10512/). As mention above I tried several version all for 1.14.

Nokorbis commented 4 years ago

That's weird. Are you sure the error message is not longer ? Don't you have the full stack trace ?

NoClassDefFoundError means that the .jar you downloaded isn't complete, but if that was it, nobody would be able to use it. (And I'm pretty sure many servers use it) That's why I asked if you didn't get any error during the download.

I need more data from the stacktrace.

cncptpr commented 4 years ago

Anmerkung 2020-05-12 154913

This is the full error message /. I do not think that the problem is the download, because I tried 3 different Versions and non of them worked.

Nokorbis commented 4 years ago

This is because you are not using spigot, you are using craftbukkit

cncptpr commented 4 years ago

I thought it is the same, but I will change it and try again

cncptpr commented 4 years ago

It is working! Thank you for helping me.