Allow permission-level to be set per group/user
Cucumberrbob opened this issue ยท 0 comments
Description
Motivation:
Some plugins/mods (especially mods) don't use a permissions api. Instead, they check the Permission Level of the user. For instance, carpet mod checks if the player has permission level 2 or above to let you spawn a fake player in a certain gamemode source.
Proposed Behaviour
Add a permission bundled with luckperms (maybe behind a config flag) with a name like minecraft.permissionlevel.n
Extra Details
No response