monop-state/plugins/monop/config.example.json
Jarvis 7dadd1f37f Organize directory structure
- cardinal-plugin/ → plugins/ (matches Cardinal's plugin dir convention)
- index.html + game-state.json → site/
- OUTPUT_CATALOG.md → docs/
- Core Python files and tests stay flat (no import changes needed)
2026-02-21 10:16:49 +00:00

5 lines
102 B
JSON

{
"bot_nick": "monop",
"channels": ["#monop"],
"state_path": "/path/to/game-state.json"
}