YAML

Discussion in 'Plugin Development' started by Windows_i7_920, Apr 12, 2012.

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

    Windows_i7_920

    How do I parse config.yml? The Bukkit Docs are confusing and not very clear.
     
  2. Offline

    Njol

    Simply use getConfig() (or plugin.getConfig() from another class), and it will be loaded. There's an article on the wiki about configs: Configuration API Reference
     
  3. Offline

    Neodork

    I use this guys tutorial in combination with the information provided here.
     
    Windows_i7_920 likes this.
  4. Offline

    Windows_i7_920

    That is what I was confused by.

    Thanks, this is what I needed.
     
Thread Status:
Not open for further replies.

Share This Page