🛡️ Protect your Minecraft server and lets players claim areas
Go to file
2012-10-24 00:29:19 -07:00
src Changed the region MySQL database to marshal and unmarshal values using YAML, which should fix the notable problems regarding non-string flag data types. 2012-10-24 00:28:43 -07: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
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
CHANGELOG.txt Updated CHANGELOG.txt. 2012-10-07 10:40:00 -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
pom.xml Cleaned up pom.xml and updated CommandBook to 2.1. 2012-10-24 00:29:19 -07:00
README.html Updated the ancient README.html. 2012-10-24 00:29:19 -07:00
README.md Updated README.md. 2012-10-24 00:29:19 -07:00
region_storage_update_20110325.sql Fixed regions with same name in different worlds not behaving correctly 2012-03-27 17:18:39 -07:00
region_storage.sql Fixed regions with same name in different worlds not behaving correctly 2012-03-27 17:18:39 -07:00

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.

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.

Please see the wiki for further information about contributing.