🛡️ Protect your Minecraft server and lets players claim areas
Go to file
sk89q 7a01168781 Rewrite region API. Migrations need to be re-implemented.
This commit, however, adds:

* Better support for background saves and loads.
* Periodical writes of region changes rather than explicit save() calls.
* Rewrite of the MySQL region code.
* Support for partial saves when using MySQL.
* Decoupling of region index implementations and RegionManager.

What still needs to be done includes:

* Background region modification operations (addmember, etc.).
* Unit tests to verify correctness of the partial saving.
* Migration support (to be re-added).
* Better handling when regions are failing to save.
* Testing of the /rg load and /rg save commands.
* Verification of how server shutdown / world unload is handled.
* Verification that thread-unsafe concurrent saves of data is not happening.
2014-08-08 20:28:49 -07:00
contrib Add migrations for region MySQL support. 2014-08-01 21:29:40 -07:00
src Rewrite region API. Migrations need to be re-implemented. 2014-08-08 20:28:49 -07:00
.gitattributes Added a .gitattributes file 2012-01-03 14:47:46 +01:00
.gitignore Fix .gitignore ignoring too many things. 2014-07-28 16:45:24 -07:00
.travis.yml Say hi to travis-ci. 2012-10-24 00:28:43 -07:00
CHANGELOG.txt Prepared release of v5.9. 2014-02-28 16:45:09 -08:00
CONTRIBUTING.md Brought README.md and CONTRIBUTING.md inline with latest updates. 2012-10-28 13:54:06 -07:00
LICENSE.txt Cleanup code and add checkstyle configs from WorldEdit. 2014-07-12 19:31:43 -07:00
pom.xml Make some dependencies optional=true. 2014-08-02 11:25:27 -07:00
README.html Updated README.html to mention the moved spawn-protection setting, added more explanations. 2012-11-03 12:15:43 -07:00
README.md Cleanup code and add checkstyle configs from WorldEdit. 2014-07-12 19:31:43 -07:00

WorldGuard

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 Lesser 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.

Please read CONTRIBUTING.md for important guidelines to follow.

Submissions must be licensed under the GNU Lesser General Public License v3.