I'm trying to make certain things happen at certain times during the Minecraft day/night. The issue that I'm having is that it keeps skipping some hours.
I used this for testing (using latest version of skript and 1.21.1 mc ):
Both should work according to the docs; some do, some do not. Specifically 01:00, 08:00, 09:00, 10:00, 14:00, 16:00, 18:00, 20:00, 21:00, and 22:00 keep being broken. The rest work perfectly fine.
Is there a way around this or a way to solve this issue of skipping hours/code?
I used this for testing (using latest version of skript and 1.21.1 mc ):
Code:
at 11:00:
broadcast "&dtest %time%"
at 01:00 in "world":
broadcast "&dtest %time%"
Both should work according to the docs; some do, some do not. Specifically 01:00, 08:00, 09:00, 10:00, 14:00, 16:00, 18:00, 20:00, 21:00, and 22:00 keep being broken. The rest work perfectly fine.
Is there a way around this or a way to solve this issue of skipping hours/code?