Player tag showing all the timeSolved
Hey every time I reset the server il get put back in default group as well as the group I am set to? how do I fix this :(
Post your config
Players are always going to be in the default group, that is from Oxide... not this plugin. The tag is the only thing actually from this plugin, which you can change HideIfNotPrimary in your configuration to only show the Founder tag.
5e13a8d5b2bc5.jpg Wulf
Players are always going to be in the default group, that is from Oxide... not this plugin. The tag is the only thing actually from this plugin, which you can change HideIfNotPrimary in your configuration to only show the Founder tag.

I understand that but even with hideifnotprimary the username color will still change to the default groups colour 

leeserver

I understand that but even with hideifnotprimary the username color will still change to the default groups colour 

That sounds like a misconfiguration, but odd.

[
  {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
      "Text": "[Player]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "founder",
    "Priority": 1,
    "Title": {
      "Text": "[Founder]",
      "Color": "#FF0000",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
Not seeing an issue there, so odd.
Even with this config still having the player show,
 
This is part of my groups data config for BetterChat which shows the colours/groups i want.
[
  {
    "GroupName": "default",
    "Priority": 1,
    "Title": {
      "Text": "[]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Noob",
    "Priority": 4,
    "Title": {
      "Text": "[Noob]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },​


Just make sure that the data file is edited with the plugin unloaded or it will not save any changes. after saving reload plugin

5b7d22c4ef71f.jpg pookins
This is part of my groups data config for BetterChat which shows the colours/groups i want.
[
  {
    "GroupName": "default",
    "Priority": 1,
    "Title": {
      "Text": "[]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Noob",
    "Priority": 4,
    "Title": {
      "Text": "[Noob]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },​

Just make sure that the data file is edited with the plugin unloaded or it will not save any changes. after saving reload plugin

Hmm does yours show default color on your name?



Merged post

[
  {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
      "Text": "[Player]",
      "Color": "#878787",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#878787",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "rust_addict",
    "Priority": 1,
    "Title": {
      "Text": "[Rust Addict]",
      "Color": "#8F00FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#8F00FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "supporter",
    "Priority": 2,
    "Title": {
      "Text": "[Supporter]",
      "Color": "#45FF00",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#45FF00",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip",
    "Priority": 3,
    "Title": {
      "Text": "[VIP]",
      "Color": "#FF0062",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0062",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip2",
    "Priority": 4,
    "Title": {
      "Text": "[VIP-2]",
      "Color": "#0800FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#0800FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "trial_staff",
    "Priority": 5,
    "Title": {
      "Text": "[Trial Staff]",
      "Color": "#00F9FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#00F9FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "mod",
    "Priority": 6,
    "Title": {
      "Text": "[Moderator]",
      "Color": "#FF5600",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF5600",
      "Size": 15
    },
    "Message": {
      "Color": "#FF1800",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "admin",
    "Priority": 7,
    "Title": {
      "Text": "[Administrator]",
      "Color": "#FF4646",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF4646",
      "Size": 15
    },
    "Message": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "founder",
    "Priority": 8,
    "Title": {
      "Text": "[Founder]",
      "Color": "#FF0606",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0606",
      "Size": 15
    },
    "Message": {
      "Color": "#3D3232",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]

The config i just made, but still the same issue with the name colour being set to default group

with default name not hidden it will show on every player as everyone is in the default group including any other group they attain.
Setting Hidden for the group would hide it.
5eeda6e2264bf.png KingClausTV
[
  {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
      "Text": "[Player]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "founder",
    "Priority": 1,
    "Title": {
      "Text": "[Founder]",
      "Color": "#FF0000",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }

You have your priorities flipped. The lower the number, the higher the priority.

Founder should have priority 0 while default should have 1.

5b5bc6885b278.png LaserHydra

You have your priorities flipped. The lower the number, the higher the priority.

Founder should have priority 0 while default should have 1.

rip thank you ;p

Merged post

[
  {
    "GroupName": "founder",
    "Priority": 0,
    "Title": {
      "Text": "[Founder]",
      "Color": "#FF0000",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Message": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "admin",
    "Priority": 1,
    "Title": {
      "Text": "[Administrator]",
      "Color": "#FF4646",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF4646",
      "Size": 15
    },
    "Message": {
      "Color": "#FF4646",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "mod",
    "Priority": 2,
    "Title": {
      "Text": "[Moderator]",
      "Color": "#FF5600",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF5600",
      "Size": 15
    },
    "Message": {
      "Color": "#FF5600",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "trial_staff",
    "Priority": 3,
    "Title": {
      "Text": "[Trial Staff]",
      "Color": "#00F9FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#00F9FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip2",
    "Priority": 4,
    "Title": {
      "Text": "[VIP-2]",
      "Color": "#0800FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#0800FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip",
    "Priority": 5,
    "Title": {
      "Text": "[VIP]",
      "Color": "#FF0062",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0062",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "supporter",
    "Priority": 6,
    "Title": {
      "Text": "[Supporter]",
      "Color": "#45FF00",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#45FF00",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "rust_addict",
    "Priority": 7,
    "Title": {
      "Text": "[Rust Addict]",
      "Color": "#8F00FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#8F00FF",
      "Size": 15
    },
    "Message": {
      "Color": "#8F00FF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "default",
    "Priority": 8,
    "Title": {
      "Text": "[Player]",
      "Color": "#FFFFFF",
      "Size": 15,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]

better ;)?



Merged post

I'm guessing default should always be the highest number in priority? 
5eeda6e2264bf.png KingClausTV
rip thank you ;p

Merged post

[
  {
    "GroupName": "founder",
    "Priority": 0,
    "Title": {
      "Text": "[Founder]",
      "Color": "#FF0000",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Message": {
      "Color": "#FF0000",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "admin",
    "Priority": 1,
    "Title": {
      "Text": "[Administrator]",
      "Color": "#FF4646",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF4646",
      "Size": 15
    },
    "Message": {
      "Color": "#FF4646",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "mod",
    "Priority": 2,
    "Title": {
      "Text": "[Moderator]",
      "Color": "#FF5600",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF5600",
      "Size": 15
    },
    "Message": {
      "Color": "#FF5600",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "trial_staff",
    "Priority": 3,
    "Title": {
      "Text": "[Trial Staff]",
      "Color": "#00F9FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#00F9FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip2",
    "Priority": 4,
    "Title": {
      "Text": "[VIP-2]",
      "Color": "#0800FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#0800FF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip",
    "Priority": 5,
    "Title": {
      "Text": "[VIP]",
      "Color": "#FF0062",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#FF0062",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "supporter",
    "Priority": 6,
    "Title": {
      "Text": "[Supporter]",
      "Color": "#45FF00",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#45FF00",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "rust_addict",
    "Priority": 7,
    "Title": {
      "Text": "[Rust Addict]",
      "Color": "#8F00FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#8F00FF",
      "Size": 15
    },
    "Message": {
      "Color": "#8F00FF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "default",
    "Priority": 8,
    "Title": {
      "Text": "[Player]",
      "Color": "#FFFFFF",
      "Size": 15,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]

better ;)?



Merged post

I'm guessing default should always be the highest number in priority? 

Most likely, yes. Unless you maybe have a very special use-case.

Locked automatically