YML Reader

Discussion in 'Plugin Development' started by neatek, Mar 20, 2012.

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

    neatek

    For example:

    Code:
    Keys:
      Mister_X:
        data: 1
      Gregory_House:
        data: 2
    I don't know how much players in YML file...
    I want to do action on each player, from YML file.

    and how check exist of the YML key.

    Sorry that i bad know english :(
     
  2. Offline

    bleachisback

  3. Offline

    neatek

    No, it is not answers on my question...
    I want to do action, while YML file getting string of each player
     
  4. Offline

    stelar7

    Code:java
    1. Set<String> playernames = config.getConfigurationSelection("Keys").getKeys(false));
     
  5. Offline

    Sagacious_Zed Bukkit Docs

    neatek likes this.
  6. Offline

    neatek

Thread Status:
Not open for further replies.

Share This Page