Removing default player title?

Hi, someone can help me, I want to have only one title (vip) but the title is also shown: "player"

Is everyone on your server a VIP ?
Everyone has default permissions not vip

Merged post

If I give someone permission to vip it has two titles vip and a player
In response to pookins ():
Is everyone on your server a VIP ?
They are two different things, Permissions for general players are shown as "default" , for example /oxide.grant group default <permission>
If you dont want player to show just use the setting in the Betterloot groups config
IE:
"GroupName": "Player",
"Priority": 0,
"Title": {
"Text": "[Player]",
"Color": "cyan",
"Size": 17,
"Hidden": true,
"HiddenIfNotPrimary": true​
Will any player who enters the server come to the "player" group?
In response to pookins ():
They are two different things, Permissions for general players are shown as "default" , for example...
And how to set primary?
If the "HiddenIfNotPrimary" setting is enabled it hides the title of that specific group, if it is not the players primary group.
The primary group is the group with the highest priority the player is in (considering 0 > 1 for priorities).

So make sure you have your priorities assigned correctly for all groups and enable "HiddenIfNotPrimary" for the default group.