Commit Graph

  • ffa38f9fd1 Removed the block lag fix and cleaned up code. sk89q 2010-11-24 12:02:04 -0800
  • 84ccabdf34 Improved missing feature detection. sk89q 2010-11-24 11:58:54 -0800
  • c0b4d95082 Added documentation for required hooks. Improved missing hook messages. sk89q 2010-11-23 22:42:30 -0800
  • f305b3a119 Hooks are now conditionally loaded. summary-on-start is now disabled by default and mentioned in the README. sk89q 2010-11-23 22:31:28 -0800
  • 48ace4947b Updated for 1.4.1. 1.4.1 sk89q 2010-11-21 11:40:26 -0800
  • 57acbebaf1 Fixed issue with the block lag fix dropping item stacks of 0 quantity. sk89q 2010-11-21 11:34:46 -0800
  • e15311178b Updated the README.txt. 1.4 sk89q 2010-11-21 01:36:13 -0800
  • 7385be7eff Fixed typo in worldguard.properties. sk89q 2010-11-21 01:30:50 -0800
  • 9a29474132 Updated for 1.4. sk89q 2010-11-21 01:29:52 -0800
  • 881f050f0d Inventory checks now won't be used if there are no on-acquire events. sk89q 2010-11-21 01:25:59 -0800
  • 339bf1a06d Improved documentation. sk89q 2010-11-21 01:21:20 -0800
  • bc70678387 Updated for new version of durability fix. sk89q 2010-11-21 01:13:33 -0800
  • c3eef60672 Added no-physics-gravel, no-physics-sand, and allow-portal-anywhere. sk89q 2010-11-21 01:12:00 -0800
  • eb78b390ca Added item-durability and blacklist on-acquire event. Thanks to Dinnerbone for heading my requests :) sk89q 2010-11-21 00:45:16 -0800
  • a0fc3472e4 Updated blacklist and added Sturmeh's item durability 'fix' as sample rules. sk89q 2010-11-20 20:10:29 -0800
  • 915946317d Updated the changelog to note the table schema change. 1.3 sk89q 2010-11-20 12:01:38 -0800
  • d4c4a497c4 Updated for 1.3. sk89q 2010-11-20 11:59:35 -0800
  • 0286900829 The notify, log, and tell actions will now trigger every time for the on-break, on-create, on-drop events. sk89q 2010-11-20 11:53:57 -0800
  • cf7874f776 Added comments and messages. Made the blacklist notification messages more compact and a different color. sk89q 2010-11-20 11:47:32 -0800
  • 93c0295744 Added on-break event to the blacklist. sk89q 2010-11-20 11:13:18 -0800
  • 9bc3a25191 Fixed signs being blank if they were denied via the blacklist. sk89q 2010-11-20 10:59:34 -0800
  • e95d7a8b6e Improved plugin compatibility with the block lag fix. sk89q 2010-11-20 10:56:47 -0800
  • 1edc48b16f Added SQL for the blacklist database table. 1.2 sk89q 2010-11-19 22:06:49 -0800
  • 07c8abff54 Improved blacklist documentation. sk89q 2010-11-19 22:02:46 -0800
  • afff62120e Updated documentation and version for 1.2. sk89q 2010-11-19 21:59:56 -0800
  • ff8c48e69e Added fire spread spreading enabling and disabling commands. sk89q 2010-11-19 21:49:31 -0800
  • b9e84f7b4a Improved item drop list for the block lag fix. sk89q 2010-11-19 21:34:14 -0800
  • 924e6f3777 Fixed typo in source. sk89q 2010-11-19 21:17:30 -0800
  • 6d0d2ee538 Sponge now removes water and obeys new 'sponge-radius' configuration variable. sk89q 2010-11-19 21:14:01 -0800
  • 8983d7bc84 Fixed classic water for the onFlow update. sk89q 2010-11-19 21:02:54 -0800
  • fc81a7034e Block lag fix now fakes block status 3 for other plugins. sk89q 2010-11-19 20:58:34 -0800
  • b7e5828c3f WorldGuard should now close loggers on disable and reload. sk89q 2010-11-19 20:34:38 -0800
  • e543ac733f Fixed errors caused by reloading the plugin. sk89q 2010-11-19 20:32:41 -0800
  • d09fcab7b3 Updated onFlow hook for the new changes. sk89q 2010-11-19 20:31:12 -0800
  • 70c6b26db5 Added summary-on-start configuration setting to control whether the summary should be printed. sk89q 2010-11-19 20:09:26 -0800
  • 1859fc5db2 Overhauled the blacklist system. sk89q 2010-11-19 20:03:19 -0800
  • 47a4046d47 Merge branch 'master' of https://github.com/Sturmeh/worldguard into Worldguard. sk89q 2010-11-19 02:12:11 -0800
  • 7b3a8402a1 Added 'right click on' events to the blacklist. sk89q 2010-11-19 02:01:10 -0800
  • 84eb9343ce Improved water/bucket fix by having it set back the original block. Unfortunately this doesn't do anything about setting water buckets into lava (creating obsidian). sk89q 2010-11-19 00:14:08 -0800
  • 0a8dd85224 Added a bucket block fix, but not a great one. sk89q 2010-11-18 23:58:22 -0800
  • f8a63b372d Updated for 1.1.2. 1.1.2 sk89q 2010-11-18 10:47:05 -0800
  • 8a731617e1 Block lag fix: glass and snow should no longer drop any items. The block object is reset now after the canDestroyBlock() call to lessen the impact of the double hook call. sk89q 2010-11-18 10:44:04 -0800
  • 028ec89d26 Added startup messages that indicate protection status. sk89q 2010-11-18 01:33:56 -0800
  • 9fd633cbe9 Changed blacklist filename to worldguard-blacklist.txt. 1.1.1 sk89q 2010-11-17 23:07:43 -0800
  • c1da391653 Updated for 1.1.1. sk89q 2010-11-17 23:06:57 -0800
  • 92edff6ffe Added protection and plugin support. sk89q 2010-11-17 22:51:09 -0800
  • d4a3e04622 Merge branch 'master' of http://github.com/sk89q/worldguard Sturmeh 2010-11-18 16:40:49 +1100
  • 2562502d26 Added itemDropBlacklist Sturmeh 2010-11-18 16:40:43 +1100
  • e12fcdb1b8 Moved the block lag fix to a low priority listener. sk89q 2010-11-17 20:33:29 -0800
  • a7aed1a278 Fixed the block lag fix not allowing the destruction of leaves. sk89q 2010-11-17 19:34:06 -0800
  • e5dcb557dc Fixed the block fix dropping wood for redstone wire. sk89q 2010-11-17 12:22:40 -0800
  • 447f192027 Changed project name to WorldGuard. sk89q 2010-11-17 12:05:07 -0800
  • 6d56273682 Committed block lag fix. 1.1 sk89q 2010-11-17 11:54:40 -0800
  • 787e2bcd97 Fixed typo in README.txt. 1.0 sk89q 2010-11-14 15:01:18 -0800
  • 3aa265b553 Initial commit. sk89q 2010-11-14 00:55:01 -0800