WorldEdit is a Minecraft map editor that runs in-game as a mod or plugin.
WorldEdit solves the problem of tedious manual terrain and structure editing in Minecraft by providing in-game tools for large-scale modifications. It works by offering a suite of editing capabilities including selections, schematics, copy and paste operations, brushes, and scripting support. Players can use these tools in creative mode, survival mode, single-player worlds, or on multiplayer servers to build, fix mistakes, and repair griefing damage without leaving the game.
The tool is suitable for creative builders, server administrators, and anyone needing efficient bulk editing capabilities. It works across multiple Minecraft platforms: NeoForge, Fabric, Bukkit, Spigot, Paper, and Sponge. The project requires Java Edition and can be downloaded as a pre-built mod or plugin from Modrinth for straightforward installation.
Development is well-structured for contribution, with clear setup instructions that require only Java 21 or later and a single Gradle command to run the game with WorldEdit included. The project maintains comprehensive documentation including separate guides for compilation and contribution guidelines, and it supports development in standard Java IDEs like IntelliJ IDEA Community Edition. The codebase is organized into platform-specific modules, allowing contributors to work on particular implementations. The project is licensed under GPL v3, making all contributions open source.