mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 11:36:11 +01:00
🛡️ Protect your Minecraft server and lets players claim areas
fe62c8d0c5
Fixed database connection timing out Added an error to be thrown explictly when the DB needs updating Added a generic exception for Fatal errors when loading configuration Exit the server when we encounter a fatal configuration exception |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
blacklist_table.sql | ||
CHANGELOG.txt | ||
LICENSE.txt | ||
pom.xml | ||
README.html | ||
README.md | ||
region_storage_update_20110325.sql | ||
region_storage.sql |
WorldGuard
WorldGuard protects your Minecraft server. As Minecraft's oldest surviving world protection mod, you know you're in safe hands.
Compiling
You need to have Maven installed (http://maven.apache.org). Once installed, simply run:
mvn clean install
Maven will automatically download dependencies for you. Note: For that to work, be sure to add Maven to your "PATH".
Contributing
We happily accept contributions. The best way to do this is to fork WorldGuard on GitHub, add your changes, and then submit a pull request. We'll look at it, make comments, and merge it into WorldGuard if everything works out.
By submitting code, you agree to place to license your code under the GNU General Public License v3.