This commit is contained in:
沈瑗杰
2021-11-16 00:04:08 +08:00
parent 41b2cf8fcc
commit 8cab44655a
9 changed files with 344 additions and 284 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 ~')
)