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

Configuration

Configuration file: modules/worlds.yml

General

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

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

Last updated