From afff62120ed27ac3ca8f53e0f8e352d1fc8d698a Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 19 Nov 2010 21:59:56 -0800 Subject: [PATCH] Updated documentation and version for 1.2. --- README.txt | 17 ++++++++++------- manifest.mf | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index f714f919..5a9ab5b7 100644 --- a/README.txt +++ b/README.txt @@ -18,12 +18,12 @@ use or not: - Restrict lava spreading to only some block types. - Simulate classic-esque water by letting water infinitely expand in area (only if there is a block underneath). -- Simulate the sponge. -- Block the use, destruction and/or placement of some items or block types. -- Notify admins when a certain block type or item is used, destroyed, - or place. -- Log the use, destruction, and/or placement of some blocks/items. -- Kick for the use, destruction, and/or placement of some blocks. +- Simulate the function of the sponge from Minecraft Classic. +- Notify admins, block, log, kick or ban for the use of certain block types + or items. +- Temporarily stop fire globally with some commands. +- Fix the block lag. +- Destroy tools on drop to alleviate the durability cheat. hMod is required as WorldGuard is a plugin for hMod. @@ -169,5 +169,8 @@ Server Commands Blacklists ---------- +Blacklists let you control the use of blocks and items. You can have +certain rules apply to only some groups. + Edit the included worldguard-blacklist.txt file and follow the -instructions inside. +instructions inside. The file comes with the download for WorldGuard. diff --git a/manifest.mf b/manifest.mf index 4f23e288..42a49bb0 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,2 +1,2 @@ Manifest-Version: 1.0 -WorldGuard-Version: 1.1.2 \ No newline at end of file +WorldGuard-Version: 1.2 \ No newline at end of file