From 590ab6c0e8755f5e5fe9293bd5c7ac93bdd02b30 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 4 May 2022 12:22:23 -0400 Subject: leaveOnEnd added to config file --- src/main/resources/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main/resources/config.yml') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c163c2d..9a82052 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -44,6 +44,13 @@ autoJoin: false # default: false teleportToExit: false +# Normally when the game ends, players are set back to the lobby to play another game. +# You can disable this, and empty the lobby after the game finishes. This is like everyone +# running /hs leave at the end of the game. Players will leave either to the exit position +# or another server depending what you have `leaveType` set too. +# default: false +leaveOnEnd: false + # What do you want to happen when a player leaves the lobby. If you are running a single server, maybe you want to send # them to the world hub. But if you are running a bungee-cord or velocity server, maybe you want to send them to the servers # hub. -- cgit v1.2.3-freya