Could you please add a permissions based message system list something like this
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
{
"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