Permissions are not working as intended.
SaumyaKhobragade opened this issue · 2 comments
SaumyaKhobragade commented
Gertius commented
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:
- Grant the
silkspawners.command.set
permission- In LuckPerms:
/lp group default permission set silkspawners.command.set true
- In LuckPerms:
- 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.*
- In LuckPerms:
- Grant each
silkspawners.command.set.<entity_type>
permission as needed
SaumyaKhobragade commented
thanks a lot