Go to file
2011-12-26 00:06:50 +01:00
craftscripts Add SSL to GitHub URL and new forum link 2011-11-25 06:34:10 +01:00
lib
src Fixed some warnings. 2011-12-26 00:06:50 +01:00
.gitignore Added .gitignore to ignore some eclipse files. 2011-10-31 21:56:32 +01:00
CHANGELOG.txt Updated changelog for release 2011-12-13 05:57:42 +01:00
LICENSE.txt
NOTICE.txt
pom.xml Set required CraftBukkit version back to 1.0.1-R1 (i.e. RB 1597) 2011-12-18 09:27:52 +01:00
README.html Updated README.html. 2011-10-01 19:11:58 -07:00
README.md

WorldEdit

WorldEdit is a voxel and block manipulation library for Minecraft. It is primarily a library but bindings to Bukkit (included) and SPC (external) are available.

Compiling

You need to have Maven installed (http://maven.apache.org). Once installed, simply run:

mvn clean package install

Maven will automatically download dependencies for you. Note: For that to work, be sure to add Maven to your "PATH".

Issue Tracker

Please submit bug reports and feature requests here: http://redmine.sk89q.com/projects/worldedit/issues

Contributing

We happily accept contributions. The best way to do this is to fork WorldEdit on GitHub, add your changes, and then submit a pull request. We'll look at it, make comments, and merge it into WorldEdit if everything works out.

Your submissions have to be licensed under the GNU General Public License v3.