BetterChat Rank detection for Welcome MessagesSolved

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

I think I can make something similar, just for PERMISSIONS, not betterchat ranks. Thank you for your idea. Added in my TODO list on Trello.

That works too :)

Thanks!

Locked automatically