> For the complete documentation index, see [llms.txt](https://tchat.tect.host/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tchat.tect.host/worlds/default-configuration.md).

# Default configuration

```yaml
# ╔══════════════════════════════════════════════════════════════╗
# ║                             TChat                            ║
# ║                      tect.host | by Alex                     ║
# ║                                                              ║
# ║                          worlds.yml                          ║
# ╚══════════════════════════════════════════════════════════════╝

# DON'T TOUCH THIS!
config-version: 0

worlds:

  world:
    chat-enabled: true
    chat-radius:
      radius: 0
      bypass:
        char: "!"

  world_nether:
    chat-enabled: true
    chat-radius:
      radius: 0
      bypass:
        char: "!"

  world_the_end:
    chat-enabled: true
    chat-radius:
      radius: 0
      bypass:
        char: "!"

```
