mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 05:46:31 +01:00
26 lines
891 B
Markdown
26 lines
891 B
Markdown
# Builder Docs
|
|
|
|
This section contains information useful to world builders.
|
|
|
|
### Building basics
|
|
|
|
- [Default in-game commands](./Default-Command-Help)
|
|
- [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)
|