fz-survival-datapack/c.sc

7 lines
129 B
Python
Raw Permalink Normal View History

2020-12-28 11:10:15 +08:00
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode spectator');
run('execute at @s run tp @s ~ ~0.2 ~')
)