evennia/docs/source/Concepts/Concepts-Overview.md

32 lines
920 B
Markdown
Raw Normal View History

2020-06-19 22:46:19 +02:00
# Core Concepts
2021-10-21 21:04:14 +02:00
This documentation cover more over-arching concepts of Evennia, often involving many [Core Components](../Components/Components-Overview.md) acting together.
2020-06-19 22:46:19 +02:00
## General concepts
2021-10-21 21:04:14 +02:00
- [Asynchronous processing](./Async-Process.md)
- [On Soft-Code](./Soft-Code.md)
- [Using MUX as standard for default commands](./Using-MUX-as-a-Standard.md)
2020-06-19 22:46:19 +02:00
## Access
2021-10-21 21:04:14 +02:00
- [Multisession modes](./Multisession-modes.md)
- [Permissions](./Building-Permissions.md)
- [Banning](./Banning.md)
2020-06-19 22:46:19 +02:00
## Extending the Server
2021-10-21 21:04:14 +02:00
- [Custom Protocols](./Custom-Protocols.md)
- [Bootstrap](./Bootstrap-&-Evennia.md)
- [Creating new models](./New-Models.md)
2020-06-19 22:46:19 +02:00
## Text processing
2021-10-21 21:04:14 +02:00
- [Change the language of the server](./Internationalization.md)
- [Server text-encoding](./Text-Encodings.md)
- [Text tags](./TextTags.md)
- [Change Messages Per receiver](./Change-Messages-Per-Receiver.md)
2020-06-19 22:46:19 +02:00
## Web features
2021-10-21 21:04:14 +02:00
- [Web features](./Web-Features.md)