So i got this in my config. But when trying.
im getting errors.
        public void AddBlinkPanel()
        {
            Blinker = (bool)InfoPanel.Call("PanelRegister", "TruePvePurge", "ActivePanel", RndPlayerNameCfg);
            InfoPanel.Call("ShowPanel", "TruePvePurge", "ActivePanel");
        }​


  "ThirdPartyPanels": {
    "TruePvePurge": {
      "ActivePanel": {
        "Autoload": false,
        "Dock": "BottomPanel",
        "Image": {
          "Width": 0.22,
          "Url": "http://i.imgur.com/dble6vf.png",
          "Available": true,
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Height": 0.8,
          "Order": 1,
          "BackgroundColor": "0.1 0.1 0.1 0.3",
          "Margin": "0 0.05 0.1 0.05"
        },
        "Text": {
          "Width": 0.63,
          "Align": "MiddleCenter",
          "FontColor": "1 1 1 1",
          "FontSize": 14,
          "Content": "APITest Bottom",
          "FadeIn": 0.0,
          "FadeOut": 0.0,
          "Available": true,
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Height": 1.0,
          "Order": 2,
          "BackgroundColor": "0.1 0.1 0.1 0.3",
          "Margin": "0 0 0 0"
        },
        "FadeOut": 0.0,
        "Available": true,
        "AnchorX": "Left",
        "AnchorY": "Bottom",
        "Width": 0.07,
        "Height": 0.95,
        "Order": 1,
        "BackgroundColor": "0.1 0.1 0.1 0.4",
        "Margin": "0 0 0 0.005"
      }
    }
  },​

Failed to call hook 'ShowPanel' on plugin 'InfoPanel v1.0.1' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <437ba245d8404784b9fbab9b439ac908>:0 ents, 0 slprs                                                                               2kb/s in, 8kb/s out
  at Oxide.Plugins.InfoPanel.ShowPanel (System.String PluginName, System.String PanelName, System.String PlayerId) [0x0007d] in <fb0549b9043c4cf8817dfcec2fd303ea>:0
  at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009bc] in <fb0549b9043c4cf8817dfcec2fd303ea>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <98321e516fc1420ea57d4d2088213a59>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0​