7 lines
135 B
Scala
7 lines
135 B
Scala
__config() -> {
|
|
'stay_loaded' -> true
|
|
};
|
|
__command() -> (
|
|
run('gamemode spectator');
|
|
run('execute at @s run tp @s ~ ~0.2 ~')
|
|
) |