[Fabric] Crash on 1.21.11 with v5.7, and impossible dependency requirements (MC 26.1 / Java 25) in v5.8 hotfix #4781
Mehd1slh
started this conversation in
APIs and Development
Replies: 1 comment 1 reply
|
fabric-permission-api is required (Cause of the first error) |
1 reply
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.
Hi! I'm trying to run Plan on my Fabric 1.21.11 server, but I'm running into two separate issues depending on which version of the mod I use.
Issue 1: Crash with Version 5.7+build.3306
When using the 5.7 build from Modrinth, the server crashes during startup with a NoSuchMethodError related to command permissions. It looks like it's trying to call a method that was changed or removed in Minecraft 1.21.11.
Here is the relevant part of the crash report:
Issue 2: Broken Dependencies in Version 5.8-build-3579
I saw in the console that a newer version was available on GitHub, so I downloaded PlanFabric-5.8-build-3579.jar hoping it would fix the 1.21.11 crash. However, Fabric refuses to load this version because of what appears to be a typo in the fabric.mod.json requirements.
The mod is currently requiring Minecraft 26.1 and Java 25, which don't exist yet!
Here is the log from Fabric:
System Info:
Server: Fabric loader 0.19.3
Minecraft: 1.21.11
Java: 21
Could we possibly get a hotfix for the Fabric version to resolve the 1.21.11 method error and fix the dependency requirements? Thank you for all your hard work on the mod!
All reactions