From d4c4a497c47c3b8816ee89b5470f881e35a50761 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 20 Nov 2010 11:59:35 -0800 Subject: [PATCH] Updated for 1.3. --- CHANGELOG.txt | 18 ++++++++++++++++++ README.txt | 7 ++++++- manifest.mf | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e2278900..b360226c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,21 @@ +1.3 +- Improved plugin compatibility with the block lag fix. For maximum + compatibility, you must now list WorldGuard as the first plugin in + server.properties and you cannot reload or enable the plugin + while the server is up. This is for bad plugins that unnecessarily + use the "critical" priority for its hooks like the LWC. Most plugins + don't do that though, so this won't apply for most people. +- Fixed signs being blank if they were denied via the blacklist. +- Added on-break event to the blacklist. +- Added comments and messages. Comments are only for your own use and they + are printed with the log and notify actions of the blacklist. The + message replaces the message that is shown the user and it is optional. +- The blacklist notification messages are now more compact and are + light grey instead of light purple. +- The notify, log, and tell actions will now trigger every time for the + on-break, on-create, on-drop events rather than wait 3 seconds between + events for the same item or block for a player. + 1.2 - /stopfire and /allowfire disable and enable fire spreading globally. - Block lag fix slightly improved in accuracy for item drops. diff --git a/README.txt b/README.txt index 5a9ab5b7..28dd71a7 100644 --- a/README.txt +++ b/README.txt @@ -92,7 +92,12 @@ WorldGuard on your server. You can either restart your server or use friendly message than if you used the 'tell' action of the blacklist). - block-lag-fix (def. false) - Attempts to fix block lag. + Attempts to fix block lag. For maximum compatibility with other plugins, + you must list WorldGuard as the first plugin in server.properties and + you cannot reload or enable WorldGuard while the server is up. + This is for bad plugins that unnecessarily use the "critical" priority + for its hooks like the LWC. Most plugins, the popular protection ones + included, don't do that though so this won't apply for most people. - log-console (def. true) For blacklist log actions, print to console. diff --git a/manifest.mf b/manifest.mf index 42a49bb0..2b480c0a 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,2 +1,2 @@ Manifest-Version: 1.0 -WorldGuard-Version: 1.2 \ No newline at end of file +WorldGuard-Version: 1.3 \ No newline at end of file