add comment for command section
This commit is contained in:
parent
b07a5c829e
commit
56bec235c9
@ -52,6 +52,11 @@ public class Config {
|
||||
createTitledSection("General", "general");
|
||||
createTitledSection("Optimization", "optimization-methods");
|
||||
config.addDefault("optimization-methods.commands.unoptimizevillagers", null);
|
||||
config.addComment("optimization-methods.commands", """
|
||||
If you want to disable commands, negate the following permissions:\s
|
||||
villageroptimizer.cmd.optimize\s
|
||||
villageroptimizer.cmd.unoptimize
|
||||
""");
|
||||
config.addDefault("optimization-methods.nametag-optimization.enable", true);
|
||||
createTitledSection("Villager Chunk Limit", "villager-chunk-limit");
|
||||
createTitledSection("Gameplay", "gameplay");
|
||||
|
Loading…
x
Reference in New Issue
Block a user