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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# MC-Minder Configuration File
# MC-Minder 配置文件
# Server Configuration
# 服务器配置
[]
= "fabric-server.jar"
= "512M"
= "1G"
= "mc_server"
= "logs/latest.log"
# 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
# JVM Configuration - Advanced JVM tuning options
# JVM 配置 - 高级 JVM 调优选项
[]
= "G1GC"
= "-XX:+UseContainerSupport"
# xmx = "" # Optional: Override max memory from server section
# xms = "" # Optional: Override min memory from server section