mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-15 07:05:32 +01:00
🛡️ Protect your Minecraft server and lets players claim areas
d37f015f0c
This is possibly a breaking change, in that WG will be overprotective in regions which previously had interact set to allow but didn't change the chest-access flag. If you previously had regions like this where you would like to have non-members access chests, you will need to set the chest-access flag to allow. This change was made to alleviate some confusion that became more evident recently with lecterns, since interacting with lecterns allowed one to read a book, but the chest-access flag controlled taking the book. This required setting interact to allow and chest-access to deny (at least for nonmembers) to allow guests to read books but not take them. This is a tentative change and may be reverted if it is too unpopular. Thanks for testing dev builds :^) |
||
---|---|---|
buildSrc | ||
config/checkstyle | ||
gradle/wrapper | ||
worldguard-bukkit | ||
worldguard-core | ||
worldguard-libs | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
build.gradle.kts | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
HEADER.txt | ||
LICENSE.txt | ||
README.md | ||
settings.gradle.kts | ||
worldguard-logo.png |
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.
Currently, Bukkit is 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.
Links
- Homepage
- Discord
- IRC channel (#sk89q on irc.esper.net)
- Issue tracker
- Continuous integration
- End-user documentation