Permissions - Help with YAML

Discussion in 'Bukkit Help' started by GooseMonkey97, Jul 3, 2011.

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

    GooseMonkey97

    Hello,

    I know absolutely nothing about YAML or coding of any sort (oh boy..), but I really want to set up Permissions with my server. From the few help videos I've watched, I was able to set up the following code, that seems to correspond to my liking:

    Code:
    groups:
      Default:
        default: true
          permissions:
          - commandbook.who
          - commandbook.time.check
          - commandbook.spawn
          - commandbook.call
          - commandbook.broadcast
          - commandbook.say
          - commandbook.msg
          - commandbook.whereami.compass
          - commandbook.whereami
          - commandbook.clear
          inheritance: []
          info:
            prefix: ''
            build: false
            suffix: ''
      Member:
        default: false
          permissions:
          - lockette.user.create.*
          - craftbook.*
          - iconomy.*
          - worldguard.*
          inheritance:
          - Default
          info:
            prefix: ''
            build: true
            suffix: ''
      Admin:
        default: false
          permissions:
          - '*'
          inheritance:
          - Member
          info:
            prefix: ''
            build: true
            suffix: ''
    But when I start the server, I get:

    error.png

    These are the plugins I have:

    CommandBook
    CraftBook
    -Circuits, Mechanisms, Vehicles
    HeroicDeath
    iConomy
    Lockette
    Permissions
    WorldEdit
    WorldGuard

    I don't know anything about this type of programming, but any help would be appreciated.

    It would be REALLY nice if you could fix any problems, then upload me a better YML file that would work.

    I can answer any questions, so please ask if you must.

    Thank you,

    ~GooseMonkey97

    Oops, forgot to add some important stuff:

    Windows 7 64-bit
    CraftBukkit Build 904

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

    Jeyge

    @GooseMonkey97
    permissions: should start in the same column as default:. This will also be true for everything below permissions: down to the next group.
     
Thread Status:
Not open for further replies.

Share This Page