LuckPerms

LuckPerms

41.4k Downloads

Adding external permissions from other plugins

tborg2014 opened this issue ยท 8 comments

commented

I'm using the sponge version of this plugin for my server and I'm having a difficult time figuring/ finding out how to add external permissions to luckperms.

Example: Permissions from Project worlds, (pjw.cmd.world.properties) where would I add this perm into so then I can allow a group to access, as I keep getting I do not have permissions to use that command. /world properties is the command.

I am on v. 1.10.2

commented

https://forums.spongepowered.org/t/project-worlds-world-manager/10170

All the perm nodes are listed

You add them to whatever group/user you wish to just like any other permission node

commented

the Luck & ... example is just that, an example.

Luck is my username, you should replace it with your own.

commented

https://gist.github.com/anonymous/4c97b8022750af6175f41e1603ca3592

So I did the verbose in my name and I am also in the admin group that I created. The command minecraft.command.ban was added true for admin were server=server, world = true. When I searched my name with minecraft it didn't show that I am able to ban even though I should be able to.

Edit: In the default group (which admin inherits the commands) I added this from nucleus nucleus.home.set.base true user. When I searched my name associated with nucleus I do not have permissions and type in /sethome I do not have permissions. Here is the verbose:

https://gist.github.com/anonymous/281bb4bc821966a896464981c3ce9ee0

commented

https://forums.spongepowered.org/t/project-worlds-world-manager/10170 All the perm nodes are listed

I know the perm nodes are there its just how do I apply them to give me perms. I put /lp group admin permission set (insert perm node) true

if i were than to do, for example, /world properties after doing the properties node it would say I don't have permission even though I just set the perms. That's the issue I am having

commented

https://github.com/lucko/LuckPerms/wiki/Verbose#filters

Then check console while you try to issue those commands - that will tell you whats going on.

commented

https://github.com/lucko/LuckPerms/wiki/Verbose#filters Then check console while you try to issue those commands - that will tell you whats going on.

Ok so I did the verbose and it looks like its not working.
https://gist.github.com/anonymous/3d4852b4181b4dc5929427a4ed7f625d

I tried Luck & minecraft, nothing appeared, I tried Luck & pjw, nothing appeared, i even tried Luck & pjw.cmd.world.properties and nothing popped up.

commented

Sorry, I'm not following what you mean.

I thought the issue was with project worlds?