Skip to content

MIOGMIOG/WorldEdit-for-LilyBukkit

Repository files navigation

WorldEdit for LilyBukkit project

This is a project to port WorldEdit to the LilyBukkit server software. "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 and JDK 8 installed. Once installed, simply run:

mvn package --file pom.xml

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: https://github.com/MIOGMIOG/WorldEdit-for-LilyBukkit/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."