Updated for 1.6.

This commit is contained in:
sk89q 2010-11-25 00:02:59 -08:00
parent 313bdbd8bf
commit c62c5f5cae
3 changed files with 22 additions and 2 deletions

View File

@ -119,6 +119,17 @@ unsupported by your version of hMod.
this is an easier way to do it (this way also prints a more
friendly message than if you used the 'tell' action of the blacklist).
- login-protection (def. 3)
Number of seconds to keep a player invincible when the player joins.
- spawn-protection (def. 0)
Number of seconds to keep a player invincible when the player spawns.
This does not apply to players joining the server.
- kick-on-death (def. false)
Kick players when they die (and respawn). This is to work around the
issues of invisible players when players die.
- log-console (def. true)
For blacklist log actions, print to console.
@ -182,6 +193,10 @@ Commands
WorldGuard. Note that disabling fire does not disable fire damage
but fire at least won't spread.
- /god
Toggles your invincibility. Players must have permission to use "/god"
to be able to use this command.
Server Commands
---------------

View File

@ -1,2 +1,2 @@
Manifest-Version: 1.0
WorldGuard-Version: 1.5.1
WorldGuard-Version: 1.6

View File

@ -30,12 +30,17 @@ block-creepers=false
block-lighter=false
block-tnt=false
# Health related
login-protection=3
spawn-protection=0
kick-on-death=false
# Control fire
disable-all-fire-spread=false
disallowed-fire-spread-blocks=
# Disable lava fire and spread
disable-lava-fire=false
disable-lava-fire=true
allowed-lava-spread-blocks=
# Log/blacklist