Commits
sk89q authored ddb910e2ea1
1 - | #  |
1 + | #  |
2 2 | |
3 - | WorldGuard is a toolbox of various functions, useful for multiplayer servers, |
4 - | that lets you: |
3 + | WorldGuard lets you and players guard areas of land against griefers and undesirables, as well as tweak and disable various gameplay features of Minecraft. |
5 4 | |
6 - | * Protect your server from a number of problems. |
7 - | * Block fire spread, lava spread, endermen, and more. |
8 - | * Flag areas as "no PVP" or "no TNT." |
9 - | * Assign ownership to areas so only selected individuals can build. |
10 - | * Use a number of useful commands. |
5 + | * Block creeper and wither block damage, falling damage, etc.; |
6 + | * Disable fire spread, lava fire spread, ice formation, Endermen picking up blocks, etc.; |
7 + | * Blacklist certain items and blocks so they can't be used; |
8 + | * Warn moderators when certain items and blocks are used; |
9 + | * Protect areas of your world so only certain people can build in them; |
10 + | * Set areas where PVP, TNT, mob damage, and other features are disabled; |
11 + | * Protect your server from various 'exploits' like magical obsidian creation machines; |
12 + | * Disable, or enable, various Minecraft features, like sponges from classic; |
13 + | * Add useful commands like an immediate "STOP ALL FIRE SPREAD" command. |
14 + | * Enable only features you want! Everything is off by default. |
11 15 | |
12 16 | WorldGuard is open source and is available under the GNU Lesser |
13 17 | General Public License v3. |
14 18 | |
19 + | Currently, Bukkit is required to use WorldGuard. You can get a release copy of WorldGuard from the [BukkitDev site](http://dev.bukkit.org/bukkit-plugins/worldguard/). |
20 + | |
15 21 | Compiling |
16 22 | --------- |
17 23 | |
18 24 | The project is written for Java 6 and our build process makes use of |
19 25 | [Maven](http://maven.apache.org). Detailed compilation information |
20 26 | [can be found on the wiki](http://wiki.sk89q.com/wiki/WorldGuard/Development#Compiling). |
21 27 | |
22 28 | Dependencies are automatically handled by Maven. |
23 29 | |
24 30 | Contributing |
29 35 | Please read CONTRIBUTING.md for important guidelines to follow. |
30 36 | |
31 37 | Submissions must be licensed under the GNU Lesser General Public License v3. |
32 38 | |
33 39 | Links |
34 40 | ----- |
35 41 | |
36 42 | * [Homepage](http://enginehub.org/worldguard) |
37 43 | * [IRC channel](http://skq.me/irc/irc.esper.net/sk89q/) (#sk89q on irc.esper.net) |
38 44 | * [Issue tracker](http://youtrack.sk89q.com/issues/WORLDGUARD) |
39 - | * [Continuous integration](http://builds.enginehub.org) [](http://travis-ci.org/sk89q/worldguard) |
45 + | * [Continuous integration](http://builds.enginehub.org) |
40 46 | * [End-user documentation](http://wiki.sk89q.com/wiki/WorldGuard) |