As the title said, i currently having proplem with that so... Currently what i am looking for is a way to keep the # comments on reloadConfig() methods.
at public void onEnable() don't use Code (Java): //instead of using this #.copyDefault //use saveDefaultConfig();
Yes yes, thats what i already have, saveConfig() will keep the # but not Code (Text): reloadConfig(); saveConfig(); Basicly what i want to do is asking: Is there a way to reload config without deleting the #
oh remove the saveConfig(); then after reloading the config there's no point that you have to save it.