1

[server] A permission problem

EmeraldAdmin 12/17/12 3:19 pm
135
12/24/2012 2:03 pm
Dear minecrafters.
I already spend hours of watching turtorials, asking friends , and wandering through examples. But none are clear to me, The problem is i don't know where to start with the group, and how i get myself to owner on my server. If someone just could give a example group: just a random group with all the requirements and things filled in. it would help me alot, and i could continue on my quest to make my server,
Thank you for you're time if you decide to help me.
Posted by
EmeraldAdmin
Level 8 : Apprentice System
12

  Have something to say?

JoinSign in

12

Carbonwyre
12/17/2012 3:46 pm
Level 4 : Apprentice Crafter
Hey post in the link in my signature and I'll see if I can help you!
1
niklon
12/17/2012 4:10 pm
Level 51 : Grandmaster Pegasus
EmeraldAdminDear minecrafters.
I already spend hours of watching turtorials, asking friends , and wandering through examples. But none are clear to me, The problem is i don't know where to start with the group, and how i get myself to owner on my server. If someone just could give a example group: just a random group with all the requirements and things filled in. it would help me alot, and i could continue on my quest to make my server,
Thank you for you're time if you decide to help me.

Here, just an example. I didn't add much permissions, nor make the suffix/prefix nice. Hope it will help you
groups:
owner:
default: false
prefix: '&e[OWNER]'
suffix: '&e'
permissions:
- '*'
default:
default: true
prefix: '[New]'
suffix: '&2'
permissions:
- essentials.balance
- assassin.*
- multiverse.access.hub
trusted:
default: false
prefix: '[Member]'
suffix: '&2'
permissions:
- multiverse.access.con
- multiverse.access.maze
- essentials.balance
- assassin.*
inheritance: Default
builder:
default: false
prefix: '[Builder]'
suffix: '&2'
permissions:
- multiverse.access.con
- plotme.use
inheritance: Default
1
Sakk1
12/17/2012 4:28 pm
Level 12 : Journeyman Pony
Whoa, it's been a long time since the last time I explained how permissions works. Brace yourself, a super-long article is coming right up!

Just before I start, note that all I'll be writting is regarding to Permissions Ex (PEX). The other permissions plugins can have some differences, but not too many, just so you know.
Here is the example group, taken from my old post on minecraftforum.net.

groups:
group
default: true
permissions:
- permission.node
- allpermissions.*
- -disallowedpermission.node
inheritance:
- othergroup

First tier (groups:) have no spaces, second tier (group) have two spaces and third tier (the rest) have four spaces.

Just make your group with permissions you want. Then you will want to align yourself to the group. It's the same format, only different words:

users:
<playername>
groups:
- group
permissions:
- permission

Hope this helped you to understand at least a little, if you have any questions, let me know.

I'll post the link to the minecraftforum thread, it should contain all the basic informations, just if you wanted to check it out.
http://www.minecraftforum.net/topic/141 ... planation/
1
niklon
12/17/2012 4:58 pm
Level 51 : Grandmaster Pegasus
A long quote:
Click to reveal
Sakk1Whoa, it's been a long time since the last time I explained how permissions works. Brace yourself, a super-long article is coming right up!

Just before I start, note that all I'll be writting is regarding to Permissions Ex (PEX). The other permissions plugins can have some differences, but not too many, just so you know.
Here is the example group, taken from my old post on minecraftforum.net.

groups:
group
default: true
permissions:
- permission.node
- allpermissions.*
- -disallowedpermission.node
inheritance:
- othergroup

First tier (groups:) have no spaces, second tier (group) have two spaces and third tier (the rest) have four spaces.

Just make your group with permissions you want. Then you will want to align yourself to the group. It's the same format, only different words:

users:
<playername>
groups:
- group
permissions:
- permission

Hope this helped you to understand at least a little, if you have any questions, let me know.

I'll post the link to the minecraftforum thread, it should contain all the basic informations, just if you wanted to check it out.
http://www.minecraftforum.net/topic/141 ... planation/

I don't know if you made it on purpose, or not, but you forgot the colon after 'group', and <playername>. This is important, it would mess up whole config!
1
EmeraldAdmin
12/17/2012 5:09 pm
Level 8 : Apprentice System
so if i want to make the group admin i make something like this?

admin
default: false
prefix: '&2[Admin]&f"
permissions:
- essentials.spawn
- essentials.sethome
- essentials.home

And to make myself that admin:

users:
Exampleguy33
groups:
- admin

Would this be correct? or am i doing something wrong?
Thank you for your time to
1
Carbonwyre
12/17/2012 5:11 pm
Level 4 : Apprentice Crafter
That looks good. Just make sure you have all the spacing correct in the actual yml file.
1
EmeraldAdmin
12/17/2012 5:26 pm
Level 8 : Apprentice System
Ok amazing, i finally could do it thank you once again community, you're amazing. If you need any good server to play on. you're more then welcome on the future mine
1
Sakk1
12/17/2012 5:34 pm
Level 12 : Journeyman Pony
niklonA long quote:
Click to reveal
Sakk1Whoa, it's been a long time since the last time I explained how permissions works. Brace yourself, a super-long article is coming right up!

Just before I start, note that all I'll be writting is regarding to Permissions Ex (PEX). The other permissions plugins can have some differences, but not too many, just so you know.
Here is the example group, taken from my old post on minecraftforum.net.

groups:
group
default: true
permissions:
- permission.node
- allpermissions.*
- -disallowedpermission.node
inheritance:
- othergroup

First tier (groups:) have no spaces, second tier (group) have two spaces and third tier (the rest) have four spaces.

Just make your group with permissions you want. Then you will want to align yourself to the group. It's the same format, only different words:

users:
<playername>
groups:
- group
permissions:
- permission

Hope this helped you to understand at least a little, if you have any questions, let me know.

I'll post the link to the minecraftforum thread, it should contain all the basic informations, just if you wanted to check it out.
http://www.minecraftforum.net/topic/141 ... planation/

I don't know if you made it on purpose, or not, but you forgot the colon after 'group', and <playername>. This is important, it would mess up whole config!

I'm not sure what do you mean. The example is based from an actual working permission file. It could be a mistake on my side, but somehow it works. Please tell me what I'm missing.
1
EmeraldAdmin
12/18/2012 6:46 am
Level 8 : Apprentice System
So now when i got the spacing right. how to make myself owner? when i try promoting myself it just redirects to the commandslist. what to do?
1
niklon
12/18/2012 12:23 pm
Level 51 : Grandmaster Pegasus
/pex user <name> group set <group name>

Group owner should have the permission - '*', it means to assign all possible permissions. Current and future.
1
Koz4Christ
12/18/2012 1:02 pm
Level 30 : Artisan System
Emerald,

You cannot promote yourself. You have to follow Niklon's command to set you group. Here is a handy list that I reference all the time to remind myself what the commands are.

https://github.com/PEXPlugins/Permissio ... i/Commands
1
EmeraldAdmin
12/24/2012 2:03 pm
Level 8 : Apprentice System
THanks people! i got my server up adn running with permissions! thank you so much!
1

Welcome