New configuration config.load() substitute?

Discussion in 'Plugin Development' started by thehutch, Oct 15, 2011.

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

    thehutch

    Could some tell me what has replace this:
    Code:
    config.load()
    It says I need to put something in these "( )" something called file but it comes up with errors? Could anyone tell me please? If anyone could help could you write a little example something small nothing huge just so I can apply logic to it and put it into my plugins thank you
     
  2. Offline

    stelar7

    the file path
    Code:
    config.load(getDataFolder() + File.separator + config.yml);
     
Thread Status:
Not open for further replies.

Share This Page