🛡️ Protect your Minecraft server and lets players claim areas
Go to file
sk89q ee2ed762c2 Added a better and more complete implementation for attributes with sane class names. 2013-02-07 12:11:25 -08:00
contrib Added LegacyMySqlStoreFactory, moved .sql files to src/main/resources/sql. 2012-11-17 16:29:20 -08:00
src Added a better and more complete implementation for attributes with sane class names. 2013-02-07 12:11:25 -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
.travis.yml Say hi to travis-ci. 2012-10-24 00:28:43 -07:00
CHANGELOG.txt Updated CHANGELOG.txt for 5.6. 2012-11-03 12:15:43 -07:00
CONTRIBUTING.md Brought README.md and CONTRIBUTING.md inline with latest updates. 2012-10-28 13:54:06 -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 to mention the moved spawn-protection setting, added more explanations. 2012-11-03 12:15:43 -07:00
README.md We have a new issue tracker. 2012-11-02 18:15:02 -07:00
pom.xml Added org.mockito:mockito-all v1.9.5 as test dependency. 2013-02-03 23:46:14 -08:00

README.md

WorldGuard

WorldGuard is a toolbox of various functions, useful for multiplayer servers, that lets you:

  • Protect your server from a number of problems.
  • Block fire spread, lava spread, endermen, and more.
  • Flag areas as "no PVP" or "no TNT."
  • Assign ownership to areas so only selected individuals can build.
  • Use a number of useful commands.

WorldGuard is open source and is available under the GNU General Public License v3.

Compiling

The project is written for Java 6 and our build process makes use of Maven. Detailed compilation information can be found on the wiki.

Dependencies are automatically handled by Maven.

Contributing

We happily accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU General Public License v3.

Please read CONTRIBUTING.md for important guidelines to follow.