diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2023-02-08 23:24:53 +0000 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2023-02-08 23:24:53 +0000 |
commit | b87174e7701863f54ab26998feaf4bdaa9a0df20 (patch) | |
tree | bf3cec7f3d0be7aa6bc26fc647a06527dfe49235 /src/main/resources/config.yml | |
parent | Merge pull request '1.7.0 - Multi Map Support' (#4) from dev into main (diff) | |
parent | update dependicies, fix worldborder, fix timer when player leaves, fix drop i... (diff) | |
download | kenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.tar.gz kenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.tar.bz2 kenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.zip |
Merge pull request '1.7.1 - A few tweaks and bug squashes' (#5) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/KenshinsHideAndSeek/pulls/5
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 82b9379..5316402 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -6,6 +6,11 @@ # +--------------------------------------------------------+ # #============================================================# +# If you are having weird issues with your server where it's printing to the console +# "--- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH", try enabling the +# below spawn patch. WARNING: this will NOT work if you use Multiverse Inventory's. +spawnPatch: false + # How long in seconds will the game last, set it < 1 to disable # default: 1200 aka 20min gameLength: 1200 @@ -14,6 +19,10 @@ gameLength: 1200 # default: true announceMessagesToNonPlayers: true +# Allow players to drop their items in game +# default: false +dropItems: false + # When the game is starting, the plugin will state there is x seconds left to hide. # You change where countdown messages are to be displayed: in the chat, action bar, or a title. # Below you can set CHAT, ACTIONBAR, or TITLE. Any invalid option will revert to CHAT. @@ -46,6 +55,10 @@ minPlayers: 2 # default: true pvp: true +# Allow players to regen health +# default: false +regenHealth: false + # !! Only effects the game at all if pvp is set to false !! # By default, If you disable pvp, Hiders and Seekers can no longer take damage from natural causes such as # falling or projectiles. If you want, you can keep pvp disabled so that Seekers only have to tag Hiders, but |