Files
Harveykang 9ace8501f2 2.0.0.9
2020-12-28 11:10:15 +08:00

7 lines
129 B
Python

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