mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 06:46:31 +01:00
43 lines
No EOL
1.2 KiB
Text
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
|
|
|
|
``` |