diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-07 23:54:48 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-07 23:54:48 -0400 |
commit | e89e5f932c77034038c1fe166d1dfe2151a258f2 (patch) | |
tree | f4871bf49fb6eed3f3bafe1780679d0b07193b3c /src/main/resources/config.yml | |
parent | option to disable mapsave (diff) | |
download | kenshinshideandseek-e89e5f932c77034038c1fe166d1dfe2151a258f2.tar.gz kenshinshideandseek-e89e5f932c77034038c1fe166d1dfe2151a258f2.tar.bz2 kenshinshideandseek-e89e5f932c77034038c1fe166d1dfe2151a258f2.zip |
rewrite database and damage event, add placeholders
Diffstat (limited to 'src/main/resources/config.yml')
-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 88eab62..45261a3 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -46,6 +46,13 @@ minPlayers: 2 # default: true pvp: true +# !! 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 +# all players can still take fall damage or any other damage that's not from another player. +# deafult: false +allowNaturalCauses: false + # Players that join the server will automatically be placed into the lobby. # default: false autoJoin: false |