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!
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"