Configuration
Configuration file: modules/worlds.yml
Last updated
Configuration file: modules/worlds.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: truemodules.worlds: Enable/disable the full 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