LuckPerms

LuckPerms

41.4k Downloads

perms don't inherit on sponge/forge

Ironic8b498 opened this issue · 7 comments

commented

I am running LuckPerms-Sponge-4.1.93, on spongeforge-1.12.2-2611-7.1.0-BETA-2961. if I give the perm to a group as long as player is in that group works fine, when they rank up they lose all perms from parent group.

commented

Make sure that that the parent group inherits the lower group. use this command:

/lp group {Higher Group} parent add {Lower Group}

commented

May04.txt
here is my export of my perms. I'm having trouble with the groups in the forge track, which are used on my Sponge server the rest are on Spigot servers

luckperms.log

this is my config for the sponge/forge server

commented

The issue at hand, as far as I can tell, seems to happen if the inheritance is very deep. Another user is experiencing a very similar issue and also has inheritance that goes very deep (5+ steps).

As the other user complains, the permissions stop working randomly. So I’m guessing that entries of groups are dropped from the cache when they shouldn’t. It might be the case that the cache is too small as both also have a very large number of permissions.

commented

I need reproducible steps, ideally 😃

The number of permissions / depth of inheritance shouldn't have an effect.

commented

I gave you my luckperms.conf off the sponge/forge server, and a export of my perms, without users. If players are in same group perms are assigned to, the perms work, if players have to inherit the perms they get message saying they don't have permission to use that command.

commented

Could you give me a specific example?

I don't have time to analyse your setup for you, you need to show me exactly where the issue is, and I'll do my best to help.

commented

works now must of been something in config I couldn't see since I deleted config and had plugin make new one and it works fine now