writer.addComment("modify-chat", "Modifys chat to add chat titles. If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.");
config.addDefault("modify-chat", true);
writer.addComment("economy-batch-delay", "Changes how often, in seconds, players are paid out. Default is 5 seconds.",
"Setting this too low may cause tick lag. Increase this to improve economy performance (at the cost of delays in payment)");
config.addDefault("economy-batch-delay", 5);
writer.addComment("economy-async", "Enable async economy calls.",
"Only enable if your economy plugin is thread safe, use with EXTREME caution.");
config.addDefault("economy-async", false);