This plugin give you the chance to execute any command you want at specific tick during the minecraft day/night alternation. You can also choose a specific world for the command to be executed on!
- Native Minecraft Version:
- 1.15
- Tested Minecraft Versions:
- 1.15
- 1.16
Code (YAML):
// Enable or disable debug mode
debug: false
// Choose in which world the task should be executed
world: world
r: 5
commands:
0:
time: 12000 // Choose at which tick
commands:
- "broadcast this message will be executed at tick 12000"
- "weather rain"
1:
time: 20000
commands:
- "broadcast this message will be executed at tick 20000"
- "broadcast hello"

Tick Task 1.0
Execute tasks at specific tick of the day