Permission-based message rotationSuggestion
Could you please add a permissions based message system list something like this
{
  "Messages": [
    "<color=#03FCE3>Use /info for list of available commands</color>",
    "<color=#03FC17>Join our discord XXX</color>",
    "<color=#FCC603>/s for Shop</color>",
    "<color=#FC030B>/q for Quests</color>"
  ],
  "Update Rate (Seconds)": 15.0,
  "Enabled": true "Permission" = "default"
}, {
  "Messages": [
    "<color=#03FCE3>Use /info for list of available commands</color>",
    "<color=#03FC17>/kit for discord authed level kit</color>",
    "<color=#FCC603>/s for Shop</color>",
    "<color=#FC030B>/q for Quests</color>"
  ],
  "Update Rate (Seconds)": 15.0,
  "Enabled": true "Permission" = "discordauth"
}​


in the example ive removed the join discord message for players already on the discord as its mostly pointless for them to see it. hopefully the reasoning here makes sense and will align with your other great authentication based plugins

keep up the great work
Hi sentorion,

Can you add me on discord MJSU#0814. I have a test version that supports that and want to make sure it works as expected.
Thank you for your Update.
What about to add the ability that we can send messages to Player who are not in a group.
As an usecase. User are no VIP we tell them to buy VIP. 
5f396e92068cf.png Duergy
Thank you for your Update.
What about to add the ability that we can send messages to Player who are not in a group.
As an usecase. User are no VIP we tell them to buy VIP. 
default
sentorion
default

Not sure i have made ugly structure but for me i have 3 main Groups

- default
- vip
- discord

So its possible one user are in default and discord. Or he in all 3 of them