Can not remove [Player] TagNot An Issue
I can not remove the [Player] Tag no matter what I try with out it removing all my other tags including clan tags. 
[{
  "GroupName": "default",
  "Priority": 1,
  "Title": {
    "Text": "[Player]",
    "Color": "#55aaff",
    "Size": 15,
    "Hidden": true,
    "HiddenIfNotPrimary": false
  },
  "Username": {
    "Color": "#55aaff",
    "Size": 15
  },
  "Message": {
    "Color": "white",
    "Size": 15
  },
  "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
  }
}, {
  "GroupName": "Admin",
  "Priority": 0,
  "Title": {
    "Text": "[Admin]",
    "Color": "#ff0a0a",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
  },
  "Username": {
    "Color": "#65ff57",
    "Size": 15
  },
  "Message": {
    "Color": "white",
    "Size": 15
  },
  "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
  }
}]​
  "Text": "",


Just remove the [Player], leave the quotes.

Merged post

Welcome to uMod

I recommend setting "Hidden" to true for the title instead.

Make sure your reload the plugin if you've changed the file manually. Also make sure it's valid with a tool like jsonlint.com/

erased player and left the quotes and changed hidden and same thing. says its valid json
How are you sending the file back? Are you reloading the mod once changes are sent back?
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
How are you sending the file back? Are you reloading the mod once changes are sent back?

And make sure you unloadany plugin before editing its data file ,  unload, edit, save, reload

Locked automatically