🛡️ Protect your Minecraft server and lets players claim areas
Go to file
wizjany 3c9b21d01f
Add timings to third-party session handlers (#1717)
* Add Timings for third-party session handlers.

These often cause WorldGuard to get blamed by timings.

* Add config option to turn off extra timings.

* Move relocation to the right build file.

* Move config to a map for potential future expansion.

* Calculate timing immediately per-factory.

Instead of on each handler creation.
2021-02-06 11:10:04 -05:00
.github s/WorlGuard/WorldGuard 2020-08-16 14:44:57 +10:00
buildSrc Declare some recently hidden dependencies. 2020-07-17 01:11:12 -04:00
config/checkstyle Add timings to third-party session handlers (#1717) 2021-02-06 11:10:04 -05:00
gradle/wrapper Update gradle wrapper, more buildscript fixes. 2020-07-03 17:06:31 -04:00
worldguard-bukkit Add timings to third-party session handlers (#1717) 2021-02-06 11:10:04 -05:00
worldguard-core Add timings to third-party session handlers (#1717) 2021-02-06 11:10:04 -05: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 Maybe fix travis. 2019-07-18 14:54:13 -04:00
build.gradle.kts Build script cleanup/updates. 2020-07-02 19:09:09 -04:00
CHANGELOG.md Note the new region converter class for devs. 2020-09-26 16:05:27 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md (#399) 2019-04-07 23:12:13 +10:00
gradle.properties Bump to snapshot version. 2020-09-26 12:57:03 -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
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
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

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.