Whenever I use LuckPerms all ops will no longer have perms and when I give them a rank with op it still won’t work. What should I do?
There are some issues by just giving all permissions to players, therefore luckperms doesnt treat OP players any different. (In sponge there is no normal way to detect OP - which is a deliberate feature of sponge)
What you should do is create a group in LuckPerms for your OP players, in that group give them all the permissions you want. And then add the players to the group.
Remember you dont need to type out all permissions, you can give then a parent node.
example.cmd.help
example.cmd.help2
Is the same as
example.cmd
However this can be dangerous depending on the plugin
1 Like
Okay, I’ll make sure to do that then.