I wrote a small plugin for a welcome message that detects a players BetterChat rank and provides them with a custom welcome message (mostly for our donators).
Maybe this can be implamented into SmartChatBot like so in the config?
"Welcome Message": [
{
"vip": [{
"Welcome {name}, thanks for donating!"
}],
"standard":
[
"Welcome, {name}!",
"Hello, dear {name}!",
"Hello, {name}! Your IP: {ip}"
]
}
],Could apply to Welcome, Join and Leave messages too