Jump to content

  • Curse Sites
Become a Premium Member! Help
Latest News Article

Permissions Workshop - Solve permissions problems here!


  • Please log in to reply
2267 replies to this topic

#1041

ThunderManX

Posted 15 January 2013 - 12:10 AM

Im trrying this is the part of the log on my 1.4.6 bukkit server im using group manager please help this is the part of the log I think I need to fix. Thanks



Caused by: while parsing a block mapping
in "<reader>", line 11, column 1:
    groups:
    ^
expected <block end>, but found BlockMappingStart
in "<reader>", line 370, column 2:
     Super-Admin:
     ^
Thank you for your help

Register or log in to remove.

#1042

Poongko
    Poongko

    Carpenter

  • Members
  • 56 posts

Posted 15 January 2013 - 09:04 PM

Can anyone help me? :3

My permissions is very empty i am missing alot of permissions..
Anyone want to help me? ^_^

I currently need alot of basic permissions for each rank.

I am looking for Essentials Signs permissions, to use or create for staff. Admin +

And for Multiverse Portals for all ranks. Also, adding some more permissions like /tell and crap. /worth also?
Also /jobs permissions. Please add them for me? :D

Tell me what you have added too for each rank or in general.

http://pastebin.com/89wbGNwV

#1043

bluckstar

Posted 15 January 2013 - 10:58 PM

Can Someone Tell Me how to make a owner rank

#1044

RandomMinecraftDude123

Posted 16 January 2013 - 04:28 AM

View Postbluckstar, on 15 January 2013 - 10:58 PM, said:

Can Someone Tell Me how to make a owner rank
What do you use GroupManager? Or something else? If you're using groupmanager do /mangadd owner to create a group called owner.

#1045

GraviPy
    GraviPy

    Tree Puncher

  • Members
  • 27 posts
  • Minecraft: GraviPy

Posted 17 January 2013 - 08:33 AM

Hi! I seem to be having problems with group prefixes. I have PermissionsEx, and the permissions file is at http://pastie.org/pr...asxzcv1cvnc0cyq. The prefixes are not showing. If it matters, I have Multiverse-Core installed. I have tried turning Multiverse's world prefixes off, and it didn't fix the problem. I have asked the admin of another server that uses PermissionsEx and Multiverse, where titles are working fine, and they couldn't find a solution. Help would be greatly appreciated. Thanks :)

#1046

Geekscript

Posted 17 January 2013 - 09:57 PM

<p>Hi im having probs. Only ops can talk and give commands. the permissions.yml is here:<br />
<a href='http://pastebin.com/MLXYJyX0' class='bbc_url' title='' rel='nofollow'>http://pastebin.com/...MLXYJyX0</a><br />
Edit: Also i cant talk even if i have the &#39;*&#39; permission. The permissions.yml works fine on the yaml parser.<br />
New Edit: Also im using permissions ex.</p>
Edit: Fixed, changed to bperms

#1047

DaTDOS
    DaTDOS

    Out of the Water

  • Members
  • 9 posts
  • Location: Michigan
  • Minecraft: DaTDOS

Posted 18 January 2013 - 02:38 AM

Hello there Minecraft forums and today i'm bringing you my wonderful server,
Is what i wish i could say if my permissions were set up correctly

My issue is no matter what I do to my :
server properties,
bukkit.yml,
permissions,
or permissionsex

Nobody can build or break anything on my server unless they are op I've tried everything, and now I am at the end of my rope

Following the permissions ex set-up guide:
https://github.com/P...rmissions-Setup

this is my exact permissionsex file

http://pastie.org/5712958

I would very much appreciate any help you guys could give

#1048

Rmarmorstein
  • Location: New Hampshire
  • Minecraft: rmarmorstein
  • Xbox:eliterivman2

Posted 18 January 2013 - 08:46 AM

View PostDaTDOS, on 18 January 2013 - 02:38 AM, said:

-snip-

You did not add any permission nodes, add the permission nodes to build to your default group and they will then be able to. The node will depend on the plugins that you have, so you will have to look that up.

I also got this error when running it through the YAML parser

ERROR:
while scanning for the next token
found character '\t' that cannot start any token
  in "<unicode string>", line 46, column 1:
	
	^

