Error on Initialization (26.1.2) #56
Joshua-Tenbusch
started this conversation in
General
Replies: 1 comment 2 replies
|
Please try the newest dev build. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! I was trying to use the Ore Control plugin on my mc server (the server is a paper 26.1.2 server), and the plugin seems to have problems loading in. The libraries it uses seem to load fine, but when it gets to loading the plugin itself, the server fails. It looks like something in the versions formatting might be wrong, or my jar might've corrupted:
[21:47:30] [Server thread/INFO]: [ore-control] Loading server plugin ore-control vdev-180-SNAPSHOT [21:47:30] [Server thread/ERROR]: [ore-control] Error initializing plugin 'ore-control-dev-180-SNAPSHOT.jar' in folder 'plugins' (Is it up to date?) java.lang.IllegalArgumentException: API version string should be of format "major.minor.patch" or "major.minor", where "major", "minor" and "patch" are numbers. For example "1.18.2" or "1.13", but got '26.1.2.build.66' instead. at ore-control-dev-180-SNAPSHOT.jar//de.derfrzocker.ore.control.utils.version.ServerVersion.getOrCreateVersion(ServerVersion.java:100) ~[?:?] at ore-control-dev-180-SNAPSHOT.jar//de.derfrzocker.ore.control.utils.version.ServerVersion.getCurrentVersion(ServerVersion.java:83) ~[?:?] at ore-control-dev-180-SNAPSHOT.jar//de.derfrzocker.ore.control.OreControl.onLoad(OreControl.java:105) ~[?:?] at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:39) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:553) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:336) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1291) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:304) ~[paper-26.1.2.jar:26.1.2-66-34cf3ab] at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]This was using the current latest dev build off of Jenkins, but using the jar off Spigot produced similar results.
If you want the full server logs, here is that as well:
latest.log
Sincerely thank you for your time, please let me know if there is anything I can do on my end to fix this as well if needed.
All reactions