I am using the TrainHeist event plugin. The dev lists hooks on the site { void OnTrainHeistStarted() void OnTrainHeistFinished() }, but the event is not detected. I duplicated the custom event ArmoredTrain, set "enable" to false, edited the info for TrainHeist and set "enable" to true, no luck. Any help is much appreciated.
{
"Hook OnEventStart": "OnTrainHeistStarted",
"Hook OnEventStop": "OnTrainHeistFinished",
"Name": "TrainHeist",
"Active color": "#10ff10",
"Icon": "https://cdn.discordapp.com/attachments/335512864548847617/1134455315841155173/train.png",
"Color": "#fff",
"Enable": true
},