1
Can some one help?!!
8
He's using GroupManager (it's the same format as my permissions system, GroupManager).
I believe his permissions are fine. The problem may be located in his config.yml
(Tabs aren't meant for YML, you will get a red text if you do tabs, but if you get notepad++, you can go to settings > preferences > tabs/spacing (i forgot) > then check the box under the list. Re-write your perms and the red text should be gone.)
I believe his permissions are fine. The problem may be located in his config.yml
(Tabs aren't meant for YML, you will get a red text if you do tabs, but if you get notepad++, you can go to settings > preferences > tabs/spacing (i forgot) > then check the box under the list. Re-write your perms and the red text should be gone.)
The issue is that you forgot a space infront of the "-" on every permission. add a space before the "-" on everyone so it more like this:
permission:
" "- permission.permision
Yours at the moment is,
permission:
- permission.permission
permission:
" "- permission.permision
Yours at the moment is,
permission:
- permission.permission
Also, the perms are incorrectly written in that manner. However, maybe your permission system uses that format. Zack, can you tell me which permissions system your are using?
What are you talking about his perms are fine.
Next time, use this tool to determine where the issue occurs. (http://yaml-online-parser.appspot.com/)
Anyways, there's no problem anywhere within your groups.yml.
How many worlds are you using? And did you edit the groups.yml for that world? If not, just copy/paste this groups.yml to that world.
After you edited your groups.yml, did you perform a /manload? (reload for GroupManager)
Also,could I take a look at your startup log?[/quote]
I get what you're saying and you're right. The hyphens aren't messed up. However, I was scanning your code and I found this on line 141:
Also, your issue might be that you are using - '*' in your code on line 140. I don't think you can use that in your code. To give all permissions to the owner, just op him.[/quote]
From using perms, I believe his hyphens are messed up. And you can infact use '*' to give a rank OP. The * stands for all permissions. Obviously he isn't tabbing and I had used a permission tool to check and notepad++ on top of that. His hyphens are screwed up.[/quote]
You aren't supposed to tab when using YML. The hyphen under the vanish permission is incorrect, and I am not sure if that is a permission, but it may very well be. I still think that is your problem.
Next time, use this tool to determine where the issue occurs. (http://yaml-online-parser.appspot.com/)
Anyways, there's no problem anywhere within your groups.yml.
How many worlds are you using? And did you edit the groups.yml for that world? If not, just copy/paste this groups.yml to that world.
After you edited your groups.yml, did you perform a /manload? (reload for GroupManager)
Also,could I take a look at your startup log?[/quote]
I get what you're saying and you're right. The hyphens aren't messed up. However, I was scanning your code and I found this on line 141:
Owner:
default: false
permissions:
- '*'
- -vanish.*
inheritance:
- HeadAdminAlso, your issue might be that you are using - '*' in your code on line 140. I don't think you can use that in your code. To give all permissions to the owner, just op him.[/quote]
From using perms, I believe his hyphens are messed up. And you can infact use '*' to give a rank OP. The * stands for all permissions. Obviously he isn't tabbing and I had used a permission tool to check and notepad++ on top of that. His hyphens are screwed up.[/quote]
You aren't supposed to tab when using YML. The hyphen under the vanish permission is incorrect, and I am not sure if that is a permission, but it may very well be. I still think that is your problem.
What are you talking about his perms are fine.
Next time, use this tool to determine where the issue occurs. (http://yaml-online-parser.appspot.com/)
Anyways, there's no problem anywhere within your groups.yml.
How many worlds are you using? And did you edit the groups.yml for that world? If not, just copy/paste this groups.yml to that world.
After you edited your groups.yml, did you perform a /manload? (reload for GroupManager)
Also,could I take a look at your startup log?
Next time, use this tool to determine where the issue occurs. (http://yaml-online-parser.appspot.com/)
Anyways, there's no problem anywhere within your groups.yml.
How many worlds are you using? And did you edit the groups.yml for that world? If not, just copy/paste this groups.yml to that world.
After you edited your groups.yml, did you perform a /manload? (reload for GroupManager)
Also,could I take a look at your startup log?
I get what you're saying and you're right. The hyphens aren't messed up. However, I was scanning your code and I found this on line 141:
Also, your issue might be that you are using - '*' in your code on line 140. I don't think you can use that in your code. To give all permissions to the owner, just op him.
Owner:
default: false
permissions:
- '*'
- -vanish.*
inheritance:
- HeadAdminAlso, your issue might be that you are using - '*' in your code on line 140. I don't think you can use that in your code. To give all permissions to the owner, just op him.
From using perms, I believe his hyphens are messed up. And you can infact use '*' to give a rank OP. The * stands for all permissions. Obviously he isn't tabbing and I had used a permission tool to check and notepad++ on top of that. His hyphens are screwed up.
I don't think you are supposed to type info. I am pretty sure you replace it with meta. It depends on your permissions plugin, though.
