🛡️ Protect your Minecraft server and lets players claim areas
Go to file
JOO200 3cb4abdbf7 Updated amount of modules, Windows command prompt and outdated hints 2022-01-08 21:23:11 +01:00
.github Fixed invalid label 2021-11-25 22:00:40 +01:00
buildSrc Update guava to match MC 1.18 guava. 2021-11-30 20:42:54 -05:00
config/checkstyle Update to Java 16, Gradle 7.0.2 and Bstats 2.1.0 2021-07-07 10:17:08 -04:00
gradle/wrapper Update gradle. 2021-11-25 11:27:00 -05:00
worldguard-bukkit Allows claimed regions to inherit from a template region (#1864) 2022-01-02 10:07:00 -05:00
worldguard-core Allows claimed regions to inherit from a template region (#1864) 2022-01-02 10:07:00 -05:00
worldguard-libs Exclude paper-api from squirrelid dependency (Compilefix for removed maven mirrors) 2021-12-30 20:41:57 +01: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.6. 2021-09-16 18:44:42 -04:00
COMPILING.md Updated amount of modules, Windows command prompt and outdated hints 2022-01-08 21:23:11 +01:00
CONTRIBUTING.md Updated amount of modules, Windows command prompt and outdated hints 2022-01-08 21:23:11 +01: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 Add COMPILING.md and set Java Version to 16 2022-01-08 21:03:11 +01:00
build.gradle.kts Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
gradle.properties Bump to 7.0.7-SNAPSHOT. 2021-09-16 18:51:54 -04:00
gradlew Update gradle. 2021-11-25 11:27:00 -05:00
gradlew.bat Update gradle. 2021-11-25 11:27:00 -05: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 16 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.