Fix YML !

Discussion in 'Bukkit Help' started by mathbuster2, Feb 22, 2014.

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

    mathbuster2

    I just started to use Bukkit and I love it. But Im a newbie and I would really love some help with my permissions.yml file! I think I have it messed up please post a fixed version!!

    Code:
    users:
      mathbuster2:
        group:
        - Owner
        permissions:   
      jusunn:
        group:
        - Modarator
        permissions:
      CattyBacon:
        group:
        - Modarator
        permissions:   
    groups:
      Normal:
        prefix: '[Normal]'
        default: true
        permissions:
        - modifyworld.*
        - essentials.fly
        - essentials.hat
        - essentials.tree
        - essentials.afk
        - essentials.suicide
      SemiMod:
        prefix: '[SemiMod]'
        default: false
        permissions:
        - modifyworld.*
        - essentials.fly
        - essentials.hat
        - essentials.tree
        - essentials.afk
        - essentials.suicide
        - essentials.gamemode
        - essentials.gamemode.others
        - essentials.give
        - essentials.heal
        - essentials.heal.others
        - essentials.repair.all
        - essentials.time.set
        - essentials.time
        - essentials.weather
     
      Modarator:
        prefix: '[Modarator]'
        default: false
        permissions:
        - modifyworld.*
        - essentials.fly
        - essentials.hat
        - essentials.tree
        - essentials.afk
        - essentials.suicide
        - essentials.gamemode
        - essentials.gamemode.others
        - essentials.give
        - essentials.heal
        - essentials.heal.others
        - essentials.repair.all
        - essentials.time.set
        - essentials.time
        - essentials.weather
        - essentials.jump
        - essentials.tp.others
        - essentials.tp
        - essentials.mute
        - essentials.fireball
        - essentials.kick
        - essentials.lightning
        - essentials.speed 
     
      Owner:
        prefix: ' [Owner] '   
        default: false
        permissions:
        - modifyworld.*
        - essentials.*
        - '*' 
    
     
  2. Offline

    XD 3VIL M0NKEY

    Let me just point out, I don't know if it's deliberate or not, you spelt Moderator wrong.
     
    mathbuster2 and CreatlV like this.
  3. Offline

    CreatlV

  4. Offline

    mathbuster2

    I am useing PermissionsEX. Lol I did not mean to spell Moderator wrong:p
     
  5. Offline

    CreatlV

    What is really wrong do you get an error or something?
     
  6. Offline

    mathbuster2

    Sorry, I should have been more clear on that. Like I said I'm a newbie.
    The problem is that I get an error something about the owner prefix and none
    of the settings work. Like the permissions just don't work.
     
  7. Offline

    number1_Master

    When you say permissions.yml, are you referring to the one in your host server directory? If so, then I do not believe you can setup groups with it ... only throw aliases for permission node.
     
    mathbuster2 likes this.
  8. Offline

    mathbuster2

    No, I am useing a plugin calles PermissionsEX
     
  9. Offline

    JaguarJo

    mathbuster2 The empty lines right before your Moderator group and before your Owner group need to be removed.
     
    mathbuster2 likes this.
  10. Offline

    mathbuster2

    Wait, I think this is whats going wrong:

    [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

    Any Idea how to fix this?

    This is what was in the server log:
    [15:43:48] [Server thread/ERROR]: [PermissionsEx]
    ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    Your configuration must be fixed before PEX will enable
    Details: Error loading permissions file!

    I thank all of you for helping me! It seems I have fixed the issue!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  11. Offline

    3ShotGod

Thread Status:
Not open for further replies.

Share This Page