mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
🛡️ Protect your Minecraft server and lets players claim areas
bb9dff7b8c
The group flags set with /region flag -g have no effect if the normal flag is not also set, nor will they be displayed with /region info once the normal flag is deleted. However, if a group flag was to remain set in the database, the next time a user sets the normal flag, they might be surprised to suddenly see the corresponding group set as well. Since the -g group is presented to the user as an attribute of the normal flag, rather than a standalone flag, the group flag should be deleted along with the normal flag. |
||
---|---|---|
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.
Links
- IRC channel (#sk89q on irc.esper.net)
- Issue tracker
- Continuous integration
- End-user documentation