evennia/docs/0.9.5/_sources/Builder-Docs.md.txt
Griatch e34f258a92 Revert "Updated HTML docs."
This reverts commit 51d5840b8b.
2022-11-14 22:43:45 +01:00

43 lines
No EOL
1.2 KiB
Text

# Builder Docs
This section contains information useful to world builders.
### Building basics
- [Default in-game commands](evennia.commands.default)
- [Building Quick-start](./Building-Quickstart.md)
- [Giving build permissions to others](./Building-Permissions.md)
- [Adding text tags](./TextTags.md)
- [Colored text](./TextTags.md#coloured-text)
- [Clickable links](./TextTags.md#clickable-links)
- [Inline functions](./TextTags.md#inline-functions)
- [Customizing the connection screen](./Connection-Screen.md)
### Advanced building and World building
- [Overview of batch processors](./Batch-Processors.md)
- [Batch-command processor](./Batch-Command-Processor.md)
- [Batch-code processor](./Batch-Code-Processor.md)
- [Using the Spawner for individualizing objects](./Spawner-and-Prototypes.md)
- [Adding Zones](./Zones.md)
### The Tutorial world
- [Introduction and setup](./Tutorial-World-Introduction.md)
```{toctree}
:hidden:
Building-Quickstart
Building-Permissions
TextTags
Connection-Screen
Batch-Processors
Batch-Command-Processor
Batch-Code-Processor
Spawner-and-Prototypes
Zones
Tutorial-World-Introduction
```