🛡️ Protect your Minecraft server and lets players claim areas
Go to file
JOO200 f17f1fc8c8 bump travis-ci to jdk11 2021-07-07 10:17:08 -04:00
.github s/WorlGuard/WorldGuard 2020-08-16 14:44:57 +10:00
buildSrc Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
config/checkstyle Handle spigot's entity mount event (#1755) 2021-06-06 19:34:26 -04:00
gradle/wrapper Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
worldguard-bukkit Fix protections for copper and rooted dirt 2021-07-07 10:17:08 -04:00
worldguard-core Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
worldguard-libs Relocate squirrelid in source, fix flyway shading. 2019-07-30 09:44:19 -04:00
.gitattributes Fixed matching with blocks vs items 2018-08-13 22:20:26 +10:00
.gitignore Add a scripts folder to gitignore for dev scripts 2020-01-14 22:51:13 -05:00
.travis.yml bump travis-ci to jdk11 2021-07-07 10:17:08 -04:00
CHANGELOG.md Changelog for 7.0.5. 2021-06-07 22:49:23 -04:00
CONTRIBUTING.md Update Java version in CONTRIBUTING.md (#1764) 2021-05-10 11:22:38 +10:00
HEADER.txt Migrate gradle to kotlin dsl. 2019-07-29 23:25:13 -04:00
LICENSE.txt Fixed matching with blocks vs items 2018-08-13 22:20:26 +10:00
README.md Small readme tweaks. 2020-12-09 11:28:13 -05:00
build.gradle.kts Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
gradle.properties Bump to snapshot. 2021-06-07 23:03:37 -04:00
gradlew Update gradle wrapper, more buildscript fixes. 2020-07-03 17:06:31 -04:00
gradlew.bat Update gradle wrapper, more buildscript fixes. 2020-07-03 17:06:31 -04:00
settings.gradle.kts Fix poms, remove bukkit lib project since it's currently unused. 2019-07-29 23:41:38 -04:00
worldguard-logo.png Add logo to source, remove outdated notes. 2019-04-26 15:06:47 -04:00
worldguard-logo.svg Add an SVG logo 2020-10-23 21:44:09 +10: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.

A Bukkit server implementation (such as Paper) and the WorldEdit plugin are 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.

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.