🛡️ Protect your Minecraft server and lets players claim areas
Go to file
sk89q b7481dbd2e Updated config. 2011-04-24 13:14:12 -07:00
lib Removed JSON database support. Restored flag loading support to the CSV database so that they can be ported over to the new format. 2011-04-01 18:24:34 -07:00
src Updated for 1.5 and added existing lightning protection. 2011-04-25 04:08:28 +08:00
tests/com/sk89q/worldguard More progress. 2011-03-27 23:49:30 -07:00
.gitignore Project files and .gitignore should not be in the repo. 2011-04-01 18:28:23 -07: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 blacklist can now be used as whitelist 2011-02-27 17:48:07 +01:00
blacklist_table.sql configuration is now per-world, updated permissions, made commands compatible with console where possible, /region flag now checks correctly for permissions, & some fixes 2011-02-25 16:50:28 +01:00
build.xml Updated for 1.5 and added existing lightning protection. 2011-04-25 04:08:28 +08:00
config.yml Added missing default global config option to file. 2011-04-07 00:35:52 -04:00
config_world.yml Updated config. 2011-04-24 13:14:12 -07:00
javadoc.xml Added Javadoc compilation. 2011-01-22 01:31:57 -08:00
permissions_list.txt updated permissions_list.txt 2011-02-28 20:39:30 +01:00
plugin.yml Added /god back in. 2011-04-02 01:16:10 -07: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