🛡️ Protect your Minecraft server and lets players claim areas
Go to file
2011-01-20 11:23:56 -08:00
src Fixed the item durability disable setting changing the damage value on an empty hand. 2011-01-20 11:23:13 -08:00
tests/com/sk89q/worldguard Fixed errors in tests. 2011-01-17 17:45:51 -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
blacklist.txt Made WorldGuard write default configuration files, more friendly. Removed hMod configuration files. 2011-01-17 00:05:35 -08:00
build.xml Fixed issue where the build process did not make sure that plugin.yml would be updated. 2011-01-17 17:47:07 -08:00
CHANGELOG.txt Updated for 2.3.1. 2011-01-20 11:23:56 -08:00
config.yml Updated example config.yml. 2011-01-20 01:56:42 -08:00
LICENSE.txt Initial commit. 2010-11-14 00:55:01 -08:00
plugin.yml Added /locate. 2011-01-20 01:54:47 -08:00
README.txt Updated changelog, readme. 2011-01-17 19:22:04 -08:00

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