No description
Find a file
Seremptos 3ab3b110fe
Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	worldguard-bukkit/src/main/java/com/sk89q/worldguard/bukkit/listener/RegionProtectionListener.java
2025-12-12 01:00:32 +01:00
.github Fixed invalid label 2021-11-25 22:00:40 +01:00
build-logic Port outside repo usage elimination 2025-01-25 09:35:01 -05:00
buildSrc/src/main/kotlin Merge branch 'refs/heads/version/7.0.x' 2024-09-16 20:08:34 +02:00
config/checkstyle A bit of cleanup. 2024-07-21 23:26:45 -04:00
gradle Add material defs for 1.21.5. (#2204) 2025-05-17 16:08:40 -04:00
worldguard-bukkit Merge remote-tracking branch 'upstream/master' 2025-12-12 01:00:32 +01:00
worldguard-core Merge remote-tracking branch 'upstream/master' 2025-12-12 01:00:32 +01:00
worldguard-libs A bit of cleanup. 2024-07-21 23:26:45 -04: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
build.gradle.kts A bit of cleanup. 2024-07-21 23:26:45 -04:00
CHANGELOG.md Release 7.0.14 2025-06-12 23:09:40 +10:00
COMPILING.md Update dependencies to 1.20.5 and jdk 21 2024-04-28 15:32:32 +02:00
CONTRIBUTING.md Updated amount of modules, Windows command prompt and outdated hints 2022-01-08 21:23:11 +01:00
gradle.properties Back to SNAPSHOT for continued development 2025-06-12 23:10:23 +10:00
gradlew Port outside repo usage elimination 2025-01-25 09:35:01 -05:00
gradlew.bat Bump Versions 2024-04-07 22:02:57 +02: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 Point readme to compiling file so we don't have to update two places. 2025-03-10 13:15:48 -04:00
settings.gradle.kts Port outside repo usage elimination 2025-01-25 09:35:01 -05:00
worldguard-logo.png Add logo to source, remove outdated notes. 2019-04-26 15:06:47 -04:00
worldguard-logo.svg Add outline to logo SVG akin to WorldEdit and CraftBook 2024-05-01 23:08:16 +10: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.

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

See COMPILING.md.

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.