🛡️ Protect your Minecraft server and lets players claim areas
Go to file
sk89q 71467a7ae7 [maven-release-plugin] prepare release 5.2.1 2011-06-27 11:47:37 -07:00
src Changed /region {add|rem}{member|owner} to allow putting owners/members on the global region. 2011-06-27 11:23:33 -07:00
CHANGELOG.txt Updated CHANGELOG.txt for 5.2.1. 2011-06-27 11:37:22 -07: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 release 5.2.1 2011-06-27 11:47:37 -07: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.