Group Manager permissions not working when adding via game command
I wanted my Moderators and above to be able to /feed, and so I did the command:
"/mangaddp Moderator essentials.feed"
This then said that the permission had been given to the assigned group (and above due to inheritance).
Next I did "/manload" to make sure the groups were loaded properly, but alas, it says that I do not access to that command when I put myself in the Moderator group.
Best Answer
Are you permissions by chance setup something like this?
Moderator:
permissions:
- -'*'
Cause if so, that wildcard is what is prohibiting the group from using the command.
I've had this sort of issue before, to where I would do that, thinking I can then add permissions that I want them to be able to use after, and it didn't work. If that is the case for you here, what I recommend is do the following:
Moderator:
permissions:
- -(command you want to deny here)
- -(command you want to deny here)
- (from here down, commands you don't want to deny)
If I confuse you, please let me know, and I will try to explain it a little better.
Here is something else thay may help you as well.
Pictures about "Group Manager permissions not working when adding via game command"



Per-World Permissions - Group Manager Tutorial
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Jonathan Borba, Yan Krukov, Yan Krukov, Pixabay
