Improved documentation.

This commit is contained in:
sk89q 2010-11-21 01:21:20 -08:00
parent bc70678387
commit 339bf1a06d
2 changed files with 55 additions and 1 deletions

View File

@ -79,7 +79,8 @@ WorldGuard on your server. You can either restart your server or use
command; it is only used for permissions.
- block-creepers (def. false)
Block creeper explosions. They will not explode client-side.
Block creeper explosions from destroying terrain (and possibly from
causing damage).
- disable-lava-fire (def. false)
Prevent lava from starting fires.

53
worldguard.properties Normal file
View File

@ -0,0 +1,53 @@
# This is a starter copy of WorldGuard's configuration so you can configure
# WorldGuard right from the beginning. Copy it into your server folder
# (into where server.properties resides) and edit the file at your desire.
# These comments will be lost whenever WorldGuard updates this file.
# More detailed descriptions of the options can be found in README.txt!
summary-on-start=true
# Toggle the item durabiltiy fix
item-durability=true
# Simulate sponge
simulate-sponge=false
sponge-radius=3
# Simulate classic water
classic-water=false
# Fix block lag
block-lag-fix=false
# Adjust physics
allow-portal-anywhere=false
no-physics-gravel=false
no-physics-sand=false
# Protection
enforce-single-session=true
item-drop-blacklist=
# Simple prevention
block-creepers=false
block-lighter=false
block-tnt=false
# Control fire
disable-all-fire-spread=false
disallowed-fire-spread-blocks=
# Disable lava fire and spread
disable-lava-fire=false
allowed-lava-spread-blocks=
# Log/blacklist
log-console=true
log-database-dsn=jdbc\:mysql\://localhost\:3306/minecraft
log-database-pass=
log-database-table=blacklist_events
log-database-user=root
log-database=false
log-file-open-files=10
log-file-path=worldguard/logs/%Y-%m-%d.log
log-file=false