| Name | chunk loads for the first time |
| Event Lines | chunk loads (for the first time) |
| Triggers | when a new chunk is loaded |
| Generated Examples | after chunk loads: |
| Contexts | <context.chunk> returns the loading chunk.
|
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | World |
| Warning(s) | This event will fire *extremely* rapidly and often when using 'for the first time'.
When not using that, it will fire so rapidly that lag is almost guaranteed. Use with maximum caution. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/world/ChunkLoadScriptEvent.java#L12 |