Cargo ship

when I type /runevent cargo I get the following in the console and no cargoship spawn. I'm guessing I need to change the command to something else? I'm using the vanilla config files.

[Automated Events] Spawning RustTanic
Command 'calltitanic' not found​

Well, I seemed to of fixed it myself. I changed some of the default config

From this:

        {
          "Weight": 20,
          "Name": "RustTanic",
          "Argument Type (Command or CallHook)": "Command",
          "Arguments": [
            "calltitanic"
          ]

To the following:

        {
          "Weight": 20,
          "Name": "CargoShip",
          "Argument Type (Command or CallHook)": "Command",
          "Arguments": [
            "callcargoship"
          ]

Now when I manually try to spawn the ship it is spawning correctly. I'm also guessing this is why the cargoship event wasn't spawning within the parameters of this plugin.