System Properties

A comprehensive list of system properties available in DivineMC, including their descriptions and default values.


Command Line Arguments

These arguments should be specified after the -jar file in your startup command.

ArgumentDescriptionDefault Value
-help-location="<path-to-file>"Location of the help filehelp.yml
-banned-players="<path-to-file>"Location of banned players filebanned-players.json
-banned-ips="<path-to-file>"Location of banned IPs filebanned-ips.json
-whitelist="<path-to-file>"Location of whitelist filewhitelist.json
-ops="<path-to-file>"Location of operators fileops.json
-console-history="<path-to-file>"Location of console history file.console_history

Examples

# Configure custom file locations
java -jar divinemc.jar -banned-players="/path/to/banned.json" -whitelist="/path/to/whitelist.json"
Edit on GitHub

Last updated on

On this page