Customized configuration not workingNot An Issue
{
  "Reset Cooldowns On New Map": true,
  "Reset Max Uses On New Map": true,
  "Reset Max Uses At Midnight": true,
  "Commands": [{
      "Command": "vip",
      "Messages": [
        "<color=#ccff00>
        Tag VIP(ex.VIP Wad)
        Bypass Queue
        Skinbox
        MiniCopter cooldown to 1 hr
        Quick Sort
        Sign Artist
        BGrade <
        /color>"
      ],
      "Permission": "",
      "ConsoleCmd": null,
      "UserID": 0,
      "Broadcast": false,
      "RconCmd": null,
      "Cooldown": 0.0,
      "MaxUses": 0
    },
    {
      "Command": "help",
      "Messages": [
        "<color=#dea814> /
        discord - ALL your problems can be answered there!
        /skinbox (VIP) /
        mymini < /color> <
        color = #d823a2 >
        If you have any more questions please visit our / discord <
        /color>"
      ],
      "Permission": "",
      "ConsoleCmd": null,
      "UserID": 0,
      "Broadcast": false,
      "RconCmd": null,
      "Cooldown": 0.0,
      "MaxUses": 0
    },
    {
      "Command": "discord",
      "Messages": [
        "<color=#1fdfed>
        Discord.gg / 8 skas21 <
        /color>"
      ],
      "Permission": "",
      "ConsoleCmd": null,
      "UserID": 0,
      "Broadcast": false,
      "RconCmd": null,
      "Cooldown": 0.0,
      "MaxUses": 0
    }
  ]
}
What exactly is the issue with it? According to jslint.com and a quick glance, it looks like you're trying to split strings across lines, it wouldn't really work that way. I'd suggest using the same line and using \n if you want to create a line break.
Locked automatically