From c4985c5b6be788db2852669cf76fd6fb592b10a8 Mon Sep 17 00:00:00 2001 From: BoomEaro <21033866+BoomEaro@users.noreply.github.com> Date: Sat, 5 Mar 2022 23:36:36 +0200 Subject: [PATCH] Change default spawnPosition height to 400 --- src/main/resources/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/settings.yml b/src/main/resources/settings.yml index dc997c7a..fd4c6da3 100644 --- a/src/main/resources/settings.yml +++ b/src/main/resources/settings.yml @@ -34,7 +34,7 @@ headerAndFooter: # Spawn position in the world spawnPosition: x: 0.0 - y: 64.0 + y: 400.0 z: 0.0 yaw: 0.0 pitch: 0.0