Updated default worldguard.properties.

This commit is contained in:
sk89q 2010-12-25 22:26:58 -08:00
parent 01e93a642e
commit 1d72447096

View File

@ -65,6 +65,11 @@ disable-fall-damage=false
disable-lava-damage=false
disable-fire-damage=false
disable-water-damage=false
disable-suffocation-damage=false
# Teleports player when s/he is suffocating. This can be abused to get
# through ceilings.
teleport-on-suffocation=false
# Disable fire spreading between blocks. Note that this does not prevent
# fire damage -- it only prevents fire spread.
@ -95,3 +100,9 @@ log-database=false
log-file-open-files=10
log-file-path=worldguard/logs/%Y-%m-%d.log
log-file=false
# On death options.
teleport-to-home-on-death=false
exact-respawn=false
#EOF