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
+6
View File
@@ -0,0 +1,6 @@
__config() -> {
'stay_loaded' -> true
};
__command() -> (
run('gamemode survival')
)