Solved Cant find out what is wrong with these perms...

Discussion in 'Bukkit Help' started by rektok, Dec 26, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    rektok

    Here's my perms:
    Code:
    Groups:
      survival:
        defualt: true
        prefix: '[&2Survivalist&2]'
        permissions:
        - modifyworld.*
        - essentials.list
        - essentials.kill
        - essentials.plugins
        - essentials.seen
        - essentials.money
        - essentials.sethome
        - essentials.home
        - essentials.worth
        - essentials.sell
        - essentials.fly
        - essentials.tpa
        - essentials.tpahere
        - essentials.spawner
        - essentials.afk
        - essentials.mail
        - essentials.msg
        - essentials.helpop
        - essentials.whois
        options:
          rank: '1000'
          build: true
      prosurvival:
        prefix: '[&5Pro&f-&2Survivor&f]'
        permissions:
        inheritance:
        - survival
        options:
          rank: '900'
          build: true
      tmod:
        prefix: '[&1Trail&f-&5Moderator&f]'
        permissions:
        - essentials.butcher
        - essentials.socialspy
        - essentials.invsee
        - essentials.itemdb
        - essentials.vanish
        - essentials.speed
        - essentials.clearinventory
        - essentials.kick
        - essentials.mute
        inheritance:
        - survival
        options:
        rank: '700'
        build: true
      mod:
        prefix: '[&5Moderator&f]'
        permissions:
        - essentials.gm
        - essentials.spawn
        - essentials.bcast
        - essentiasl.say
        - essentials.ban
        - essentials.banip
        - essentials.mute
        - essentials.tp
        - essentials.tphere
        inheritance:
        - tmod
        options:
          rank: '500'
          build: true
      tbuilder:
        prefix: '[&1Trail&f-&3Builder&f]'
        permissions:
        - essentials.fly
        inheritance:
        - survival
        options:
          rank: '800'
          build: true
      builder:
        prefix: '[&3Builder&f]'
        permissions:
        - essentials.gm
        - essentials.kick
        - essentials.give
        inheritance:
        - survival
        options:
          rank: '600'
          build: true
      admin:
        prefix: '[&4Admin&f]'
        permissions:
        - essentials.tpall
        - essentials.nick
        - essentials.whois
        - essentials.jails
        - essentials.jail
        - essentials.spawnmob
        - essentials.tempban
        - essentials.jump
        - essentials.tppos
        - essentials.warp
        - essentials.warps
        - essentials.setwarp
        - essentials.exp
        - essentials.break
        - essentials.bigtree
        - essentials.enchant
        - essentials.feed
        inheritance:
        - mod
        options:
          rank: '500'
          build: true
      head-admin:
        prefix: '[&6Head&f-&4Admin&f]'
        permissions:
        -.*
        inheritace:
        - admin
        options:
          rank: '400'
          build: true
      co-owner:
        prefix: &6Co&f-&9Owner&f]'
        permissions:
        -.*
        inheritance:
        - head-admin
        options:
          rank: '300'
          build: true
      owner:
        prefix: '[&9Owner&f]'
        permissions:
        -.*
        inheritance:
        - co-owner
        options:
          rank: '100'
          build: true
      op:
        prefix: '[&6$50&2O&3P&f]'
        permissions:
        -.*
        inheritance:
        - survival
        options:
          rank: '300'
          build: true
      head-mod:
        prefix: '[&6Head&f-&5Moderator&f]'
        permissions:
        -.*
        inheritance:
        - mod
        options:
          rank: '200'
          build: true
      manatarms:
        prefix: '[&1Man&f-&2At&f-&3Arms&f]'
        permissions:
        - essentials.butcher
        - essentials.heal
        - essentials.hat
        - essentials.seen
        inheritance:
        - survival
        options:
          rank: '750'
          build: true
      knight:
        prefix: '[&8Knight&f]'
        permissions:
        - essentials.gm
        - essentials.tp
        - essentials.tphere
        - essentials.seen
        - bh.*
        inheritance:
        - manatarms
        options:
          rank: '650'
          build: true
      hidden:
        prefix: '[&7Hidden&f]'
        permissions:
        - disguisecraft.mob.*
        inheritance:
        - knight
        options:
          rank: '550'
          build: true
      head-builder:
        prefix: '[&6Head&f-&3Builder]'
        permissions:
        -.*
        inheritance:
        - survival
        options:
          rank: '450'
          build: 'true
     
     
    
    I posted it on yaml parser and pin pointed where the prob is, but cant find out why.
    Output

    ERROR:

    while scanning a simple key
    in "<unicode string>", line 118, column 5:
    -.*
    ^
    could not found expected ':'
    in "<unicode string>", line 119, column 5:
    inheritace:
    ^

    It's right on the head-admin.
    can you guys tell me what the prob is, or fix it? You dont have to fix it, i can do that, just tell me what the prob is :)
     
  2. Offline

    Zankla

    What permissions plug in?
     
  3. Offline

    rektok

    Oh yeah, sorry forgot.
    PermissionsEX
     
  4. Offline

    Zankla

    PEX is giving a lot of people issues do you have the latest dev build because the earlier ones will not work with 1.4.6
     
  5. Offline

    midnightfang22

    Code:
      head-mod:
        prefix: '[&6Head&f-&5Moderator&f]'
        permissions:
        -.*
        inheritance:
    That is why. Put a space between the two and make sure that is an actual permission for something. It will look like this, if that permission goes to something:
    Code:
      head-mod:
        prefix: '[&6Head&f-&5Moderator&f]'
        permissions:
        - .*
        inheritance:
     
  6. Offline

    falkensmaze

    rektok It looks like you're trying to grant all permissions to the head-mod group, yes?

    In that case, you want this:

    Code:
      head-mod:
        prefix: '[&6Head&f-&5Moderator&f]'
        permissions:
        - *
        inheritance:
     
  7. Offline

    rektok

    Ahhh... ok, and if your worried about all perms to him, ive know the guy for over 2 years now.

    Ok. My perms still didnt work, it said that it cant find the default. I found the prob, i typoed default. i fixed it and reloaded the perms, still says the same thing.

    View attachment 12111
    Code:
    Groups:
      survival:
        default: true
        prefix: '[&2Survivalist&2]'
        permissions:
        - modifyworld.*
        - essentials.list
        - essentials.kill
        - essentials.plugins
        - essentials.seen
        - essentials.money
        - essentials.sethome
        - essentials.home
        - essentials.worth
        - essentials.sell
        - essentials.fly
        - essentials.tpa
        - essentials.tpahere
        - essentials.spawner
        - essentials.afk
        - essentials.mail
        - essentials.msg
        - essentials.helpop
        - essentials.whois
        options:
          rank: '1000'
          build: true
    Bump:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  8. Offline

    Lolmewn

    shouldn't the default option be under options?
    as in
    Code:
    options:
      default: true
    
    NOT SURE btw.
     
  9. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Isn't the name 'groups' not Groups
     
  10. Offline

    Pwnage_HenTgen

    It Have to be like this: (I have bukkit 1.4.6 ,but it won't work)When i had 1.4.5 it worked,but u can try
    groups:
    Default:
    default: true
    permissions:
    - essentials.rules
    - essentials.motd
    - essentials.list
    - essentials.helpop
    - essentials.help
    - essentials.kit
    - essentials.signs.use.*
    - essentials.help
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - iConomy.access
    - iConomy.rank
    - essentials.tpa
    - essentials.tpaccept
    - thuum.shout.fusrodah.3
    - essentials.warp
    - essentials.warp.list
    - essentials.[warpname]
    - essentials.afk
    - essentials.msg
    - essentials.balance
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.back
    - essentials.back.ondeath
    - essentials.pay
    - modifyworld.*
    - factions.admin
    - factions.autoclaim
    - factions.chat
    - factions.claim
    - factions.deinvite
    - factions.disband
    - factions.help
    - factions.home
    - factions.invite
    - factions.join
    - factions.show
    - factions.version
    - factions.leave
    - factions.list
    - factions.map
    - factions.mod
    - factions.unclaim
    - factions.ownerlist
    - factions.kick
    - factions.power.any
    - factions.money.balance
    - actions.money.balance.any
    - actions.money.deposit
    - factions.money.withdraw
    - factions.money.f2f
    - factions.money.f2p
    - factions.money.p2f
    - fight.user
    - marriage.request
    - marriage.divorce
    - marriage.tp
    - commands.here
    - iConomy.access
    - pvparena.user
    - buttonwarp.use
    - jobs.command.browse
    - jobs.command.stats
    - jobs.use
    - jobs.command.leave
    - jobs.command.leave
    - jobs.command.stats
    - essentials.mail.send: true
    - essentials.mail: true
    - essentials.msg: true
    - essentials.spawn: true
    - essentials.suicide: true
    - factions.create: true
    - factions.participate: true
    - falsebook.*: true
    - turnstile.open: true
    - essentials.list: true
    - essentials.motd: true
    - movecraft.*: true
    - mchat.prefix.Citizen: true
    - mchat.suffix.Citizen: true
    - permissions.build: true
    prefix: '&8[Liige]&f '
    options:
    build: false
    rank: '1000'
     
  11. Offline

    rektok

    ... >.> so simple... so simple! lol. thanks.
     
  12. Offline

    bobby1993

    could someone help me out with my permissions i am a bit stuck on getting default to not be able to change gm and using /i and /give command
    i can post my groups bit or if you think you can help or could you send me like a already made groupmanager file or something
     
  13. Offline

    Pwnage_HenTgen

    Bobby1993 Give me you'r permissions.jml and i will check it .
     
  14. Offline

    bobby1993

    u mean the group manager one or perm bukkit
    cuz i only have group manager and essentials lol its what i gt told to use
     
  15. Offline

    rektok

    PermissionsEX is easier.
     
  16. Offline

    bobby1993

    the people i spoke to last dnt no nufin then lol ok ill get permx
     
  17. Offline

    Pwnage_HenTgen

    Use PermissionsEx ,It's lot easyer
     
  18. Offline

    rektok

    It's pretty easy, Here's a tutorial.
     
  19. Offline

    bobby1993

    last time i attempted to do the perms the default had all the permissions do you run a sucessful server

    if anyone runs a server with perms successful like in group manager and perm ex could you like add me on skype and send me the file lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  20. Offline

    rektok

    Come to be my, ill be waiting :)
    108.178.27.219:25879
     
  21. Offline

    bobby1993

    could u send me ur perms fru skype lol
     
  22. Offline

    3DDarren

    I would say GroupManager is a lot easier than PEX
     
  23. Offline

    rektok

    I made my perms in less then 15 mins, with prefixes and colors and every thing.
     
Thread Status:
Not open for further replies.

Share This Page