fabric-permissions-api icon indicating copy to clipboard operation
fabric-permissions-api copied to clipboard

Server fails to start with both this mod and LuckPerms

Open mtulecki opened this issue 1 year ago • 1 comments

When trying to start the server with fabric-permissions-api 0.2 and luckperms 5.4.62 it fails with the following error: java.lang.RuntimeException: Could not execute entrypoint stage 'server' due to errors, provided by 'luckperms'! I've attached the full server log below. Running Quilt 0.18.2 with Minecraft 1.19.3 on Ubuntu 22.04 LTS Java info:

openjdk 17.0.6 2023-01-17
OpenJDK Runtime Environment (build 17.0.6+10-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.6+10-Ubuntu-0ubuntu122.04, mixed mode, sharing)

latest.log.gz

mtulecki avatar Mar 02 '23 14:03 mtulecki

Caused by: java.lang.ClassNotFoundException: me.lucko.fabric.api.permissions.v0.OfflinePermissionCheckEvent

Because v0.2 version does not include latest commit (e8eb33e), you need to build manually

or wait @lucko for building v0.3

Nesquate avatar Mar 03 '23 02:03 Nesquate