Yes i did that but the json validator told me that it was wrong so i changed it to that, ill try it
Merged postOn startup it gives me this error:
Failed to call hook 'OnServerInitialized' on plugin 'AutoBroadcast v1.0.8' (JsonReaderException: Invalid character after parsing property name. Expected ':' but got: ,. Path '', line 2, position 111.)
at Newtonsoft.Json.JsonTextReader.ParseProperty () [0x00116] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonTextReader.ParseObject () [0x000d8] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonTextReader.Read () [0x00053] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonReader.ReadAndAssert () [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x000b6] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Oxide.Core.Libraries.Lang.GetMessageFile (System.String plugin, System.String lang) [0x00067] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Libraries.Lang.GetMessages (System.String lang, Oxide.Core.Plugins.Plugin plugin) [0x00040] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Plugins.AutoBroadcast.OnServerInitialized () [0x0002a] in :0
at Oxide.Plugins.AutoBroadcast.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00035] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
Merged postI changed the code to:
{
"<color=yellow>[PlatinumRust]</color> Welcome to PlatinumRust! Next wipe: <color=red>9 December 2018</color>.",
"<color=yellow>[PlatinumRust]</color> Use <color=red>/bgrade 4</color> to automatically upgrade your buildings to armored when you place it.",
"<color=yellow>[PlatinumRust]</color> You can set homes by using <color=red>/home add {name}</color>.",
"<color=yellow>[PlatinumRust]</color> Create a clan by using <color=red>/clan create {name} {desc}</color>.",
"<color=yellow>[PlatinumRust]</color> Make sure to join our discord server the link is in <color=red>/info</color>.",
"<color=yellow>[PlatinumRust]</color> Kill players and animals to gain RP, spend those in <color=red>/s</color>.",
"<color=yellow>[PlatinumRust]</color> Claim your free kits in <color=red>/kit</color>.",
"<color=yellow>[PlatinumRust]</color> Make sure to build a strong base! There are easy ways to get raiding materials.",
"<color=yellow>[PlatinumRust]</color> You can remove your buildings by using the <color=red>/remove</color> command.",
"<color=yellow>[PlatinumRust]</color> Vote for an helicopter by using <color=red>/helivote open {1-5}</color>.",
"<color=yellow>[PlatinumRust]</color> Make nice signs by using <color=red>/sil {url}</color> when looking at an picture frame or sign.",
"<color=yellow>[PlatinumRust]</color> You can skip the night when you use <color=red>/voteday</color>",
"<color=yellow>[PlatinumRust]</color> We offer two diffrent VIP ranks! Check them out in the <color=orange>VIP</color> tab in <color=red>/info</color>.",
"<color=yellow>[PlatinumRust]</color> Make sure to follow and read the rules at <color=red>/info</color>. Also check out the Plugins tab!"
}