mcrizzledizzle/rte/config.toml
illegitimate-egg 4182db1506 Add config defaults
Anything exposed to the user probably should be robust to shit input
2025-03-17 16:24:54 +00:00

12 lines
274 B
TOML

[server]
name = "mcrizzledizzle default"
motd = "For shits and giggles"
port = 25565
[world]
world = "world.wrld" # Custom world type, not interchangable with other servers
# Generation parameters, when a world is read these are ignored
size_x = 64
size_y = 32
size_z = 64