Disable cargo ship spawn on server start?Solved
Hello, would it be possible to disable spawn when the server starts?

Thanks
You mean the default ones?

I have been looking into a clean solution that is reversable incase the plugin is unloaded or removed.  Still working on getting it right.
by default he don't spawn when server start (i've tested).

Ok thanks very much
I'm working on a new version that deals with this, but it includes some new timer logic so might be a bit before it is out.
Thanks very much mspeedie :)
Well do far it disables all spawns shortly after they spawn. it is a major release with a change to timers as well, so there is a lot of debugging to do.
This has been released, please let me know if it does not solve this.
    "CargoShip": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 480,
      "MinimumTimeBetween": 120,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },

he always spawn when the server start...

edit: oh i din't see the update... updating in progress...

I'm wondering if it is spawing before the plugin is loaded.
I will look into some code to clear out existing ones on server start.
Thanks for the fix mspeedie :) It's good now
Locked automatically