@Sketz and @Soarinsorin, if you're going to write to the pk config (or use your own with the pk config system), make sure to do config.save() after adding your defaults. So like
FileConfiguration blah = ConfigManager.defaultConfig.get();
blah.addDefault("blah", "burp")...