diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-29 15:54:12 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-29 15:54:12 -0400 |
commit | b01a4fd3c01a0486f0257c46e9f8bde5acc9660a (patch) | |
tree | ff0cd63a0a04792fc6b0fa04b675c881bd79c495 /src/main/resources/config.yml | |
parent | 1.7.5 rc2 (diff) | |
download | kenshinshideandseek-b01a4fd3c01a0486f0257c46e9f8bde5acc9660a.tar.gz kenshinshideandseek-b01a4fd3c01a0486f0257c46e9f8bde5acc9660a.tar.bz2 kenshinshideandseek-b01a4fd3c01a0486f0257c46e9f8bde5acc9660a.zip |
1.7.5 rc3
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1642b82..a514b56 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -59,6 +59,7 @@ respawnAsSpectator: false # If enabled, the game will go until no hiders are left. If the timer runs out all hiders left will be marked as winning. # If disabled the game wll go until there is only one hider left. If the timer runs out, all hiders left win, if t here is one # hider left, all inital seekers win along with the last hider. +# default: true waitTillNoneLeft: true # By default, if the last hider or seeker quits the game, a win type of NONE is given, which doesnt mark anyone as winning. This can be @@ -66,6 +67,14 @@ waitTillNoneLeft: true # default: true dontRewardQuit: true +# The amount of seconds the game will wait until the players are teleported to the lobby after a game over +# default: 5 +endGameDelay: 5 + +# Along with a chat message, display a title describing the gameover +# default: false +gameOverTitle: false + # This plugin by default functions as not tag to catch Hiders, but to pvp. All players are given weapons, # and seekers slightly better weapons (this can be changed in items.yml). If you want, you can disable this # entire pvp functionality, and make Hiders get found on a single hit. Hiders would also not be able to fight |