Add files via upload

This commit is contained in:
Harveykang
2020-12-27 18:17:46 +08:00
committed by GitHub
parent 41cea99570
commit 89b1a90d8b
4 changed files with 98 additions and 41 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 ~')
)