1

Can some one help?!!

zackdvais20382 8/1/14 4:25 pm
169
8/4/2014 4:38 pm
i need help i messed up the perms and i cant find where

http://pastebin.com/sppTymGN
Posted by
zackdvais20382
Level 1 : New Miner
0

  Have something to say?

JoinSign in

8

GamerAuthority
08/04/2014 4:38 pm
Level 12 : Journeyman Modder
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.)
1
TheRedHun1
08/03/2014 4:05 pm
Level 9 : Apprentice Network
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
1
marcopolo84
08/04/2014 12:03 pm
Level 33 : Artisan Geek
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?
1
marcopolo84
08/04/2014 11:59 am
Level 33 : Artisan Geek
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:

Owner:
default: false
permissions:
- '*'
- -vanish.*
inheritance:
- HeadAdmin


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.
1
GamerAuthority
08/03/2014 6:01 pm
Level 12 : Journeyman Modder
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?
1
marcopolo84
08/03/2014 9:29 pm
Level 33 : Artisan Geek
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:
- HeadAdmin


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.
1
TheRedHun1
08/04/2014 12:41 am
Level 9 : Apprentice Network
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.
1
marcopolo84
08/02/2014 5:54 pm
Level 33 : Artisan Geek
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.
1

Welcome