[server]
jar = "fabric-server.jar"
min_mem = "512M"
max_mem = "1G"
session_name = "mc_server"
log_file = "logs/latest.log"
[rcon]
host = "127.0.0.1"
port = 25575
password = "your_rcon_password"
[ai]
api_url = ""
api_key = ""
model = "gpt-3.5-turbo"
trigger = "!"
max_tokens = 150
temperature = 0.7
[ollama]
enabled = false
url = "http://localhost:11434/api/generate"
model = "qwen:0.5b"
[backup]
world_dir = "world"
backup_dest = "../backups"
retain_days = 7
[notification]
telegram_bot_token = ""
telegram_chat_id = ""
termux_notify = true