🛡️ Protect your Minecraft server and lets players claim areas
Go to file
zml2008 d9e5fc2b60 [maven-release-plugin] prepare for next development iteration 2012-02-11 16:22:22 -08:00
src Now using Bukkit's tagged logging 2012-02-11 12:20:56 -08:00
.gitattributes Added a .gitattributes file 2012-01-03 14:47:46 +01:00
.gitignore Added some OSX filesystem dust to gitignore and fixed pom.xml comment 2011-11-30 19:01:05 -08:00
CHANGELOG.txt Added changelog for 5.5 2012-02-11 16:11:42 -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.html Updated README.html. 2011-06-26 16:48:51 -07:00
README.md Alright, here's a surprise. Everything is now on Maven. 2011-05-03 02:04:55 -07: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
pom.xml [maven-release-plugin] prepare for next development iteration 2012-02-11 16:22:22 -08:00
region_storage.sql Added MySQL region storage method. 2012-02-07 00:11:55 +01:00

README.md

WorldGuard

WorldGuard protects your Minecraft server. As Minecraft's oldest surviving world protection mod, you know you're in safe hands.

Compiling

You need to have Maven installed (http://maven.apache.org). Once installed, simply run:

mvn clean install

Maven will automatically download dependencies for you. Note: For that to work, be sure to add Maven to your "PATH".

Contributing

We happily accept contributions. The best way to do this is to fork WorldGuard on GitHub, add your changes, and then submit a pull request. We'll look at it, make comments, and merge it into WorldGuard if everything works out.

By submitting code, you agree to place to license your code under the GNU General Public License v3.