blob: 93229bce8982f94da5eea810e10dd8a1f9b9a5fc (
plain)
1
2
3
4
|
scoreboard objectives add onechunk_data dummy
# wait some ticks before running, for player to spawn on land properly
execute unless score $initialized onechunk_data matches 1 run schedule function onechunk:initialize 5t
|