Failed to initialize plugin, JsonReaderExceptionSolved

Looks like your groups file is corrupt. Make sure that it's valid JSON after editing it.
You can check it using a website like jsonlint.com

I can also recommend you to use either the "chat" command to create and edit groups, or the BC Group Manager which is linked on the top of the plugin page.

Hello hydra i am new to coding in rust can you help me with the rest i have made some other issues in the line of code plz i need help with the rest 

https://imgur.com/a/BCkurc8
You seem to have removed the
}, {​

 

just before the line which is red.

As long as you're not familiar with JSON (which is the format the config files are in), please use the "chat" command to modify groups or the BC Group Manager, which you can find here.
cant find the issue
[{
  "GroupName": "default",
  "Priority": 0,
  "Title": {
    "Text": "[Player] ",
    "Color": "#55aaff",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
  },
  "Username": {
    "Color": "#55aaff",
    "Size": 15
  },
  "Message": {
    "Color": "white",
    "Size": 15
  },
  "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
  },
  "GroupName": "vip",
  "Priority": 0,
  "Title": {
    "Text": "[Player] ",
    "Color": "#55aaff",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
  },
  "Username": {
    "Color": "#55aaff",
    "Size": 15
  },
  "Message": {
    "Color": "white",
    "Size": 15
  },
  "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
  }
}]​
Here you are, I fixed it for you. But please take note of the other options for editing I mentioned when doing future changes.

[
  {
    "GroupName": "default",
    "Priority": 1,
    "Title": {
      "Text": "[Player] ",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "vip",
    "Priority": 0,
    "Title": {
      "Text": "[Player] ",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]​

Please note that I also modified the priority for "default" to conform with how the priority should be defined.

The BC Group Manager also helps you with configuring the priorities. See below:

Screenshot of BC Group Manager

Thanks m8 it works now :D
Locked automatically