SPIGOT-5761: initSettings is not a recognized option

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2022-08-30 21:50:50 +10:00
parent 1f6474676c
commit 8f8c4a60b5
2 changed files with 30 additions and 12 deletions

View File

@@ -121,6 +121,8 @@ public class Main {
acceptsAll(asList("v", "version"), "Show the CraftBukkit Version");
acceptsAll(asList("demo"), "Demo mode");
acceptsAll(asList("initSettings"), "Only create configuration files and then exit"); // SPIGOT-5761: Add initSettings option
}
};