Paratrooper spawn location still random
Hi there, I have set the location for the event to happen, but it still spawns randomly on the map.
{
  "Event Automation": {
    "Automatically spawn Paratroopers Events on a timer": true,
    "Auto-spawn time minimum (seconds)": 1800.0,
    "Auto-spawn time maximum (seconds)": 5400.0,
    "Minimum amount of online players to trigger the event": 1,
    "Paratrooper Plane Jump Height": 200.0,
    "Paratrooper Plane incoming speed": 80.0,
    "Static Paratrooper Jump Point X Coordinate": -156.6,
    "Static Paratrooper Jump Point Z Coordinate": -92.6
  },​

Do I need to change any other settings?

You have to disable the events on timer. After that you need another plugin that you can use to call the static position, or call it yourself.

In a future release, I will make it an option to allow Events on a timer to have an option to use a static position.