minecraft-pi-reborn/docs/COMMAND_LINE.md

52 lines
2.3 KiB
Markdown
Raw Normal View History

2022-03-10 03:37:37 +00:00
# Command Line Usage
2021-06-18 12:48:55 +00:00
2022-03-10 03:37:37 +00:00
## Command Line Arguments
### ``--version`` (Or ``-v``)
If you run MCPI-Reborn with ``--version`` it will print its version to ``stdout``.
2022-03-10 03:37:37 +00:00
### ``--print-available-feature-flags`` (Client Mode Only)
If you run MCPI-Reborn with ``--print-available-feature-flags``, it will print the available feature flags to ``stdout`` and then immediately exit.
2022-03-10 03:37:37 +00:00
The feature flags are printed in the following format:
2021-06-18 12:48:55 +00:00
```
TRUE This Flag Is On By Default
FALSE This Flag Is Off By Default
```
2022-07-08 17:57:48 +00:00
### ``--default`` (Client Mode Only)
If you run MCPI-Reborn with ``--default``, it will skip the startup configuration dialogs and just use the default values.
2022-03-10 03:37:37 +00:00
### ``--only-generate`` (Server Mode Only)
2021-06-18 12:48:55 +00:00
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.
2021-11-14 04:29:48 +00:00
2022-03-10 03:37:37 +00:00
### ``--benchmark`` (Client Mode Only)
2021-11-14 04:29:48 +00:00
If you run MCPI-Reborn with ``--benchmark``, it will enter a simple benchmark mode. This means automatically loading a newly generated world, then rotating the camera for a period of time. When it has finished, it will then exit and print the average FPS while the world was loaded. In this mode, all user input is blocked. However you can still modify rendering settings by changing feature flags.
The world used will always be re-created on start and uses a hard-coded seed.
2022-03-10 03:37:37 +00:00
2022-09-22 21:43:21 +00:00
### ``--no-cache`` (Client Mode Only)
If you run MCPI-Reborn with ``--no-cache``, it will skip loading and saving the cached launcher configuration.
2022-03-10 03:37:37 +00:00
## Environmental Variables
### ``MCPI_DEBUG``
2022-07-08 17:57:48 +00:00
This enables debug logging if it is set.
2022-03-10 03:37:37 +00:00
2022-09-21 21:54:40 +00:00
### ``MCPI_API_PORT``
This configures the API to use a different port (the default is 4711).
2022-03-10 03:37:37 +00:00
### Client Mode Only
2022-07-08 17:57:48 +00:00
If any of the following variables aren't set, one configuration dialog will open on startup for each unset variable.
2022-03-10 03:37:37 +00:00
2022-07-08 17:57:48 +00:00
#### ``MCPI_FEATURE_FLAGS``
2022-03-10 03:37:37 +00:00
This corresponds to ``--print-available-feature-flags``. This is just a list of all enabled feature flags separated by ``|``.
For instance, the string ``Feature A|Feature B`` would enable both ``Feature A`` and ``Feature B`` and *disable every other available feature flag*.
2022-07-08 17:57:48 +00:00
#### ``MCPI_RENDER_DISTANCE``
2022-03-10 03:37:37 +00:00
This is the render distance. The possible values are: ``Far``, ``Normal``, ``Short``, and ``Tiny``.
2022-07-08 17:57:48 +00:00
#### ``MCPI_USERNAME``
2022-03-10 03:37:37 +00:00
This is the username.