LuckPerms

LuckPerms

41.4k Downloads

Apply a node if only one context applies

connormichalec opened this issue ยท 2 comments

commented

Hello,
By default Luckperms only applies a node if all the contexts return a true condition, for example:

/lp group agroup set somepermission.example true server=bestserver world=agoodworld

Will only apply when the user is in the server bestserver AND is in the world agoodworld.
My question is, how do I make it apply so only one requirement must be made?
Thanks!

commented

Look under Default Assignments in your config

Edit: Another alternative is the plugin ConditionalCommands - its on spigot.

commented

Ok thank you I will try this out!