Платное Event Manager 2.2.2

JSON:
{
  "Events": [
    {
      "MessagesActive": true,
      "EventName": "Airdrop",
      "StartCommand": "em_spawn \"assets/prefabs/misc/supply drop/supply_drop.prefab\"",
      "StartMessage": "Airdrop was <color=green>dropped</color>"
    },
    {
      "MessagesActive": true,
      "EventName": "Chinook 47",
      "StartCommand": "harborstart",
      "StartMessage": "Chinook 47 has <color=green>started</color> and is making its rounds"
    },
    {
      "MessagesActive": true,
      "EventName": "Cargoship",
      "StartCommand": "em_spawn assets/content/vehicles/boats/cargoship/cargoshiptest.prefab",
      "StartMessage": "CargoShip sets sail and has <color=green>started</color> the journey"
    },
    {
      "MessagesActive": true,
      "EventName": "Helicopter",
      "StartCommand": "em_spawn assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab",
      "StartMessage": "Helicopter <color=green>started</color> the sightseeing flight"
    }
  ]
}