From d64dce4a26b69d202f9d2943da8da0d3bc9ddad2 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 9 Aug 2022 13:43:20 -0400 Subject: block solidify time, seeker lobby --- src/main/resources/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main/resources/config.yml') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9500859..b648c8b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -128,8 +128,11 @@ databaseName: hideandseek # You want block hunt? We have block hunt! Just enable it below, and set the # available blocks to pick from, and you're all set! It's that easy! # Items are displayed in the order that they are listed below. +# The solidifyTime is the time in server ticks that it takes players to solidify. +# Every 20 ticks is a second. Minimum solidifyTime is 20 ticks. blockhunt: enabled: false + solidifyTime: 60 blocks: [CRAFTING_TABLE, GRASS_BLOCK, DIRT, BEACON, BOOKSHELF] worldBorder: @@ -306,6 +309,13 @@ spawns: 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 -- cgit v1.2.3-freya