Custom Configuration Help

Discussion in 'Plugin Development' started by chaseoes, Sep 29, 2012.

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

    chaseoes

    [14:55] <chaseoes> I have this: http://pastebin.com/GwwVcfLX
    [14:56] <chaseoes> But when trying to get a string list using:
    Code:
    DataConfiguration.getData().getDataFile().getStringList("mylist")
    [14:56] <chaseoes> It returns as being empty.
    [14:56] <chaseoes> When it's clearly there in my config.

    [​IMG]

    If I try to do:
    Code:
    System.out.println(DataConfiguration.getData().getDataFile().getStringList("mylist"));
    It just prints as: []
    (so empty.)
    Any ideas?
     
Thread Status:
Not open for further replies.

Share This Page