kubi/Server.toml

12 lines
157 B
TOML
Raw Normal View History

2023-02-10 21:11:18 +00:00
[server]
2023-02-12 21:30:03 +00:00
address = "0.0.0.0:12345"
2023-03-09 02:30:37 +00:00
max_clients = 32
2023-02-13 00:53:55 +00:00
timeout_ms = 10000
2023-03-07 03:50:06 +00:00
[world]
2023-03-07 03:56:51 +00:00
seed = 0xfeb_face_dead_cafe
2024-05-03 22:05:16 +00:00
preheat_radius = 8
2023-03-09 02:30:37 +00:00
[query]
name = "Kubi Server"