I believe this is the culprit
//SaveConfig(config);
Changed that to SaveConfig(config); and it makes the file now
However if I make changes to the config, now that it is actually making one, and reload the plugin it wipes out my changes :)
So I also had to remove the LoadDefaultConfig() line from the private void Loadvariables() section... Hope this helps
//SaveConfig(config);
Changed that to SaveConfig(config); and it makes the file now
However if I make changes to the config, now that it is actually making one, and reload the plugin it wipes out my changes :)
So I also had to remove the LoadDefaultConfig() line from the private void Loadvariables() section... Hope this helps