1
Hey guys, so I've bought the MCMMO plugin, however I want to remove all the permission nodes for the party commands because it messes up with my Factions plugins. I've literally tried everything
- -mcmmo.commands.party.*
- -mcmmo.commands,party.all
I've even tried removing it individually.
I use group manager and even time I try to remove it from the console it says
"The group doesn't have direct access to that permission: 'mcmmo.commands.party.create"
- -mcmmo.commands.party.*
- -mcmmo.commands,party.all
I've even tried removing it individually.
I use group manager and even time I try to remove it from the console it says
"The group doesn't have direct access to that permission: 'mcmmo.commands.party.create"
1
mcmmo.commands.party.* (Implies access to all permissions for the party command.)
you need to deny them mcmmo.party.* (Implies access to all mcMMO party permissions.)
You're only denying them access to the command, ie, /party create,join,invite,etc; rather than completely denying them access to /party in mcmmo.
Source : https://github.com/mcMMO-Dev/mcMMO/wiki ... ermissions
you need to deny them mcmmo.party.* (Implies access to all mcMMO party permissions.)
You're only denying them access to the command, ie, /party create,join,invite,etc; rather than completely denying them access to /party in mcmmo.
Source : https://github.com/mcMMO-Dev/mcMMO/wiki ... ermissions
