diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-04 12:22:23 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-04 12:22:23 -0400 |
commit | 590ab6c0e8755f5e5fe9293bd5c7ac93bdd02b30 (patch) | |
tree | 63a0e64351c2087c6c5839a7b913bedba8c3d555 /src/main/resources | |
parent | custom model data (diff) | |
download | kenshinshideandseek-590ab6c0e8755f5e5fe9293bd5c7ac93bdd02b30.tar.gz kenshinshideandseek-590ab6c0e8755f5e5fe9293bd5c7ac93bdd02b30.tar.bz2 kenshinshideandseek-590ab6c0e8755f5e5fe9293bd5c7ac93bdd02b30.zip |
leaveOnEnd added to config file
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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. |