What happened?
When I join my Fabric server, the server crashes during the login process while sending the command tree to the client.
The crash happens consistently on player join and points to PermissionManager.canManageAliases() inside Nek's Command Maker.
Which Loader and Minecraft Version?
Fabric
Minecraft Version 1.21.11
Which Mod Versions did I test?
4.0.0-beta.3
3.2.1-1.21x
My suspicion
The crash appears to be caused by a NoSuchMethodError:
java.lang.NoSuchMethodError: 'boolean net.minecraft.server.command.ServerCommandSource.method_9259(int)'
My guess is that the mod is calling a Minecraft method that no longer exists (or whose signature changed) in Minecraft 1.21.11 (even though the mod is for 1.21.11!). This would explain why the crash occurs as soon as the command tree is being built and permission checks are performed.
The crash report is attached.
crash-2026-07-09_12.36.49-server.txt.txt
What happened?
When I join my Fabric server, the server crashes during the login process while sending the command tree to the client.
The crash happens consistently on player join and points to
PermissionManager.canManageAliases()inside Nek's Command Maker.Which Loader and Minecraft Version?
Which Mod Versions did I test?
My suspicion
The crash appears to be caused by a
NoSuchMethodError:java.lang.NoSuchMethodError: 'boolean net.minecraft.server.command.ServerCommandSource.method_9259(int)'My guess is that the mod is calling a Minecraft method that no longer exists (or whose signature changed) in Minecraft 1.21.11 (even though the mod is for 1.21.11!). This would explain why the crash occurs as soon as the command tree is being built and permission checks are performed.
The crash report is attached.
crash-2026-07-09_12.36.49-server.txt.txt