I am attempting to sync players oxide groups to discord. Currently they are obtaining a new oxide group via player rankings after paying x amount of hours which is tracked by playtime tracker. My permissions are set correctly for Discord Core and players are able to register their discord account with the rust server, however after doing so they are not getting a new discord role. Below is the Json for Discord Core Roles. Any help would be much appreciated! Thank you.
{
"Sync Nicknames": false,
"Update Rate (Seconds)": 2.0,
"Sync Data": [{
"Oxide Group": "Bronze",
"Discord Role (Name or Id)": "Bronze",
"Sync Source (Umod or Discord)": "Umod"
},
{
"Oxide Group": "Silver",
"Discord Role (Name or Id)": "Silver",
"Sync Source (Umod or Discord)": "Umod"
},
{
"Oxide Group": "Gold",
"Discord Role (Name or Id)": "Gold",
"Sync Source (Umod or Discord)": "Umod"
},
{
"Oxide Group": "Platinum",
"Discord Role (Name or Id)": "Platinum",
"Sync Source (Umod or Discord)": "Umod"
},
{
"Oxide Group": "Legend",
"Discord Role (Name or Id)": "Legend",
"Sync Source (Umod or Discord)": "Umod"
},
{
"Oxide Group": "God",
"Discord Role (Name or Id)": "God",
"Sync Source (Umod or Discord)": "Umod"
}
],
"Debug Level (None, Error, Warning, Info)": "Info"
}