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

Configuration

General

modules:
  # This module allows you to create channels between worlds
  #
  # Chat bridge module loaded from modules/chatbridge.yml
  chat-bridge: true
  • modules.chat-bridge: Enable/disable the module.


Module

Bridges are “groups” of worlds where players can see messages sent between them. For example, the default bridge allows you to see messages only between the “world” and ‘world_nether’ worlds; players in “world_the_end” or any other world can see messages sent between them (if there are no other bridges), but they won’t be able to see messages from players in “world” and “world_nether.” Players in either of those two worlds will be able to see messages between themselves.

bridges:
  bridge1:
    - "world"
    - "world_nether"

Last updated