Solved YAML Files

Discussion in 'Plugin Development' started by alex123099, Jul 23, 2013.

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

    alex123099

    I'm making a plugin in which I'm using yml files to store information.
    One of my functions is to get the amount of points a player has. The player's name is the path in the yml file.
    My question is as follows:
    If the path in the yml file is non-existent, what does the function, for example, getInt("steve") return?
     
  2. Offline

    LandonTheGeek

    alex123099
    Try posting this in the Plugin Development section next time. :) You will receive more support.
     
  3. Offline

    Iroh

    Moved to plugin development.
     
    HelpfulBeast likes this.
  4. Offline

    soulofw0lf

    it returns null if it's non existant
     
Thread Status:
Not open for further replies.

Share This Page