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
-add-plugin-dir="<path-to-folder>"Specify paths to directories containing extra plugin jars to be loaded in addition to those in the plugins folder. This argument can be specified multiple times, once for each extra plugin directory path.extra
-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

# Add extra plugins directory
java -jar divinemc.jar -add-plugin-dir="/path/to/extra/plugins"

# 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