#Question about LevelEvents.tick
8 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
The documentation on the wiki doesnt really help much (there is no description)
it runs once for each available level
you most likely have 3 then- overworld, nether, and end (or other levels)
add something like
if (event.level.dimension != 'minecraft:overworld') return
if i recall correctly
Thank you