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 )
2021-11-09 23:08:28 +01:00
- [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 )