Flemmli97 / Flan

Fabric Landclaiming Mod
80 stars 34 forks source link

Incompatibility with Vanilla Permissions #269

Closed TheDeathlyCow closed 6 months ago

TheDeathlyCow commented 7 months ago

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:

Steps to reproduce

  1. Install the above mods as listed onto a Fabric 1.20.2 server
  2. In the server console, run /permission user ${your_user_name} permission set luckperms.* true
  3. In game, run /permission user ${your_user_name} permission set flan.* false
  4. Ensure you are not an operator
  5. 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

https://mclo.gs/vokaI0o

TheDeathlyCow commented 7 months ago

Vanilla permissions issue: https://github.com/DrexHD/VanillaPermissions/issues/13