Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EngineHub/WorldGuard
🛡️ Protect your Minecraft server and lets players claim areas
https://github.com/EngineHub/WorldGuard
java minecraft worldedit worldguard
Last synced: 6 days ago
JSON representation
🛡️ Protect your Minecraft server and lets players claim areas
- Host: GitHub
- URL: https://github.com/EngineHub/WorldGuard
- Owner: EngineHub
- License: other
- Created: 2010-11-18T03:25:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T20:04:11.000Z (7 months ago)
- Last Synced: 2024-04-13T21:53:33.332Z (7 months ago)
- Topics: java, minecraft, worldedit, worldguard
- Language: Java
- Homepage: https://enginehub.org/worldguard/
- Size: 6.15 MB
- Stars: 795
- Watchers: 50
- Forks: 513
- Open Issues: 128
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-minecraft - 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. (Server Plugins / Building)
README
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 defaultWorldGuard is open source and is available under the GNU Lesser
General Public License v3.A Bukkit server implementation (such as [Paper](https://papermc.io)) and the [WorldEdit plugin](https://dev.bukkit.org/projects/worldedit) are required to use WorldGuard. You can get a release copy of WorldGuard from the [BukkitDev site](https://dev.bukkit.org/projects/worldguard).
Compiling
---------The project is written for Java 17 and our build process makes use of
[Gradle](http://gradle.org).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](https://enginehub.org/worldguard)
* [Discord](https://discord.gg/enginehub)
* [Issue tracker](https://github.com/EngineHub/WorldGuard/issues)
* [Continuous integration](https://builds.enginehub.org) [![Build Status](https://ci.enginehub.org/app/rest/builds/buildType:bt11,branch:master/statusIcon.svg)](http://ci.enginehub.org/viewType.html?buildTypeId=bt11&guest=1)
* [End-user documentation](https://worldguard.enginehub.org/en/latest/)