Skip to main content

Cluster Configuration

Cluster.ini

The cluster.ini is the primary configuration file for cluster wide options. The server will look in <persistent_storage_root>/<conf_dir>/<cluster>/ for the existence of this file.

An example of the file

[GAMEPLAY]
game_mode = endless
max_players = 12
pvp = false
pause_when_empty = true

[NETWORK]
cluster_description = Silence Miranda
cluster_name = Mirandaville
cluster_intention = madness
cluster_password = password1234

[MISC]
console_enabled = true

[SHARD]
shard_enabled = true
master_port = 10889

Gameplay

Options:

Default: survival

thegame.

  • Endless
    • Has permanent respawns at the portal geared towards newer or larger groups.
  • Survival
    • The world resets when everyone online dies, good for small groups and experienced players.
  • Wilderness
    • Where each time you die you spawn somewhere random, I assume this is intended for pvp

Options:

Default:

themaximumnumber of people that can be connected at any time. Does not ahve a limit.

Options:

Default: false

Options:

Defualt: true

Controls wether

connected.

Name

Default

Options

Description

game_mode

survival endless, survival, wilderness

Sets the game modemode: ofReference

max_players

6 2, 4, 6, 8, 10, ...

No 6

functional

Changeslimit

pvp

false true, false

Enable/Disable player-vs-player

pause_when_empty

true true, false

Wether the game will pause whenwith no players areonline.

Network

Options:

Options:

I

believe optionatthis point, I generally set it to madness for fun.

Options:

Default: None

Name

Default

Options

Description

cluster_description

empty Anything

The description of your server seen when someone selects your server in the server browser.

cluster_name

None Anything

The name of your server seen on the server browser.

cluster_intention

cooperative cooperative, thiscompetitive, issocial, aor mostlymadnessBasically deprecated

cluster_password

None Anything

This sets the password people need to input to enter your server.

Misc

Options:

Default: true

Name

Default

Options

Description

console_enabled

true true, false

DST runs with an interactive console that you can send commands to locally on the server itself. This option enables or disables that.

max_snapshots

6Any IntegerMaximum number of snapshots to retain.

Shard

Options:

Default: false

Options:

Default: 10888

Name

Default

Options

Description

shard_enabled

false true, false

Enables sharding, aka multi world. If you want caves enabled you need this, and the cave shard enabled.

master_port

10888 Any integer

The port slave shards will connect to the master shard on.

Cluster