mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-18 15:17:36 +01:00
🛡️ Protect your Minecraft server and lets players claim areas
54973fdf82
- Unified movement checking. Teleporting is now handled by entry/exit flags. Additionally, a region movement event is much closer to being added. - Fixed an issue with enderpearls and exit/entry flags conflicting. - Fixed a null check issue in several commands. - Fixed allowed and blocked command flags making false matches and improved support for blocking/allowing specific command args. |
||
---|---|---|
contrib | ||
src | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.txt | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
pom.xml | ||
README.html | ||
README.md |
WorldGuard is a toolbox of various functions, useful for multiplayer servers, that lets you:
- Protect your server from a number of problems.
- Block fire spread, lava spread, endermen, and more.
- Flag areas as "no PVP" or "no TNT."
- Assign ownership to areas so only selected individuals can build.
- Use a number of useful commands.
WorldGuard is open source and is available under the GNU General Public License v3.
Compiling
The project is written for Java 6 and our build process makes use of Maven. Detailed compilation information can be found on the wiki.
Dependencies are automatically handled by Maven.
Contributing
We happily accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU General Public License v3.
Please read CONTRIBUTING.md for important guidelines to follow.
We recommend following our mailing list, especially if you have some big ideas that you want to implement.
Links
- Mailing list
- IRC channel (#sk89q on irc.esper.net)
- Issue tracker
- Continuous integration
- End-user documentation