Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vanilla Permission issues #13

Open
groveham opened this issue Mar 13, 2016 · 2 comments
Open

Vanilla Permission issues #13

groveham opened this issue Mar 13, 2016 · 2 comments
Labels

Comments

@groveham
Copy link

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.

@MuresanSergiu
Copy link
Member

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?

@groveham
Copy link
Author

groveham commented Mar 13, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants