apiVersion: v1 kind: ConfigMap metadata: name: mineclonia-config namespace: mineclonia data: minetest.conf: | enable_server = true default_game = mineclonia game_id = mineclonia mapgen = mineclonia server_name = Runestone worldname = Runestone server_description = "Explore vast landscapes, uncover ancient secrets, and shape your legacy in the land of Runestone." server_address = 0.0.0.0 server_port = 30000 max_users = 50 debug_log_level = warning time_speed = 72 # set to 20 minutes day/night cycles like minecraft. worldname = Runestone # network optimizations enable_ipv6 = false max_packets_per_iteration = 1024 chat_message_max_length = 200 # Authentication name = socialsyndrome require_password = true password_hashing = true enable_mods = true player_name = true auth_backend = sqlite3 auth_fail_ban_time = 10 enable_password_protection = true admin.txt: | socialsyndrome