I'm trying to write a script for my server console to run a command on startup, but continue to get syntax errors. I've tried to check documentation, and still can't find a solution. My code is as follows
event.server.scheduleInTicks(1, event.server, ctx => {
ctx.data.tell(`/datapack disable "file/Datapack_Survivors_Elegy_alpha_v0.8.4.zip"`)
})
})
please help me i am going to die tomorrow


