Mod configuration — typed key/value config files under <game_dir>/yog-config/.
File format: key = value pairs, one per line. Lines starting with # are
comments. Whitespace around keys and values is stripped.
# mymod configuration
max_players = 20
welcome_message = Hello World!
pvp_enabled = true
damage_multiplier = 1.5
Obtain a game dir from srv.game_dir() inside an event handler.