

LOCAL messages show in Global too!/l command to chat from GLOBAL without changing tabs!!kick, !spawn meatball) without emitting speech or creating a chat bubbleWhile chatting in GLOBAL you can now prefix any message with a new /l command in order to send it as a LOCAL message.
(Although I don't imagine it will happen often you can also combine /l /me emotes and chain these commands to emote in LOCAL. /l works the very same way that your /me emotes do.)
Additionally, LOCAL messages are also shown under the GLOBAL tab with a clean and simple message prefix
for distinction. This way, you don't have to choose missing out on GLOBAL messages while having a LOCAL conversation. Now you can have both.
The glitchy-looking text cramping up everyone's messages in the LOCAL tab is patched and removed, too.
Using server commands like !kick player will now be sent silently without emitting speech or a chat bubble.
This is enabled by default _but can be disabled in the mod configuration__.
Options can be changed in-game via Settings > Mods > Better Local Chat,
or by editing GDWeave/configs/Toes.BetterLocalChat.json.
{
// Using server commands like `!kick player` will be sent silently without emitting speech or a chat bubble.
"silentCommandMessages": true,
// 1: Alt sound
// 2: Aol Instant Messenger Sound
"messageSound": 2,
// Flash window (if in background) when your name is mentioned in chat
"notifyOnMention": true,
// Play messageSound when your name is mentioned in chat
"soundOnMention": true,
// Flash window (if in background) whenever a player sends a message
"notifyOnMessage": false,
// Play messageSound whenever a player sends a message
"soundOnMessage": false,
// Whether Local chat should be confined to default 24 units range
"infiniteChatRange": false
}
LOCAL chat range should be workingLOCAL messages when using LucysTools!kick player will now be sent silently without emitting speech or a chat bubble.