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.