Yml issue

Discussion in 'Plugin Help/Development/Requests' started by 15987632, Nov 26, 2014.

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

    15987632

    Ok so ive been messing with this for a while and i cant figure out whats wrong even with the help of parsers please help :D

    Code:
    message: '&2Use /ranks [rank] to view details on that rank'
     
    Ranks:
      - Rookie
      - Novice
      - Amateur
      - Slayer
      - Legend
      - GodSend
     
    RankDetails:
     
      rookie:
        - '&aRank: &7Rookie'
        - '&bThis is the default rank'
      novice:
        - '&aRank: &eNovice'
        - '&9Requires a 5 killstreak'
        - '&dMore Kits!'
      amateur:
        - '&aRank: &9Amateur'
        - '&9Requires a 25 killstreak'
        - '&b18Enderchest slots!'
        - '&dMore Kits!'
      slayer:
        - '&aRank: &2Slayer'
        - '&9Requires a 50 killstreak'
        - '&b27Enderchest slots!'
        - '&dMore Kits!
      legend:
        - '&aRank: &aLegend'
        - '&9Requires a 100 killstreak'
        - '&b36Enderchest slots!'
        - '&dMore Kits!'
      godsend:
        - '&aRank: &bGodSend'
        - '&9Requires a 250 killstreak'
        - '&b45Enderchest slots!'
        - '&dAll Kits!'

    And it is wrong according to parsers i cant just figure out whats wrong myself :/
     
  2. Moved thread.
     
  3. Offline

    15987632

    bwfcwalshy my bad :p i was kinda unnecessarily rushing to get this up
     
  4. Offline

    mrCookieSlime

    15987632
    Do you get any errors on startup?
    Or does it just clear the file?
     
  5. Offline

    15987632

  6. Offline

    mrCookieSlime

    Moved to Alternatives Section.

    15987632
    The last message of slayer misses a ' at the end.
     
    15987632 likes this.
  7. Offline

    15987632

    mrCookieSlime thanks! its always the little things that get me :p
     
Thread Status:
Not open for further replies.

Share This Page