SOLVED

Discussion in 'Plugin Development' started by nggmc, Jul 30, 2012.

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

    nggmc

    Alright anyhow I have attempted to set my config.yml. And it is impossible to set anything that isn't true or false. Example!
    Code:
                             getConfig().set("LottoEnabled", "true");
    Works Great! However,
    Code:
                              getConfig().set("WinningNumber", args[1]);
    Does not work. Have I done something wrong or is bukkit just limited to this? Eclipse gives me no errors on both ends. Thank You!

    I see my errors.. It does keep account. I just dont see it in config.yml

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page