2012-10-20 04:01:44 +00:00
![WorldEdit ](http://static.sk89q.com/readme/worldedit.png )
2011-01-30 23:10:48 +00:00
=========
2012-10-20 04:01:44 +00:00
WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single
player and multiplayer, that lets you:
2011-01-30 23:10:48 +00:00
2012-10-20 04:01:44 +00:00
* Change thousands of blocks in an area at once by selecting regions.
* Use over 100 functions to modify the world or remove problems.
* Remove large chunks of land as you wish.
* Sculpt the world and build mountains with brushes.
* Fix annoyances such as broken water, missing snow, raging fires, and more.
WorldEdit is open source and is available under the GNU General Public License v3.
2012-03-06 21:18:08 +00:00
2011-01-30 23:10:48 +00:00
Compiling
---------
2012-10-20 04:01:44 +00:00
The project is written for Java 6 and our build process makes use of [Maven ](http://maven.apache.org ). Detailed compilation information [can be found on the wiki ](http://wiki.sk89q.com/wiki/WorldEdit/Development#Compiling ).
2011-08-06 21:22:59 +00:00
2012-10-20 04:01:44 +00:00
Dependencies are automatically handled by Maven.
2012-03-06 21:18:08 +00:00
2011-01-30 23:10:48 +00:00
Contributing
------------
2012-10-20 04:01:44 +00:00
We happily accept contributions, especially through pull requests on GitHub. Submissions
must be licensed under the GNU Lesser General Public License v3.
2012-10-25 18:52:09 +00:00
Please read CONTRIBUTING.md for important guidelines to follow.
2012-10-20 04:01:44 +00:00
2012-11-07 20:59:52 +00:00
We recommend following our [mailing list ](https://groups.google.com/d/forum/sk-dev-discuss ), especially if you have some big ideas that you want to implement.
2012-10-20 04:01:44 +00:00
Links
-----
2011-01-30 23:10:48 +00:00
2012-11-07 20:59:52 +00:00
* [Mailing list ](https://groups.google.com/d/forum/sk-dev-discuss )
2012-10-20 04:01:44 +00:00
* [IRC channel ](http://skq.me/irc/irc.esper.net/sk89q/ ) (#sk89q on irc.esper.net)
2013-05-05 15:06:16 +00:00
* [Issue tracker ](http://youtrack.sk89q.com/issues/WORLDEDIT )
2012-10-20 04:01:44 +00:00
* [Continuous integration ](http://build.sk89q.com ) [![Build Status ](https://secure.travis-ci.org/sk89q/worldedit.png )](http://travis-ci.org/sk89q/worldedit)
2012-10-25 18:52:09 +00:00
* [End-user documentation ](http://wiki.sk89q.com/wiki/WorldEdit )