TheBrokenRail
f84ffebf8c
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
12 lines
560 B
Markdown
12 lines
560 B
Markdown
# Command Line Arguments
|
|
|
|
## ``--print-available-feature-flags`` (Client Mode Only)
|
|
If you run MCPI-Reborn with ``--print-available-feature-flags``, it will print the available feature flags and then immediately exit. The feature flags are printed in the following format:
|
|
```
|
|
TRUE This Flag Is On By Default
|
|
FALSE This Flag Is Off By Default
|
|
```
|
|
|
|
## ``--only-generate`` (Server Mode Only)
|
|
If you run MCPI-Reborn with ``--only-generate``, it will immediately exit once world generation has completed. This is mainly used for automatically testing MCPI-Reborn.
|