mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
Veloren move settings.rcon to new format
This commit is contained in:
parent
d08b58571d
commit
03dc87e5bd
@ -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,
|
||||
),
|
||||
)
|
Loading…
Reference in New Issue
Block a user