36 lines
927 B
YAML
36 lines
927 B
YAML
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.
|
|
|
|
# network optimizations
|
|
enable_ipv6 = false
|
|
max_packets_per_iteration = 1024
|
|
chat_message_max_length = 200
|
|
|
|
# Authentication
|
|
require_password = true
|
|
password_hashing = true
|
|
enable_mods = true
|
|
auth_backend = sqlite3
|
|
auth_fail_ban_time = 10
|
|
enable_password_protection = true
|
|
|
|
admin.txt: |
|
|
socialsyndrome
|