From dca18c993dc9fc33f14a86fb46b9fadc36101b82 Mon Sep 17 00:00:00 2001 From: Indyuce Date: Sat, 5 Mar 2022 10:53:24 +0100 Subject: [PATCH] Changed waypoint default config --- src/main/resources/default/waypoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/default/waypoints.yml b/src/main/resources/default/waypoints.yml index 32df80e7..59999359 100644 --- a/src/main/resources/default/waypoints.yml +++ b/src/main/resources/default/waypoints.yml @@ -41,6 +41,14 @@ spawn: # Should be waypoint be unlocked by default? default: true + # All the waypoints you can teleport to when standing + # on that waypoint. If that list is empty you are able + # to teleport to any waypoint + linked: + - spawn1 + - spawn2 + - forest + spawn1: name: Spawn1 location: 'world 69 71 136 136 0'