ClassNotFoundException at LuckPerms v5.4.30 for Fabric
TowardtheStars opened this issue · 3 comments
Description
Fabric server unable to start with LuckPerms v5.4.30 installed. It produces ClassNotFoundException
. Please see the server log pastebin below.
Reproduction Steps
- Download and initialize fabric server for Minecraft 1.18.2 with fabric loader 0.14.8
- Install Fabric API 0.56.0+1.18.2
- Install LuckPerms v5.4.30
- Startup fabric server
Expected Behaviour
Server should startup correctly.
Server Details
Fabric loader 0.14.8 - MC 1.18.2
LuckPerms Version
v5.4.30
Logs and Configs
Log: https://pastebin.com/z8mb7j10
Extra Details
In log it says LuckPerms is trying to load fabric-command-api-v2, but it does not appears in Fabric API released JAR files not in 1.18.2 branch in Fabric API GitHub repo. The only command-api available in Fabric API for Minecraft 1.18.2 is v1.
However, LuckPerms works fine in fabric for Minecraft 1.19, since in Fabric API for 1.19 there is command-api-v2.