This commit is contained in:
沈瑗杰 2021-11-16 17:49:46 +08:00
parent 9a3a04c390
commit 6b5ae5bb7d
7 changed files with 13 additions and 0 deletions

7
scripts/c.sc Normal file
View File

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

6
scripts/s.sc Normal file
View File

@ -0,0 +1,6 @@
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode survival')
)