Go to file
2018-08-20 15:57:42 +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 Merge pull request #420 from sk89q/server-side-cui 2018-08-20 14:46:08 +10:00
worldedit-core Replace FuzzyBlockMask with BlockMask, and added BlockTypeMask as a more performant mask for just block types. 2018-08-20 15:57:42 +10:00
worldedit-forge Fixed sessions not saving on shutdown 2018-08-19 13:01:08 +10:00
worldedit-sponge Fixed sessions not saving on shutdown 2018-08-19 13:01:08 +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
CONTRIBUTING.md
gradlew Upgrade Gradle to 4.0.2 2017-08-01 22:20:56 -07:00
gradlew.bat
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.