Removing all @everyone from Default group
anyone who links their discord to the server is removed from default. how do i leave the @everyones as defualt and return them there when vip ends for discord.

this is what i tried becuse @everyone does not work
{
"Sync Nicknames": false,
"Update Rate (Seconds)": 2.0,
"Sync Data": [
{
"Oxide Group": "Default",
"Discord Role (Name or Id)": "773211128012341258",
"Sync Source (Umod or Discord)": "Discord"
},
{
"Oxide Group": "VIP",
"Discord Role (Name or Id)": "VIP",
"Sync Source (Umod or Discord)": "Discord"
}
],
"Debug Level (None, Error, Warning, Info)": "None"
}
Your config is setup that they need the 773211128012341258 role in discord in order to be in default. You probably want the sync source to be Umod. 
773211128012341258 should be the @everyone role i tried to use @everyone first but it gave errors. i have a discord bot that promotes and demotes people from VIP with a subscription. so the default discord group @everyone should be Default in oxide but currently, it is just removing them. if I set it to sync umod then when they get demoted from VIP on discord they stay VIP on server correct?

Merged post

ok so i figured out i dont need one to return them to defualt. that said is there a way to only have one? would this work? 
{
"Sync Nicknames": false,
"Update Rate (Seconds)": 2.0,
"Sync Data": [
{
"Oxide Group": "VIP",
"Discord Role (Name or Id)": "VIP",
"Sync Source (Umod or Discord)": "Discord"
}
],
"Debug Level (None, Error, Warning, Info)": "None"
}
This config works perfectly fine. If they have the discord Role VIP they will be given the Oxide group VIP.