fabric-permissions-api
fabric-permissions-api copied to clipboard
A simple permissions API for Fabric
Hello! While this project was a right step for fabric server side, it's still lacking many of useful functionalities/interfaces. Here are few examples: - Getting list of player permissions (could...
Is there any chance that you could add this as a module to the main fabric API?
This would add a phase that would run before any permission handlers. Useful if someone has explicitly set permissions for users to false, but would want a content modifying mod...
can you please modify the mod so that it gets properly recognized as a library by modmenu, and therefor doesnt show up by default? apis like fabric, cloth, yacl etc....
ModMenu Description Translation.
This is a very simple PR. It is mostly a notice / request to *please* bump the version of this library, because having different variations of it distributed with the...
When a player attempts to join the server, it crashes with a NoSuchMethod Error. See [https://mcpaste.io/2dda4717760ed94b](https://mcpaste.io/2dda4717760ed94b). I have both LuckPerms (5.4.46) and the Fabric permissions API (0.2) installed. My LuckPerms...
server crashes on launch [16:47:16] [main/ERROR]: Failed to start the minecraft server java.lang.RuntimeException: Could not execute entrypoint stage 'server' due to errors, provided by 'luckperms'! at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$2(EntrypointUtils.java:63) ~[quilt-loader-0.17.11.jar:?] at org.quiltmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)...
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...