Try Rewriting that line

View PostGeekscript, on 17 January 2013 - 09:57 PM, said:

-snip-

As Well, it looks like you need to add your permission nodes.
Note: the '*' only works for PermissionEx

Posted Image  Posted Image

Please Quote me If you are Expecting a Reply!

Rmarmorstein (Marble) | Servers Sectional Moderator

@Rmarmorstein


#1049

GraviPy
    GraviPy

    Tree Puncher

  • Members
  • 27 posts
  • Minecraft: GraviPy

Posted 18 January 2013 - 09:26 AM

View PostRmarmorstein, on 18 January 2013 - 08:46 AM, said:

You did not add any permission nodes, add the permission nodes to build to your default group and they will then be able to. The node will depend on the plugins that you have, so you will have to look that up.

I also got this error when running it through the YAML parser

ERROR:
while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 46, column 1:
	
^

Try Rewriting that line



As Well, it looks like you need to add your permission nodes.
Note: the '*' only works for PermissionEx
The \t thing means that there is a tab. YAML crashes when tabs are used for indentation: replace it with spaces.


Also, about my earlier post. I've worked a bit more on my permissions file, and the new one is at http://pastie.org/pr...wozyzxbickehslw. As you can see with the worlds thing, I want it so that you cannot use ChestShop in any worlds but PvP and Survival, and that you can only use the sell, balance, and pay in these two worlds also. That didn't work, so I need some help with that too. Posted Image This is the first time I'm doing a major permissions file, so yeah, I've run into lots of errors.

