The configuration settings file is created in JSON format and is automatically generated with the name launcher.config.json
.
Key | Description | Default Value | Note |
---|---|---|---|
config_version |
Indicates the version of the current configuration settings. | 1 |
Random changes to the configuration settings version can result in unintended errors. |
server |
Sets the path or link to the server jar file. | https://clip.aroxu.me/download?mc_version=1.19.4 |
Insert the server download link that starts with http(s):// or enter the server file location like following format: file://path/to/server.jar. |
debug |
Set whether to enable JVM debugging. | false |
N/A |
debug_port |
Sets the JVM debugging port. | 5005 |
If the debug option is turned off, this option is ignored. |
restart |
Set whether to restart automatically when the server JVM runtime ends. | true |
Not applicable for force majeure abnormal termination (power outage, kernel panic, or blue screen). |
memory |
Sets the amount of memory in GB to allocate at server JVM runtime. | 2 |
If it does not exceed 2GB, the server may not be running. |
enable_traffic_monitor |
Sets whether the server traffic measurement feature is enabled. | false |
The feature is still an alpha state. See the README.MD file for a list of known issues. |
traffic_redirect_port |
You must redirect the port to use the Server Traffic Measurement feature. Set the port to use when redirecting. | 25555 |
The feature is still an alpha state. See the README.MD file for a list of known issues. If the enable_traffic_monitor option is turned off, this option is ignored. |
api_port |
Sets the port that is exposed to the outside. | 8080 |
N/A |
plugin_api_port |
Please make it the same as the port in the Dashify plugin setting that goes into the server. Dashify retrieves information through that port. If the ports do not match, proper information is not delivered. | 8081 |
The plug-in settings file is located in the path 'plugins/Dashify/config.yml'. |
plugins |
Please write down the download link of the plug-in to enter the server in array form. | ["https://github.com/MC-Dashify/plugin/releases/latest/download/dashify-plugin-all.jar"] |
If the link is incorrect, it is ignored. The plug-ins listed here are downloaded to the latest version each time launcher is started. |
jar_args |
Set the arguments to run the server. | ["nogui"] |
Invalid arguments are ignored. If you enter some options incorrectly, the server may not function properly. |