writer.addComment("storage-method", "storage method, can be MySQL, sqlite");
config.addDefault("storage-method", "sqlite");
writer.addComment("mysql-username", "Requires Mysql.");
config.addDefault("mysql-username", "root");
config.addDefault("mysql-password", "");
config.addDefault("mysql-hostname", "localhost:3306");
config.addDefault("mysql-database", "minecraft");
config.addDefault("mysql-table-prefix", "jobs_");
writer.addComment("save-period", "How often in minutes you want it to save. This must be a non-zero number");