Config Issues with my QuickSoup Plugin

Discussion in 'Plugin Development' started by Beasty, Apr 15, 2014.

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

    Beasty

    ERASED SOURCE!
     

  2. Thank you?

    Few problems that I've seen:

    Code:
    import java.i:confused:utputStream;
    
    What the hell is this? :O

    Lines 37-42 can be replaced with saveDefaultConfig()

    config = new YamlConfiguration() should be config = getConfig()

    Don't compare Strings with ==

    Where is it that you're trying to reload the config and how?
     
  3. Offline

    Beasty

    I am just trying to reload the config by just doing /reload to the server

    I figured out the problem, It works if you stop the server but if you reload it doesn't, So I am going to add a /quicksoup reload command

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

Share This Page