🛡️ Protect your Minecraft server and lets players claim areas
Go to file
wizjany af93530dbe
Fix region equality across multiple region managers. (#395)
It is possible, for example when teleporting between two worlds, that
regions in two different managers are compared. If the regions in each
world have the same name, they would return equal. Removing the equals
override will prevent two different regions from seeming equal even if
they are not.
2019-03-01 21:42:07 -05:00
config/checkstyle Fix region equality across multiple region managers. (#395) 2019-03-01 21:42:07 -05:00
gradle/wrapper Gradle 5 2018-12-02 21:40:46 +10:00
worldguard-core Fix region equality across multiple region managers. (#395) 2019-03-01 21:42:07 -05:00
worldguard-legacy Fire UseItemEvent when fishing rod is cast. 2019-02-25 23:47:24 -05:00
worldguard-sponge Clean up a few files. 2015-11-13 20:39:50 -05:00
.gitattributes Fixed matching with blocks vs items 2018-08-13 22:20:26 +10:00
.gitignore Fixed matching with blocks vs items 2018-08-13 22:20:26 +10:00
.travis.yml Should fix travis builds. 2016-01-06 00:23:15 -05:00
CHANGELOG.md Release 6.1.2 for MC 1.9/1.10 2016-06-11 12:38:01 -04:00
CONTRIBUTING.md Use Markdown for changelog + distributed README. 2014-08-23 20:24:25 -07:00
LICENSE.txt Fixed matching with blocks vs items 2018-08-13 22:20:26 +10:00
README.md Bye Java 6. 2019-02-26 12:14:38 -05:00
build.gradle CSV support was removed 8 years ago. 2019-02-13 23:30:40 -05:00
gradlew Remove some files that were listed in the gitignore but still in the repo 2018-12-18 16:52:31 +10:00
gradlew.bat Gradle 5 2018-12-02 21:40:46 +10:00
settings.gradle Moved SquirrelID relocation to core project. (#394) 2019-01-27 19:47:08 -05:00

README.md

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 8 and our build process makes use of Gradle. Detailed compilation information can be found on the wiki.

Dependencies are automatically handled by Gradle.

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.