🛡️ Protect your Minecraft server and lets players claim areas
Go to file
wizjany 3d5ee7b571 Gradle-ize. Prep for Sponge.
Old Bukkit code can still be found in the worldguard-legacy folder
and built with `gradle worldguard-legacy:build`. Hopefully nothing
got lost in the gradle-ization.
2015-11-13 19:12:55 -05:00
config/checkstyle Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
gradle/wrapper Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
worldguard-core Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
worldguard-legacy Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
worldguard-sponge Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
.gitattributes Added a .gitattributes file 2012-01-03 14:47:46 +01:00
.gitignore Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
.travis.yml Say hi to travis-ci. 2012-10-24 00:28:43 -07:00
build.gradle Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
CHANGELOG.md Updated changelog for v6.1. 2015-06-08 15:04:52 -07:00
CONTRIBUTING.md Use Markdown for changelog + distributed README. 2014-08-23 20:24:25 -07:00
gradlew Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
gradlew.bat Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
INSTALL.md Use Markdown for changelog + distributed README. 2014-08-23 20:24:25 -07:00
LICENSE.txt Cleanup code and add checkstyle configs from WorldEdit. 2014-07-12 19:31:43 -07:00
README.md Update the README. 2014-08-23 22:15:10 -07:00
settings.gradle Gradle-ize. Prep for Sponge. 2015-11-13 19:12:55 -05:00
UPGRADE.md Fix a little typo in the UPGRADE document. 2015-01-08 11:58:20 -08:00

WorldGuard

WorldGuard lets you and players guard areas of land against griefers and undesirables, as well as tweak and disable various gameplay features of Minecraft.

  • Block creeper and wither block damage, falling damage, etc.;
  • Disable fire spread, lava fire spread, ice formation, Endermen picking up blocks, etc.;
  • Blacklist certain items and blocks so they can't be used;
  • Warn moderators when certain items and blocks are used;
  • Protect areas of your world so only certain people can build in them;
  • Set areas where PVP, TNT, mob damage, and other features are disabled;
  • Protect your server from various 'exploits' like magical obsidian creation machines;
  • Disable, or enable, various Minecraft features, like sponges from classic;
  • Add useful commands like an immediate "STOP ALL FIRE SPREAD" command.
  • Enable only features you want! Everything is off by default.

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

Currently, Bukkit is required to use WorldGuard. You can get a release copy of WorldGuard from the BukkitDev site.

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 read CONTRIBUTING.md for important guidelines to follow.

Submissions must be licensed under the GNU Lesser General Public License v3.