0c2902de8a
- Introduce dedicated paper AI script (mc_aigod_paper.py) - Add expanded whitelist for structure ops: fill/setblock/clone - Add deterministic sudo build templates (house/tower/wall/church) - Keep prayer/sudo/memory/intervention architecture from base branch - Add paper-specific config and systemd unit files - Document deployment/runtime in rewritten README
26 lines
965 B
JSON
26 lines
965 B
JSON
{
|
|
"server_name": "paper-ai-25567",
|
|
"log_path": "/opt/paper-ai-25567/logs/latest.log",
|
|
"rcon_host": "127.0.0.1",
|
|
"rcon_port": 25577,
|
|
"rcon_password": "REDACTED_RCON",
|
|
"ollama_url": "http://192.168.0.141:11434",
|
|
"model": "gemma3:12b",
|
|
"command_model": "qwen3-coder:30b",
|
|
"temperature": 0.85,
|
|
"max_tokens": 700,
|
|
"cooldown_seconds": 10,
|
|
"max_commands_per_response": 8,
|
|
"interventions_per_day": 24,
|
|
"god_chat_prefix": "[§b§lPAPER GOD§r]",
|
|
"debug_commands": true,
|
|
"sudo_enabled": true,
|
|
"sudo_user": "slingshooter08",
|
|
"sudo_max_commands": 12,
|
|
"first_login_benevolence_enabled": true,
|
|
"first_login_benevolence_max_commands": 12,
|
|
"first_login_path": "/opt/paper-ai-25567/aigod_first_login_seen.json",
|
|
"god_lore": "This is the Paper AI world. God may grant structures, blessings, and rapid build packages. The world rewards creative construction and experimentation.",
|
|
"memory_path": "/opt/paper-ai-25567/aigod_memory.json"
|
|
}
|