From 654a74de1fff3974f05ca93d7f549eb27a220694 Mon Sep 17 00:00:00 2001 From: William Larsen Date: Wed, 20 Dec 2023 14:37:40 -0800 Subject: [PATCH] Update worlds.yml Added Winterbourne and moved Meracydia to the correct location in the alphabet --- .../config/plugins/RandomSpawn/worlds.yml | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/containers/paper/config/plugins/RandomSpawn/worlds.yml b/containers/paper/config/plugins/RandomSpawn/worlds.yml index 8bba123d3..ecf75e634 100644 --- a/containers/paper/config/plugins/RandomSpawn/worlds.yml +++ b/containers/paper/config/plugins/RandomSpawn/worlds.yml @@ -209,6 +209,14 @@ world: checkradius: 900 # require another player closer than this radius: 200 # spawn area outer radius exclusion: 0 # spawn area inner radius + Meracydia: # xenovolution + x: 5381 + y: 250 # overridden in code, but must be set + z: 7618 + nearby: true # require another player nearby? + checkradius: 900 # require another player closer than this + radius: 200 # spawn area outer radius + exclusion: 0 # spawn area inner radius MtAugusta: # ComradeNick#9912 x: 3052 y: 250 # overridden in code, but must be set @@ -353,6 +361,14 @@ world: checkradius: 900 # require another player closer than this radius: 200 # spawn area outer radius exclusion: 0 # spawn area inner radius + Winterbourne: # 795046514363727923 + x: -37 + y: 250 # overridden in code, but must be set + z: -7585 + nearby: true # require another player nearby? + checkradius: 900 # require another player closer than this + radius: 200 # spawn area outer radius + exclusion: 0 # spawn area inner radius Yoahtl: # Solitaire7#3180 x: 7615 y: 250 # overridden in code, but must be set @@ -361,14 +377,6 @@ world: checkradius: 900 # require another player closer than this radius: 247 # spawn area outer radius exclusion: 144 # spawn area inner radius - Meracydia: # xenovolution - x: 5381 - y: 250 # overridden in code, but must be set - z: 7618 - nearby: true # require another player nearby? - checkradius: 900 # require another player closer than this - radius: 200 # spawn area outer radius - exclusion: 0 # spawn area inner radius Zephyria: # Pqrrot x: 5917 y: 250 # overridden in code, but must be set