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

Default configuration

Configuration file: modules/chatbridge.yml

# ╔══════════════════════════════════════════════════════════════╗
# ║                             TChat                            ║
# ║                      tect.host | by Alex                     ║
# ║                                                              ║
# ║                        chatbridge.yml                        ║
# ╚══════════════════════════════════════════════════════════════╝

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

bridges:
  bridge1:
    - "world"
    - "world_nether"
  # bridge2:
  #   - "survival"
  #   - "survival_nether"
  #   - "survival_the_end"

Last updated