Incompatibility with Vanilla Permissions
TheDeathlyCow opened this issue ยท 1 comments
Modloader
Fabric
Minecraft version
1.20.2
Modloader version
fabric-api-0.91.2+1.20.2
Mod version
flan-1.20.2-1.8.11-fabric
Description
When using Vanilla Permissions with Flan, the Flan permission nodes seem to break and are always treated as 'true', even when they are not.
I am using the following mods:
fabric-api-0.91.2+1.20.2
flan-1.20.2-1.8.11-fabric
LuckPerms-Fabric-5.4.109
vanilla-permissions-0.2.2+1.20.2
Steps to reproduce
- Install the above mods as listed onto a Fabric 1.20.2 server
- In the server console, run
/permission user ${your_user_name} permission set luckperms.* true
- In game, run
/permission user ${your_user_name} permission set flan.* false
- Ensure you are not an operator
- Attempt to run a denied Flan command, such as
/flan addClaim ~ ~ ~ ~10 ~ ~10
. This command should fail due to lack of permission, but it will succeed instead.
Mods that might affect the issue
Vanilla Permissions - https://modrinth.com/mod/vanilla-permissions/version/0.2.2+1.20.2
LuckPerms - https://modrinth.com/mod/luckperms/version/v5.4.109-fabric
Logs
Vanilla permissions issue: DrexHD/VanillaPermissions#13