mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
e208cf7bc9
resolves #215 Adds caves support. Adds default configs for master and cave servers. Adds a default cluster config. Adds worldgen files to generate caves and an overworld.
23 lines
422 B
INI
23 lines
422 B
INI
[GAMEPLAY]
|
|
game_mode = survival
|
|
max_players = 10
|
|
pvp = false
|
|
pause_when_empty = false
|
|
|
|
[NETWORK]
|
|
cluster_name = Pterodactyl Test Server
|
|
cluster_description = A Pterodactyl Hosted Server
|
|
cluster_password =
|
|
cluster_intention = social
|
|
autosaver_enabled = true
|
|
enable_vote_kick = false
|
|
|
|
[MISC]
|
|
console_enabled = true
|
|
|
|
[SHARD]
|
|
shard_enabled = true
|
|
bind_ip = 127.0.0.1
|
|
master_ip = 127.0.0.1
|
|
master_port = 11001
|
|
cluster_key = dst |