CorneliusMa/SilkSpawners_v2

Permissions are not working as intended.

SaumyaKhobragade opened this issue · 2 comments

By default, users need the silkspawners.command.set permission to use the set command at all.

Once granted, this also gives them the silkspawners.command.set.* permission by default, which grants them the ability to set all entity types.

So to fix your issue, you need to:

  1. Grant the silkspawners.command.set permission
    • In LuckPerms: /lp group default permission set silkspawners.command.set true
  2. Ungrant the silkspawners.command.set.* permission
    • In LuckPerms: /lp group default permission set silkspawners.command.set.* false
    • In most other permission plugins, give them the permission: -silkspawners.command.set.*
  3. Grant each silkspawners.command.set.<entity_type> permission as needed

thanks a lot