For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default configuration

Configuration file: modules/worlds.yml

# ╔══════════════════════════════════════════════════════════════╗
# ║                             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: "!"

Last updated