mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Fix --safeMode argument not being recognised
This commit is contained in:
parent
8a61686f98
commit
a4fffc5448
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ public class Main {
|
|||
acceptsAll(asList("forceUpgrade"), "Whether to force a world upgrade");
|
||||
acceptsAll(asList("eraseCache"), "Whether to force cache erase during world upgrade");
|
||||
acceptsAll(asList("recreateRegionFiles"), "Whether to recreate region files during world upgrade");
|
||||
acceptsAll(asList("safeMode"), "Loads level with vanilla datapack only");
|
||||
acceptsAll(asList("nogui"), "Disables the graphical console");
|
||||
|
||||
acceptsAll(asList("nojline"), "Disables jline and emulates the vanilla console");
|
||||
|
|
Loading…
Add table
Reference in a new issue