remove download config file just coppy the exapmle and fix the reinstall issue with the -o flag for unzip

This commit is contained in:
Quinten
2022-09-30 18:44:15 +02:00
committed by GitHub
parent 03dc87e5bd
commit 0f8574c343
2 changed files with 3 additions and 39 deletions

View File

@@ -1,36 +0,0 @@
(
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: 230,
server_name: "A ptero hosted server",
start_time: 32400.0,
map_file: None,
max_view_distance: Some(65),
max_player_group_size: 6,
client_timeout: (
secs: 40,
nanos: 0,
),
spawn_town: None,
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,
),
)