Is this yaml properly written?

Discussion in 'Plugin Development' started by Zarkopafilis, Jun 4, 2014.

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

    Zarkopafilis

    Code:
    database:
      host: blah
      username: blah
      password: blah
    world: world
    tutorial_loc:
      x: 0
      y: 0
      z: 0
    team_spawn_loc:
      red:
        x: 5
        y: 80
        z: 0
      purple:
        x: 10
        y: 80
        z: 0
      blue:
        x: 15
        y: 80
        z: 0
    lvlup-kills: 10
    throwup-pow: 4
    I think my NPEs are happening due to something in here
     
  2. Offline

    Konkz

  3. Offline

    Zarkopafilis

  4. Offline

    Necrodoom

    If it wasnt, youd be getting red text in output.
     
  5. Offline

    Zarkopafilis

    Οκ thanks
     
Thread Status:
Not open for further replies.

Share This Page