You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be doing something clearly wrong but for the life of me I can't get vanilla permissions added, everything else works fine but vanilla just doesn't.
For example I'm setting up a 'moderator' rank, adding the following commands
list
ban
kick
ban-ip
banlist
They are all vanilla commands and I've tried adding them as (i'll use list as an example):
"cmd.list",
"minecraft.list",
"list",
"mc.list",
Any guidence would be helpful, not sure if this is exactly a bug though.
The text was updated successfully, but these errors were encountered:
This is the main reason why MyPermissions is incomplete. The permission node for the list command is cmd.list BUT if another permission systejm or Minecraft itself is preventing the player from executing the command you cannot allow the player to execute the command.
Now, since I'm pretty sure the list command does not require OP permissions it can't be Minecraft preventing players from executing the command. Do you have any other permission system installed?
Nope only have MyPermissions installed as I'd like to keep a single permissions system and move away from Server Tools. I did add ServerTools-Permissions system and the command works fine. Soon as I allow MyPermissions to take control and remove ServerTools the command is denied even though I've specified access to the default group.
I might be doing something clearly wrong but for the life of me I can't get vanilla permissions added, everything else works fine but vanilla just doesn't.
For example I'm setting up a 'moderator' rank, adding the following commands
list
ban
kick
ban-ip
banlist
They are all vanilla commands and I've tried adding them as (i'll use list as an example):
"cmd.list",
"minecraft.list",
"list",
"mc.list",
Any guidence would be helpful, not sure if this is exactly a bug though.
The text was updated successfully, but these errors were encountered: