I'm trying to implement a way for my players Discord roles to be updated when they purchase a VIP and their Oxide group becomes changed in the server.
I believe Discord Core Roles is the plugin that does just that (unless I am wrong)
I believe Discord Core Roles is the plugin that does just that (unless I am wrong)
Here is my Discord Core Roles config that I have set up
{
"Oxide role to discord roles": {
"default": "Member",
"verified": "Verified",
"vip1": "VIP 1",
"vip2": "VIP 2",
"vip3": "VIP 3"
}
}
The players who are current VIPs are players that are verified with /auth (except maybe one.. not entirely worried about that)
I'm not sure if I'm missing a step or if there's something else wrong, any help would be appreciated!