| Name | time changes in world |
| Event Lines | time changes (in <world>)
time <0-23> (in <world>) |
| Triggers | when the current time changes in a world (once per mine-hour). |
| Generated Examples | after time changes:
after time 0-23: |
| Contexts | <context.time> returns the current time (the hour, as a number from 0 to 23).
<context.world> returns the world.
|
| Group | World |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/world/TimeChangeScriptEvent.java#L11 |