Problem/Bug Please help! Group Manager Permissions!

Discussion in 'Bukkit Help' started by BarrelBoss, Dec 27, 2014.

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

    BarrelBoss

    I have been trying to get these to work for hours... I don't know what's wrong. Can someone please fix them?
    Code:
    groups:
      Default:
        default: true
        permissions:
      - essentials.afk
      - essentials.back
      - essentials.balance
      - essentials.clearinventory
      - essentials.delhome
      - essentials.r
      - essentials.helpop
      - essentials.ignore
      - essentials.kit
      - essentials.motd
      - essnetials.msg
      - essentials.me
      - essentials.mail
      - essentials.mail.send
      - essentials.nick
      - essentials.pay
      - essentials.realname
      - essentials.seen
      - essentials.rules
      - essentials.sethome
      - essentials.warp
      - essentials.spawn
      - essentials.tpa
      - essentials.tpaccept
      - essentials.tpdeny
      - essnetials.help
      - factions.chat
      - factions.create
      - factions.description
      - factions.help
      - factions.join
      - factions.kick
      - factions.deinvite
      - factions.invite
      - factions.map
      - factions.list
      - factions.leave
      - factions.officer
      - factions.promote
      - factions.owner
      - factions.power
      - factions.withdraw
      - factions.money
      - factions.money.f2f
      - factions.money.f2p
      - factions.money.p2f
      - factions.open
      - faction.relation
      - faction.neutral
      - faction.enemy
      - faction.ally
      - factions.home
      - factions.sethome
      - factions.tag
      - factions.title
      - factions.claim
      - factions.unclaim
        inheritance:
        info:
          prefix: '&7[Player]'
          build: true
          suffix: ''
      Iron:
        default: false
        permissions:
        - essentials.echest
        inheritance:
        - default
        info:
          prefix: '&2[Iron]'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.jail
        - essentials.kick
        - essentials.mute
        - essentials.hat
        inheritance:
        - Iron
        info:
          prefix: '&b[Mod]'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - essentials.ban
        - essentials.tempban
        - essentials.tp
        - essentials.vanish
        - essentials.tphere
        inheritance:
        - moderator
        info:
          prefix: '&4[Admin]'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - essentials.*
        inheritance:
        - admin
        info:
          prefix: '&6[Owner]'
          build: true
          suffix: ''
     
  2. Offline

    PolarCraft

    @BarrelBoss
    expected <block end>, but found '-'
    in "<unicode string>", line 5, column 3:
    - essentials.afk
    ^
    (your permissions need to be moved over for default)
     
  3. Offline

    BarrelBoss

    Sorry I am new to this... How do I fix it? I don't see an error... does it have to be for every node in default?
     
  4. Offline

    PolarCraft

    @BarrelBoss
    Basically you have this.
    Code:
    permissions:
    - test.test
    
    It needs to be this.
    Code:
    permissions:
    - test.test
    
     
  5. Offline

    BarrelBoss

    I feel stupid, but is there a difference? I don't see one. So sorry I haven't done Perms in over a year.
     
  6. Offline

    HeadGam3z

    Basically, make the hyphens lined up to the "p" in "permissions."
     
  7. Offline

    BarrelBoss

    I fixed that, thanks.
    But now I reloaded my server and no one including me has access to nothing
     
  8. Offline

    PolarCraft

  9. Offline

    Larry Newman

    Just use a Yaml Parser...
    http://pastebin.com/jMRRj6h0

    I looked through the whole thing and it seems to be correct. The Pastebin link I posted above should work.
     
Thread Status:
Not open for further replies.

Share This Page