Plugin Help Config Problems

Discussion in 'Plugin Help/Development/Requests' started by piggykiller100, Feb 11, 2015.

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

    piggykiller100

    so im trying to make a plugin that has multipule configs such as :
    configa
    configb
    ect.
    i could not find a way to do this please help!
     
  2. You'll probably want to make new, custom YML files. I'm doing the same thing right now (only have 1 file though), but I'm having one small issue, which I can help with after I clear it up. I'd suggest starting by looking at this link.

    I'd suggest against making multiple config files, however. Despite it seeming easier to use, it's less efficient than temporarily storing data in say, lists or maps. Out of curiosity, what exactly are you trying to accomplish? There might be a better way to do it than multiple files.
     
Thread Status:
Not open for further replies.

Share This Page