Scan content/commands/ for .toml files at startup and register them as commands alongside Python-defined ones. Two flavors: handler-based (points to a Python callable via module:function) and message-based (auto-generates a handler from inline text). Includes example MOTD command, type validation, error logging, and full test coverage. |
||
|---|---|---|
| .. | ||
| test_ansi.py | ||
| test_commands.py | ||
| test_content_loader.py | ||
| test_effects.py | ||
| test_fly.py | ||
| test_import.py | ||
| test_server.py | ||
| test_terrain.py | ||