Need help with configuration
is this how i needs to be 

{
  "Sync Data": [
    {
      "Oxide Group": "default",
      "Discord Role (Name or Id)": " my discord id",
      "Sync Source (Umod or Discord)": "Discord"
    },
    {
      "Oxide Group": "vip+",
      "Discord Role (Name or Id)": "my discord id",
      "Sync Source (Umod or Discord)": "Discord"
    },
    {
      "Oxide Group": "discord",
      "Discord Role (Name or Id)": "my discord id",
      "Sync Source (Umod or Discord)": "Discord"
    }
  ],
  "Debug Level (None, Error, Warning, Info)": "None"
}​
I don't think you have it set up the way you'd want it.
  1. You have it granting oxide group default if the player is in discord role "my discord id"
  2. You have it granting oxide group vip+ if the player is in discord role "my discord id"
  3. You have it granting oxide group if the player is in discord role "my discord id"

For Sync Source Umod if the player has the matching oxide group they're granted the specified Discord Role
For Sync Source Discord if the player has the Discord Role they're granted the specified oxide group
ok i have did it like this so it will sync the oxide roll to my discord so the player will have vip in my discord is that right now ?

{
      "Oxide Group": "vip+",
      "Discord Role (Name or Id)": "123456789",
      "Sync Source (Umod or Discord)": "Umod"​
Yes that will give the player the discord role if they are in oxide group vip+
thank you :)