🛡️ Protect your Minecraft server and lets players claim areas
Go to file
2011-02-26 01:02:47 +01:00
lib Updated for iConomy 4.0 API 2011-02-25 15:30:28 +01:00
nbproject merged with recent commits 2011-02-25 17:28:08 +01:00
src updated FlagInfo, don't check for commands directly in CommandRegionFlag, use FlagInfo 2011-02-26 00:51:35 +01:00
tests/com/sk89q/worldguard getAreaFlag() functions now won't throw exceptions, updated /region info, fixed a typo in /region flag, parent regions are no longer required to overlap their children 2011-02-25 20:58:48 +01:00
.gitignore added NetBeans project files 2011-02-22 13:03:06 +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
blacklist.txt Made WorldGuard write default configuration files, more friendly. Removed hMod configuration files. 2011-01-17 00:05:35 -08:00
build.xml 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
CHANGELOG.txt Updated for 4.0-alpha1. 2011-02-23 11:25:10 -08:00
config.yml removed upcoming settings 2011-02-26 01:02:47 +01:00
global.yml 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
javadoc.xml Added Javadoc compilation. 2011-01-22 01:31:57 -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
permissions_list.txt removed upcoming settings 2011-02-26 01:02:47 +01:00
plugin.yml added /region priority command, fixed loading region parent loading 2011-02-26 00:21:01 +01: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