Updated supporting documentation.

This commit is contained in:
sk89q 2011-01-16 13:33:14 -08:00
parent 36db436fa3
commit d2435a8026
4 changed files with 51 additions and 12 deletions

View File

@ -1,3 +1,6 @@
2.1:
- Improved Bukkit support.
2.0beta3: 2.0beta3:
- Fixed NullPointerException inside the ignite hook. - Fixed NullPointerException inside the ignite hook.

View File

@ -1,7 +1,20 @@
Installation Installation
------------ ------------
This plugin requires Hey0's server modification. Bukkit:
** Make sure you first install the WorldEdit plugin. **
1. Create a "plugins" folder inside your server folder.
2. Copy WorldGuard.jar into "plugins".
3. Restart your server.
You may want to copy config.yml into plugins/WorldGuard/config.yml
(you will have to create that folder). Edit it to fit your needs.
hMod:
1. Create a "plugins" folder inside your "bin" folder. 1. Create a "plugins" folder inside your "bin" folder.

View File

@ -55,6 +55,7 @@
<copy tofile="${release.dir}/worldguard.updatr" file="worldguard.updatr"/> <copy tofile="${release.dir}/worldguard.updatr" file="worldguard.updatr"/>
<replace file="${release.dir}/worldguard.updatr" token="%version%" value="${version}"/> <replace file="${release.dir}/worldguard.updatr" token="%version%" value="${version}"/>
<copy tofile="${release.dir}/plugin.yml" file="plugin.yml"/> <copy tofile="${release.dir}/plugin.yml" file="plugin.yml"/>
<copy tofile="${release.dir}/config.yml" file="config.yml"/>
<replace file="${release.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/> <replace file="${release.dir}/plugin.yml" token="WGVERSIONMACRO" value="${version}"/>
<copy file="worldguard.properties" todir="${release.dir}"/> <copy file="worldguard.properties" todir="${release.dir}"/>
<copy tofile="${release.dir}/WorldGuard.jar" file="${dist.dir}/WorldGuard.jar"/> <copy tofile="${release.dir}/WorldGuard.jar" file="${dist.dir}/WorldGuard.jar"/>

View File

@ -1,14 +1,14 @@
summary-on-start: false summary-on-start: true
protection: protection:
enforce-single-session: true enforce-single-session: true
item-drop-blacklist: [] item-durability: true
item-durability: false
simulation: simulation:
classic-water: false classic-water: false
sponge: sponge:
enable: true enable: true
radius: 3 radius: 3
physics: physics:
# Doesn't work in Bukkit yet
no-physics-gravel: false no-physics-gravel: false
no-physics-sand: false no-physics-sand: false
allow-portal-anywhere: false allow-portal-anywhere: false
@ -17,25 +17,47 @@ ignition:
block-tnt: false block-tnt: false
block-lighter: false block-lighter: false
fire: fire:
disable-fire-spread: false disable-all-fire-spread: false
disable-fire-spread-blocks: [] disable-fire-spread-blocks: []
disable-lava-fire-spread: true disable-lava-fire-spread: true
lava-spread-blocks: [] lava-spread-blocks: []
mobs: mobs:
# Doesn't work in Bukkit yet
block-creeper-explosions: false block-creeper-explosions: false
spawn: spawn:
# Doesn't work in Bukkit yet
login-protection: 3 login-protection: 3
spawn-protection: 0 spawn-protection: 0
kick-on-death: false kick-on-death: false
exact-respawn: false exact-respawn: false
teleport-to-home-on-death: false teleport-to-home-on-death: false
player-damage: player-damage:
disable-fall-damage: false # Doesn't work in Bukkit yet
disable-lava-damage: false disable-fall-damage: true
disable-fire-damage: false disable-lava-damage: true
disable-water-damage: false disable-fire-damage: true
disable-suffocation-damage: false disable-drowning-damage: true
teleport-on-suffocation: false disable-suffocation-damage: true
teleport-on-suffocation: true
regions: regions:
enable: true enable: true
wand: 287 wand: 287
blacklist:
logging:
console:
enable: true
database:
enable: false
dsn: jdbc:mysql://localhost:3306/minecraft
user: root
password: pass
table: blacklist_events
file:
enable: true
path: worldguard/logs/%Y-%m-%d.log
open-files: 10
permissions:
groups:
default:
permissions:
users: