Plugin issue, 'OnServerInitialized

| Unloaded plugin InfoPanel v1.0.9 by Gonzi

(10:36:48) | Failed to call hook 'OnServerInitialized' on plugin 'InfoPanel v1.0.9' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index)

at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <694551e795764b938030a3128fac2b36>:0

at Oxide.Plugins.InfoPanel+Messenger.GetMessage () [0x00000] in <605de37388fa46f186dc967989b1fa08>:0

at Oxide.Plugins.InfoPanel.InitializeGUI (BasePlayer player) [0x002b5] in <605de37388fa46f186dc967989b1fa08>:0

at Oxide.Plugins.InfoPanel.OnServerInitialized () [0x0016f] in <605de37388fa46f186dc967989b1fa08>:0

at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0046e] in <605de37388fa46f186dc967989b1fa08>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0

no doubt something i have missed somewhere, spent 2 hrs checking it tho.. so i have no idea, 

@Fluffybutts,

Seems to be a problem with the "Messages" from your json config.
The messages must be declared like that:
"Messages": [
  "Message 1",
  "Message 2"
],

If you don't want to display thoses messages, try to set the attribute "Available" from "MessageBox" to false.