Hook into LuckPerms to fix duplicate permission keying for better stack_permission_limits handling #542
Labels
type: feature request
This issue is about a new feature or request
type: hook
This issue relates to an internal plugin hook
My setup
All players start with
huskhomes.max_homes.10
and they can improve their account by doing many tasks.The problem
There would be more than one in-game reward granting +1 home limit to the player;
LuckPerms will ignore duplicated permission nodes, so having two entries of
huskhomes.max_homes.1
will not do the trickMy solution
Named bonuses! We define it the
config.yml
or in another file, your preference;It would work as follows:
Then we grant the player
huskhomes.bonuses.<eventName>
:So i would have more flexibility to plan player limits
Note
I just found out that doing
works as i need it working, but not very classy nor organizated.
I appreaciate this plugin very much, i want to thank you again for making possible to bulk delete from specific worlds!
The text was updated successfully, but these errors were encountered: