🛡️ Protect your Minecraft server and lets players claim areas
Go to file
sk89q bb836aea57 Updated for 4.0-alpha1. 2011-02-23 11:25:10 -08:00
lib Re-added priority tree region manager implementation. Add and removal operations are not yet optimized. 2011-02-12 16:09:21 -08:00
nbproject added tests to netbeans project 2011-02-22 13:18:27 +01:00
src Updated block damage event handling to work around issues. 2011-02-23 11:07:39 -08:00
tests/com/sk89q/worldguard really fixed setUpCourtyardRegion().. 2011-02-22 13:33:30 +01:00
.gitignore added NetBeans project files 2011-02-22 13:03:06 +01:00
CHANGELOG.txt Updated for 4.0-alpha1. 2011-02-23 11:25:10 -08:00
LICENSE.txt Re-added priority tree region manager implementation. Add and removal operations are not yet optimized. 2011-02-12 16:09:21 -08:00
README.txt Updated changelog, readme. 2011-01-17 19:22:04 -08:00
blacklist.txt Made WorldGuard write default configuration files, more friendly. Removed hMod configuration files. 2011-01-17 00:05:35 -08:00
blacklist_table.sql Added comments and messages. Made the blacklist notification messages more compact and a different color. 2010-11-20 11:47:32 -08:00
build.xml removed CraftBukkit dependency 2011-02-23 19:13:56 +01:00
config.yml Added ability to change default values of region's flags in config.yml for: FLAG_LIGHTER, FLAG_TNT, FLAG_CREEPER_EXPLOSION, FLAG_MOB_DAMAGE 2011-02-22 15:06:25 +01:00
javadoc.xml Added Javadoc compilation. 2011-01-22 01:31:57 -08:00
plugin.yml Added parent-child relationships to regions, overhauled region code, added global build flag, improved flag support. 2011-01-21 15:23:11 -08:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

WorldGuard
Copyright (c) 2010, 2011 sk89q <http://www.sk89q.com>
Licensed under the GNU Lesser General Public License v3

Introduction
------------

WorldGuard protects your server!

Documentation can be found at:
http://wiki.sk89q.com/wiki/WorldGuard

Thanks
------

While I would like to thank everyone for their support, I would like to
say thanks to the following individuals for their direct
contributions to WorldGuard:

- Sturmeh, for contributing the original durability workaround
- Meaglin, for changing the on flow hook at my request
- Dinnerbone, for implementing the on item pick up hook at my request,
    and also for figuring out the durability bug in the process