Go to file
2018-08-19 14:41:09 +10:00
config/checkstyle [Forge] Update to latest 1.11.2 mappings 2017-08-01 23:01:12 -07:00
contrib/craftscripts
gradle/wrapper Update gradle 2018-08-04 11:43:41 +10:00
worldedit-bukkit Fixed NotABlockException not getting thrown 2018-08-19 14:41:09 +10:00
worldedit-core Fixed NotABlockException not getting thrown 2018-08-19 14:41:09 +10:00
worldedit-forge Moved report framework to WorldEdit and fixed a few bugs. 2018-08-15 12:45:18 +10:00
worldedit-sponge Make BaseBlock more memory efficient, and make it clear in the API that it's not intended to be used for every single block. 2018-08-10 20:29:06 +10:00
.gitattributes
.gitignore Moved the impl classes over to a directory structure 2016-12-29 12:15:55 -05:00
.travis.yml
build.gradle Cleanup a little bit more code. 2018-08-06 19:08:15 +10:00
CHANGELOG.txt
COMPILING.md Update some notes in the compiling doc 2016-12-02 20:21:03 -08:00
CONTRIBUTING.md Update contributing doc 2016-12-02 20:27:46 -08:00
gradlew Upgrade Gradle to 4.0.2 2017-08-01 22:20:56 -07:00
gradlew.bat [Forge] Initial update to 1.11 2016-12-01 23:14:16 -05:00
LICENSE.txt
README.html
README.md Typing is hard. Fix typo in README. 2017-11-11 08:04:15 -08:00
settings.gradle

WorldEdit

WorldEdit is Minecraft mod that turns Minecraft into an in-game map editor (sorta, kinda).

  • Make awesome stuff with half the time OR make quadriply awesome creations with the same time
  • Get lost in hundreds of options and functions that even we've forgotten existed
  • Utilize Photoshop-like tools like "selection areas" and "brushes"
  • Making fjords and other natural wonders with weird names
  • Also: fix grief, broken water, missing snow, raging fires, and other 💩

WorldEdit is open source!, so if you've just learned how to make a button blink, I probably recommend picking up a book on CS algorithms. The project is licensed using the GNU Lesser General Public License license, v3.

Compiling

See COMPILING.md for a guide on compiling WorldEdit.

Contributing

We happily accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU Lesser General Public License v3.

Please read CONTRIBUTING.md for important guidelines to follow.