LuckPerms

LuckPerms

41.4k Downloads

One permission, multiple servers.

connormichalec opened this issue ยท 1 comments

commented

Hello, this may be a stupid question, I have recently switched to luckperms from pex, but I am having quite some trouble finding how to do this. How can I create a single permission node for a group, applying for multiple specified servers?

for example:
/lp group people permission set somepermission.fun true server="server1,server2,server3"

I have only been successful with nodes effecting single servers.
Thanks in advance for anyones help!

commented

https://github.com/lucko/LuckPerms/wiki/Context

I'm pretty sure you can only apply it to a single server with the Server context, but by defining your own context (Look at above link) you should be able to make a workaround.