mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
adding settings.ron for veloren
because reasons.
This commit is contained in:
parent
d61fc5005c
commit
7bf3e4f055
20
veloren/settings.ron
Normal file
20
veloren/settings.ron
Normal file
@ -0,0 +1,20 @@
|
||||
(
|
||||
gameserver_address: "0.0.0.0:14004",
|
||||
metrics_address: "0.0.0.0:14005",
|
||||
auth_server_address: Some("https://auth.veloren.net"),
|
||||
max_players: 100,
|
||||
world_seed: 25269,
|
||||
server_name: "Veloren Alpha",
|
||||
start_time: 32400,
|
||||
map_file: None,
|
||||
max_view_distance: Some(65),
|
||||
banned_words_files: [],
|
||||
max_player_group_size: 6,
|
||||
client_timeout: (
|
||||
secs: 40,
|
||||
nanos: 0,
|
||||
),
|
||||
spawn_town: None,
|
||||
safe_spawn: true,
|
||||
max_player_for_kill_broadcast: None,
|
||||
)
|
Loading…
Reference in New Issue
Block a user