fz-survival-datapack/脚本/c.sc
2021-11-16 00:04:08 +08:00

7 lines
129 B
Scala

__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode spectator');
run('execute at @s run tp @s ~ ~0.2 ~')
)