evennia/docs/source/Builder-Docs.md
2020-11-10 19:48:18 +01:00

43 lines
No EOL
1.1 KiB
Markdown

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