🛡️ Protect your Minecraft server and lets players claim areas
Go to file
Joo200 0a9eb447d6 store custom domains thread safe, improve api usability 2023-08-20 11:06:36 +02:00
.github Fixed invalid label 2021-11-25 22:00:40 +01:00
buildSrc Merge branch 'version/7.0.x' 2023-06-18 18:47:29 +02:00
config/checkstyle Remove timings for third-party session handlers 2023-04-09 21:27:13 -04:00
gradle/wrapper deps: Update gradle to 8.1.1 2023-06-16 09:50:37 +02:00
worldguard-bukkit Merge remote-tracking branch 'origin/version/7.0.x' 2023-08-14 14:21:50 +02:00
worldguard-core store custom domains thread safe, improve api usability 2023-08-20 11:06:36 +02:00
worldguard-libs Merge branch 'version/7.0.x' 2023-03-26 15:17:06 +02:00
.gitattributes Build script updates. 2022-03-12 17:21:50 -05: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 Remove Support for 1.19 2023-07-30 18:20:02 +02:00
COMPILING.md Bumped versions: Minecraft to 1.19 and JDK 17 2022-06-14 11:25:06 -04: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 Update Readme to use https and Java 17 2023-06-16 09:50:37 +02:00
build.gradle.kts Updated dependencies and gradle 2021-07-07 10:17:08 -04:00
gradle.properties Bump to snapshot. 2023-07-31 20:12:56 -04:00
gradlew deps: Update gradle to 8.1.1 2023-06-16 09:50:37 +02:00
gradlew.bat Updated wrapper 2022-12-09 13:26:02 +01: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 17 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.