rua
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
__config() -> {
|
||||||
|
'stay_loaded' -> true
|
||||||
|
};
|
||||||
|
__command() -> (
|
||||||
|
run('gamemode spectator');
|
||||||
|
run('execute at @s run tp @s ~ ~0.2 ~')
|
||||||
|
)
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
__config() -> {
|
||||||
|
'stay_loaded' -> true
|
||||||
|
};
|
||||||
|
__command() -> (
|
||||||
|
run('gamemode survival')
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user