#Command Execution after day x

5 messages · Page 1 of 1 (latest)

coral perch
#

I've been trying to find a mod can execute a command upon a certain day being reached and have found that I'd need to use a script based mod. I know a little bit of crafttweaker, but it can't track days properly in modern versions. I've seen mentions of 'elapsedDays' in this server. I don't know javascript and can't learn about the mod since 1.16's version isn't supported in the docs. Can someone help me write a simple script that just executes a given command at on a certain day? I'm reading the available docs, but am struggling with it :llanaderpy:

tight cliffBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

civic yarrow
#

Docs for 1.16/18

#

The best thing you can do is probably to use the server.tick event to check the day every 24000 ticks (mc day length) and run the command if the day number matches