删除文件 脚本/c.sc

This commit is contained in:
延皓
2021-11-16 06:03:22 +00:00
committed by Gitee
parent 7672c27feb
commit ae5f248a6c
-7
View File
@@ -1,7 +0,0 @@
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode spectator');
run('execute at @s run tp @s ~ ~0.2 ~')
)