> 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/configuration.md).

# Configuration

## General

```yml
modules:
  # This module allows you to use local chats (radius)
  # It also lets you block chat by world
  #
  # Worlds module loaded from modules/worlds.yml
  worlds: true
```

* modules.worlds: Enable/disable the full module.

***

## Module

```yaml
worlds:

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

* worlds.world.chat-enabled: Enable/disable the chat in the world "world"
* worlds.world.chat-radius.radius: The radius within which players must be located to see each other's messages (0 = disable)
* worlds.world.chat-radius.bypass.char: The character that players must enter in the chat so that the message is sent globally, bypassing the chat radius
