summaryrefslogtreewikicommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml44
-rw-r--r--src/main/resources/maps.yml1
2 files changed, 7 insertions, 38 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 1d61cdc..6463898 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -292,41 +292,9 @@ blockedInteracts: [FURNACE, CRAFTING_TABLE, ANVIL, CHEST, BARREL]
# ONLY EDIT BEYOND THIS POINT IF YOU KNOW WHAT YOU ARE DOING #
# ---------------------------------------------------------- #
-# The 2 coordinate bounds that will contain your hideAndSeek map. Its recommended
-# that you use /hs setbounds for this, and not edit this directly, as breaking
-# this section will completely break the entire plugin when you run /hs savemap.
-bounds:
- min:
- x: 0
- z: 0
- max:
- x: 0
- z: 0
-
-# Spawn locations where players are teleported
-spawns:
- # Location where players are teleported into the game (/hs start)
- game:
- x: 0
- y: 0
- z: 0
- world: world
- # Location where players are teleported into the lobby (/hs join)
- lobby:
- x: 0
- y: 0
- z: 0
- world: world
- # Location where seekers wait during the hiding grace period
- seeker:
- x: 0
- y: 0
- z: 0
- # Currently is not used, seekers are teleported to spawns.game.world
- world: world
- # Location where players are teleported when they exit (/hs leave)
- exit:
- x: 0
- y: 0
- z: 0
- world: world \ No newline at end of file
+# Location where players are teleported when they exit (/hs leave)
+exit:
+ x: 0
+ y: 0
+ z: 0
+ world: world \ No newline at end of file
diff --git a/src/main/resources/maps.yml b/src/main/resources/maps.yml
new file mode 100644
index 0000000..8505162
--- /dev/null
+++ b/src/main/resources/maps.yml
@@ -0,0 +1 @@
+maps: \ No newline at end of file