crashtheparty / EnchantmentSolution

Enchantment plugin for Custom Enchantments.
15 stars 14 forks source link

Plugin fails to enable on Paper 1.15.1 #46

Closed dfsek closed 4 years ago

dfsek commented 4 years ago

When starting the server (PaperSpigot 1.15.1 build 23) the plugin states that the version is not supported, and disables itself.

VanillaChan6571 commented 4 years ago

Work around found. open the jar with winrar. Drag the .classpath out. Edit with notepad++ Add the version:

<classpathentry kind="lib" path="D:/Gaming/Minecraft/Plugin Versions/spigot-1.15.1.jar"/>

save and drag it back into the .jar and it enables.

Onyxtite commented 4 years ago

Work around found. open the jar with winrar. Drag the .classpath out. Edit with notepad++ Add the version:

<classpathentry kind="lib" path="D:/Gaming/Minecraft/Plugin Versions/spigot-1.15.1.jar"/>

save and drag it back into the .jar and it enables.

Seemed like a good idea, but my classpath already has that entry. Could you elaborate please?

VanillaChan6571 commented 4 years ago

Work around found. open the jar with winrar. Drag the .classpath out. Edit with notepad++ Add the version: <classpathentry kind="lib" path="D:/Gaming/Minecraft/Plugin Versions/spigot-1.15.1.jar"/> save and drag it back into the .jar and it enables.

Seemed like a good idea, but my classpath already has that entry. Could you elaborate please?

Sure, I assume since the dev already has added 1.15 support and not 1.15.1 adding this would just add a check to see if version matches up (for me this did work, it failed to find a class but for some reason still enabled the plugin as it works fine)

At this point I would just use the [2.2.0 Pre-Release 3] since it already supports 1.15.1

Onyxtite commented 4 years ago

Thanks for the quick response, i just tried with the dev build and it seems to start up properly :) I guess its a good solution until 2.2 is realeased!