fz-survival-datapack/c.sc

7 lines
135 B
Python
Raw Normal View History

2020-12-27 18:17:46 +08:00
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode spectator');
run('execute at @s run tp @s ~ ~0.2 ~')
)