mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-18 06:02:36 +01:00
Updated for 1.6.
This commit is contained in:
parent
313bdbd8bf
commit
c62c5f5cae
15
README.txt
15
README.txt
@ -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
|
||||
---------------
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
WorldGuard-Version: 1.5.1
|
||||
WorldGuard-Version: 1.6
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user