Changing text color?Solved
i tried [#red]TEXT HERE[/#] it didnt change the color 
then i tried [#FF0000]TEXT HERE[/#] still didnt work idk how to get the color to change for this plugin PLEASE HELP
<color=red>Red Text</color>
<color=#FF0000>Same as above.</color>
{
  "CargoPlaneInbound1": "Cargo plane inbound{0}!",
  "HelicopterInbound1": "<size=17><color=#ff0000ff>WARNING</color> <color=#00ffffff>  Patrol Helicopter <color=#ffff00ff>IS </color>looking for</color><color=#ffff00ff> YOU !</color></size>",
  "SupplyDropInbound1": "<size=17><color=#00ffffff>Another Supply pod landing</color><color=#ffff00ff>{0}!</color></size>",
  "CargoshipInbound1": "<size=17><color=#ffff00ff>Cargoship inbound  {0}!</color></size>",
  "ChinookInbound1": "<size=17><color=#ffff00ff>Chinook inbound  {0}!</color></size>",
  "PlayerSupplyDrop1": "{0} has deployed a supply drop{1}!",
  "PositionAt": " at {0}",
  "BradleyInbound": "<size=17><color=#ffff00ff>Bradley inbound{0}!</color></size>",
  "HackableInbound":"<size=17><color=#ffff00ff>Hackable Crate dropped{0}!</color></size>",
  "HackablePlayer": "{0} has started hacking a crate{1}!"
}
that works... thank you!
Locked automatically