EDIT: Wow, that was a stupid mistake Posted Image I managed to fix it (new one at http://pastie.org/pr...k9mmnjrxercvxww) but the titles still aren't working. I found out this is because ChatManager (which supposedly comes bundled with PEX) isn't enabled in the config file. I opened the config file and couldn't figure out how to enable it. Which config file is it, and how do I enable it?

EDIT 2: Lawl, I deleted the ChatManager jar from the installation thinking it was unnecessary. I reinstalled it and now everything works fine... please ignore my posts xD

#1050

DaTDOS
    DaTDOS

    Out of the Water

  • Members
  • 9 posts
  • Location: Michigan
  • Minecraft: DaTDOS

Posted 18 January 2013 - 05:04 PM

View PostRmarmorstein, on 18 January 2013 - 08:46 AM, said:

You did not add any permission nodes, add the permission nodes to build to your default group and they will then be able to. The node will depend on the plugins that you have, so you will have to look that up.

I also got this error when running it through the YAML parser

ERROR:
while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 46, column 1:
	
^

Try Rewriting that line



As Well, it looks like you need to add your permission nodes.
Note: the '*' only works for PermissionEx

Oh I should have specified No matter which group they are in. even my admin group cannot break or place anything without OP.'
And using that parser i can not replicate that error you mentioned. =\

#1051

Rmarmorstein
  • Location: New Hampshire
  • Minecraft: rmarmorstein
  • Xbox:eliterivman2

Posted 18 January 2013 - 08:41 PM

View PostDaTDOS, on 18 January 2013 - 05:04 PM, said:

Oh I should have specified No matter which group they are in. even my admin group cannot break or place anything without OP.'
And using that parser i can not replicate that error you mentioned. =\

Hmm, but did you add the nodes to your file, i did not recall seeing any. Also, what plugin are you using? Pex, bPerms? Looks like pex but i want to make sure.

Posted Image  Posted Image

Please Quote me If you are Expecting a Reply!

Rmarmorstein (Marble) | Servers Sectional Moderator

@Rmarmorstein


#1052

DaTDOS
    DaTDOS

    Out of the Water

  • Members
  • 9 posts
  • Location: Michigan
  • Minecraft: DaTDOS

Posted 18 January 2013 - 09:20 PM

View PostRmarmorstein, on 18 January 2013 - 08:41 PM, said:

Hmm, but did you add the nodes to your file, i did not recall seeing any. Also, what plugin are you using? Pex, bPerms? Looks like pex but i want to make sure.

Yeah its Pex, and I'm a little confused
aren't these considered permission nodes:


- modifyworld.*
- permissions.*
- -modifyworld.mobtarget.*

#1053

macfanboy22

Posted 18 January 2013 - 09:55 PM

Could somebody please make me a premade set of premissions because ive been trying to code one all day and im really getting mad becasue it wont work for some reason im using
modify world
world guard
no cheat plus
essentials
permissions ex
spam trap
world edit
if you can i will really appreciate it thanks

#1054

LordxZero
  • Location: My Fortress Castle Protected by 100 Creepers an 10 ghast
  • Minecraft: LordxZero
  • Xbox:L0RDxZ3RO

Posted 18 January 2013 - 10:11 PM

hello can u help me whit this http://pastie.org/pr...6bjjvthvkizavdq btw i use notepad++ like i said the group Trusted can't use Kick an i can't Figure why?

#1055

Rogue
    Rogue

    Gambrinous

  • Forum Admin
  • 8314 posts
  • Location: Vermont, USA
  • Minecraft: RedRouge007

Posted 18 January 2013 - 10:21 PM

View PostLordxZero, on 18 January 2013 - 10:11 PM, said:

hello can u help me whit this http://pastie.org/pr...6bjjvthvkizavdq btw i use notepad++ like i said the group Trusted can't use Kick an i can't Figure why?

Permission nodes are case-sensitive. Instead of "essentials.Kick", try using "essentials.kick".

Quote my post to make sure I see your reply - MCF Hosting Coordinator

Posted Image


#1056

LordxZero
  • Location: My Fortress Castle Protected by 100 Creepers an 10 ghast
  • Minecraft: LordxZero
  • Xbox:L0RDxZ3RO

Posted 18 January 2013 - 10:32 PM

View PostRogue, on 18 January 2013 - 10:21 PM, said:

Permission nodes are case-sensitive. Instead of "essentials.Kick", try using "essentials.kick".
wow i already knew that but some how it slide by me. Thanks u have been a great Help

#1057

Hipstah
    Hipstah

    Out of the Water

  • Members
  • 7 posts

Posted 18 January 2013 - 11:43 PM

I currently am having troubles with any user whom is a non-OP. They are incapable of mining, digging, placing, and chatting.

My Permissions file can be found here:
http://pastebin.com/2hkBezE3

and I am running the following plugins: PermissionsEX, ModifyWorld, AFK, and ChatManager

Thanks in advance, I've been trying to solve this problem for about two hours now.

#1058

mdemoin1
    mdemoin1

    Out of the Water

  • Members
  • 5 posts

Posted 19 January 2013 - 06:00 AM

http://pastebin.com/qm7mHNj0 This is my buddies config for factions and peX as soon as he added the factions plugin his titles from peX went away please help!!! facton config starts on 208

#1059

Hipstah
    Hipstah

    Out of the Water

  • Members
  • 7 posts

Posted 19 January 2013 - 08:44 AM

Alright back  again unfortunately, I solved my non-OPs not being able to build issue but now I am having trouble banning items. I want to ban item IDs 8-12,46,51,259,327 from Members, but allow VIP+ to use the blocks. What am I doing wrong?

http://pastebin.com/gkbZ0zNq

Plugins: PermissionsEX, ModifyWorld, AFK, and ChatManager

#1060

bacon_avenger
  • Minecraft: bacon_avenger

Posted 19 January 2013 - 08:55 AM

View PostDaTDOS, on 18 January 2013 - 09:20 PM, said:

Yeah its Pex, and I'm a little confused
aren't these considered permission nodes:


- modifyworld.*
- permissions.*
- -modifyworld.mobtarget.*
Yes, those are considered permission nodes, ones that grant rights to do things.  However, if you are trying to prevent mobs from targeting the members of the group you are assigning those nodes to, you have them backwards.  Due to the way PEX reads permission nodes, you have to have the negation nodes come before the grant nodes.

Simply put, have the modifyworld.mobtarget node come before the modifyworld.* node in the list.
I ride the bukkit on Linux with a PEX shooter at my side.  Please don't PM me for help, PM's don't help the community at large as it's not publicly viewable.  Use pastie or pastebin for files, I will not download files.  Click the up arrow if I helped. (I also do YT Vids)