-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with BN on 1.19.1 #1
Comments
Happened because the version of command api I was using didn't support 1.19.1 (they just released a version that does - lemme know if this works) I've made a build (v1.1.10) that is now using this. if this works well, I will release it on spigot. |
Apologies, I didn't get pinged here on Github. I downloaded your 1.1.10 version, and got the following error.[16:04:15 INFO]: [BetterNetherite] Enabling BetterNetheriteRewrite v1.1.10 Was like 'hmm, I can potentially troubleshoot the lack of commandapi by adding the plugin'. Re-ran, and got this following metrics problem. I found this odd, so I looked to see if other plugins also had bstat issues, and they didn't ( example16:06:33] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics�[0m ) |
I accidentally gave you the non-shaded version of the plugin, which means it didn't contain CAPI and BStats - thus causing the error. |
It does seem to have worked! If you get it up on the newest 1.19.2 patch I think your all good to push to Spigot! |
16:35:05] [Server thread/INFO]: [BetterNetherite] Loading BetterNetheriteRewrite v1.1.9
[16:35:05] [Server thread/ERROR]: [org.bukkit.craftbukkit.v1_19_R1.CraftServer] This version of Minecraft is unsupported: 1.19.1 initializing BetterNetheriteRewrite v1.1.9 (Is it up to date?)
dev.jorel.commandapi.exceptions.UnsupportedVersionException: This version of Minecraft is unsupported: 1.19.1
at dev.jorel.commandapi.CommandAPIVersionHandler.getNMS(CommandAPIVersionHandler.java:86) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPIHandler.(CommandAPIHandler.java:155) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPIHandler.getInstance(CommandAPIHandler.java:140) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPI.onLoad(CommandAPI.java:166) ~[Better Netherite Rewrite-1.1.9.jar:?]
at com.abraxas.betternetheriterewrite.BetterNetheriteRewrite.onLoad(BetterNetheriteRewrite.java:23) ~[Better Netherite Rewrite-1.1.9.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:427) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1124) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.1.jar:git-Paper-94]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[16:35:07] [Server thread/ERROR]: Error occurred while enabling BetterNetheriteRewrite v1.1.9 (Is it up to date?)
dev.jorel.commandapi.exceptions.UnsupportedVersionException: This version of Minecraft is unsupported: 1.19.1
at dev.jorel.commandapi.CommandAPIVersionHandler.getNMS(CommandAPIVersionHandler.java:86) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPIHandler.(CommandAPIHandler.java:155) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPIHandler.getInstance(CommandAPIHandler.java:140) ~[Better Netherite Rewrite-1.1.9.jar:?]
at dev.jorel.commandapi.CommandAPI.onEnable(CommandAPI.java:198) ~[Better Netherite Rewrite-1.1.9.jar:?]
at com.abraxas.betternetheriterewrite.BetterNetheriteRewrite.onEnable(BetterNetheriteRewrite.java:29) ~[Better Netherite Rewrite-1.1.9.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.19.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542) ~[paper-api-1.19.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:563) ~[paper-1.19.1.jar:git-Paper-94]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:477) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:279) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1124) ~[paper-1.19.1.jar:git-Paper-94]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.1.jar:git-Paper-94]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[16:35:07] [Server thread/INFO]: [BetterNetherite] Disabling BetterNetheriteRewrite v1.1.9
[16:35:07] [Server thread/INFO]: [BetterNetherite] Successfully disabled.
The text was updated successfully, but these errors were encountered: