Solved Load Costum Config

Discussion in 'Plugin Development' started by Kiwanga, Oct 5, 2015.

Thread Status:
Not open for further replies.
  1. Need help to load a Costum Config file in my onEnable...
    I have no clue what to do:
    http://hastebin.com/isecakiyom.cpp
    This Config i wantto load in my main...

    ~Kiwanga
     
  2. You already loaded it with YamlConfiguration.loadConfiguration ...
    To save it use config.save(file)
     
  3. But if i start the localhost their should be in my plugin file a Stats file with my PlayerStatsConfig.yml Config.... but there is no @FisheyLP
     
  4. Because you didn't create the file
     
Thread Status:
Not open for further replies.

Share This Page