This commit is contained in:
Harveykang
2020-12-28 11:10:15 +08:00
parent f12afa1972
commit 9ace8501f2
9 changed files with 101 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode spectator');
run('execute at @s run tp @s ~ ~0.2 ~')
)