not_birds-BetterJoinLeave icon

BetterJoinLeave

Lets you customize the messages sent in chat when people join and leave

Last updated 2 weeks ago
Total downloads 27372
Total rating 13 
Categories Mods Misc Client Side
Dependency string not_birds-BetterJoinLeave-1.1.1
Dependants 8 other packages depend on this package

This mod requires the following mods to function

NotNet-GDWeave-2.0.14 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.14

README

Lets you change messages for when people join, leave, get kicked or banned.

You can change the prefix and suffix for each type of messages. bbcode can be used, but do be carefull if you dont close the tags it can cause the chat to be broken

This color picker tool is nice to use

default config

{
  "joinPrefix": "[color=#00C203]",
  "joinSuffix": " :Joined[/color]",

  "LeavePrefix": "[color=#FFBB00]",
  "LeaveSuffix": " :Left[/color]",

  "KickPrefix": "[color=#FF0000]",
  "KickSuffix": " was KICKED[/color]",

  "BanPrefix": "[color=#820000]",
  "BanSuffix": " was BANNED[/color]"
}