Multiple configs, non-default config names.

Discussion in 'Plugin Development' started by Randy Schouten, Oct 21, 2011.

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

    Randy Schouten

    I don't see an option for this with the new config stuff in the latest Bukkit.
    Any insight on this?

    Most of my plugins use more configs with different names (of course), which is why I ask.
     
  2. Offline

    nisovin

    FileConfiguration.load(File)
     
  3. Offline

    Sagacious_Zed Bukkit Docs

    FileConfiguration customConfig = YamlConfiguration.loadConfiguration(File);
     
Thread Status:
Not open for further replies.

Share This Page