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:
- Fixed NullPointerException inside the ignite hook.

View File

@ -1,7 +1,20 @@
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.

View File

@ -55,6 +55,7 @@
<copy tofile="${release.dir}/worldguard.updatr" file="worldguard.updatr"/>
<replace file="${release.dir}/worldguard.updatr" token="%version%" value="${version}"/>
<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}"/>
<copy file="worldguard.properties" todir="${release.dir}"/>
<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:
enforce-single-session: true
item-drop-blacklist: []
item-durability: false
item-durability: true
simulation:
classic-water: false
sponge:
enable: true
radius: 3
physics:
# Doesn't work in Bukkit yet
no-physics-gravel: false
no-physics-sand: false
allow-portal-anywhere: false
@ -17,25 +17,47 @@ ignition:
block-tnt: false
block-lighter: false
fire:
disable-fire-spread: false
disable-all-fire-spread: false
disable-fire-spread-blocks: []
disable-lava-fire-spread: true
lava-spread-blocks: []
mobs:
# Doesn't work in Bukkit yet
block-creeper-explosions: false
spawn:
# Doesn't work in Bukkit yet
login-protection: 3
spawn-protection: 0
kick-on-death: false
exact-respawn: false
teleport-to-home-on-death: false
player-damage:
disable-fall-damage: false
disable-lava-damage: false
disable-fire-damage: false
disable-water-damage: false
disable-suffocation-damage: false
teleport-on-suffocation: false
# Doesn't work in Bukkit yet
disable-fall-damage: true
disable-lava-damage: true
disable-fire-damage: true
disable-drowning-damage: true
disable-suffocation-damage: true
teleport-on-suffocation: true
regions:
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: