So its basically about 2 minecraft plugins.
They are supposed to run, and are both really simple.
The first one, CutClean, works fine
The second one however, does not. They basically are the exact same plugin, (litterally), just some names are different for now.
The second one give me this error on load:
[17:44:18 INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
[17:44:18 INFO]: Set PluginClassLoader as parallel capable
[17:44:18 ERROR]: Could not load 'plugins\HasteyBoys.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: fr/natsu/napi/uhc/main/Scenario
I think it come from a different java version between the 2, but i cant find why or what to change 😦
Can someone explain to me if there is any difference between the compilation of theses two jars ?