Veloren move settings.rcon to new format

This commit is contained in:
Quinten 2022-09-30 18:27:39 +02:00 committed by GitHub
parent d08b58571d
commit 03dc87e5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,36 @@
(
gameserver_address: "0.0.0.0:14004",
metrics_address: "0.0.0.0:14005",
gameserver_protocols: [
Tcp(
address: "[::]:25568",
),
Tcp(
address: "0.0.0.0:25568",
),
],
metrics_address: "0.0.0.0:25569",
auth_server_address: Some("https://auth.veloren.net"),
max_players: 100,
world_seed: 25269,
server_name: "Veloren Alpha",
start_time: 32400,
world_seed: 230,
server_name: "A ptero hosted server",
start_time: 32400.0,
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: Some(20),
)
max_player_for_kill_broadcast: None,
calendar_mode: Auto,
gameplay: (
battle_mode: Global(PvP),
safe_spawn: false,
explosion_burn_marks: true,
),
moderation: (
banned_words_files: [],
automod: false,
admins_exempt: true,
),
)