1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# RCON Configuration - Required for MC-Minder to communicate with Minecraft server
# RCON 配置 - MC-Minder 与 Minecraft 服务器通信必需
[]
= "127.0.0.1"
= 25575
= "your_rcon_password"
# AI Configuration - Leave empty or remove this section to disable AI features
# AI 配置 - 留空或删除此部分可禁用 AI 功能
[]
= ""
= ""
= "gpt-3.5-turbo"
= "!"
= 150
= 0.7
# Ollama Configuration - Set enabled = true to use local AI
# Ollama 配置 - 设置 enabled = true 使用本地 AI
[]
= false
= "http://localhost:11434/api/generate"
= "qwen:0.5b"
# Backup Configuration
# 备份配置
[]
= "world"
= "../backups"
= 7
# Notification Configuration - Leave empty to disable notifications
# 通知配置 - 留空禁用通知功能
[]
= ""
= ""
= true