Core Components¶
These are the ‘building blocks’ out of which Evennia is built. This documentation is complementary to, and often goes deeper than, the doc-strings of each component in the API.
Database entites¶
Commands¶
Utils and tools¶
Web components¶
Server and network¶
- Portal And Server
- Inputfuncs
- Outputfuncs
- Server component
- Webserver
- Web Client
- Evennia Web Client API (from evennia.js)
- Plugin Manager API (from webclient_gui.js)
- Plugin callbacks API
- Example/Default Plugins (plugins/*.js)
- A side note on html messages vrs text2html messages
- Writing your own Plugins
- Bootstrap Components and Utilities
- Signals