LuckPerms

LuckPerms

41.4k Downloads

OP Not working and Perms not working properly 1.12.2

LeeRy30 opened this issue ยท 15 comments

commented

I was wondering if anybody could help me please... We've just migrated from PEX however our ops don't have the ability to do everything as they used to, it is set in the config to allow them to, tried using the autoop and the perm but that doesn't work either, tried * that doesn't work, adding new perms for players and groups works sometimes, however we cannot unset or set them to false, they just remain there.

Any help would be hugely appreciated.
Tried the Discord and they couldn't help so sent us here.

Thanks

commented

To add to it, this is a bungee setup using MySQL which is set in all configs, bungee jar is installed and setup and messaging-service is set to sql

commented

Managed to fix the permissions issue with the help of Discord but ops are still being limited by the permissions even though they are set to bypass in the config...
Verbose shows correct perms being checked
If a perm is negated on default, ops can't use that command although the all commands allowed config option is set to true.

Thank you for the response.
Hope you're having a great day!

commented

I need specific info to be able to help.

Specifically which permissions? Which commands did you run?
Outputs of info and permission info commands after setting the permissions?
Verbose reports showing which nodes are being checked, and what the results of each check are?

https://github.com/lucko/LuckPerms/wiki/Verbose
https://github.com/lucko/LuckPerms/wiki/Command-Usage:-User#lp-user-user-info
https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Permission#lp-usergroup-usergroup-permission-info
https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Parent#lp-usergroup-usergroup-parent-info

If I had to guess, I'd say double check that you have IP forwarding setup correctly.
https://github.com/lucko/LuckPerms/wiki/Network-Installation#pre-setup

commented

What do you mean by saying op?

commented

Those who are opped using /op player - they should be free to use commands etc without limitation - I tried it the way of luckperms too by setting config appropriately and giving the autoop perm but still no luck, they are limited by perms!

commented

What server software do you use? Bukkit-based or sponge-based?

commented

Bukkit based - Spigot - 1.12.2

commented

The * permissiondid not work - this was also tested.

commented

Some commands are set with non-op defaults, in which case just setting /op won't work.

You could try setting a * permission, or disabling bukkit default permissions in the LP config.

Closing because this is an intended behaviour

commented

Can you send a verbose recording link, and also an output for /lp editor please :)

commented

This is an example where essentials.balance was negated or unset (but negated in the default group) however I had the * permission (including essentials.* as a separate one) but I still got insufficient permission so had to add the permission separately!
Verbose: https://luckperms.github.io/verbose/?pb5EEPQ8ql
Editor: https://luckperms.github.io/editor/?vqWptDSdKf

Thanks for getting back to me again! =)

commented

Oh right, yeah, that's intended behaviour.

Standard permissions will override wildcard assignments, even if the wildcard is assigned at a higher priority within the inheritance tree

commented

So there is no way to allow ops to use all commands without having to add the permission to them or their group? Not even * in the group works.

commented

Just make sure they don't inherit from groups that negate permissions

commented

Okay, thank you for your help!

Hope you have a great day! =)