This is a program that adds World Edit capabilities inside Minecraft. Specifically, it allows you to do thre types of operations in the game:
- Create: a. Geometry in the game. ie Walls, Floors, Boxes, Circles, Rings, Triangles and Spheres b. Randomly generated complex structures, ie Mazes and Houses
- Save a list of positions(coordinates) in the game so that you can run mulitple create commands on the same coordinate.
- Imports Java Edition Schematics into the game.
Command | Subcommand | Arguments | Description |
---|---|---|---|
pos | add | name | Adds the players currect position(coordinates) under the name specified. |
pos | list | Lists the names and coordinates ( X , Y , Z) of all saved positions. | |
pos | remove | name | Removes the stored position by it's name. |
Command | Subcommand | Arguments |
---|---|---|
create | box | width length height block |
create | box | width length height block position |
create | box | width length height block x y z |
create | walls | width length height blockname |
create | walls | width length height blockname position |
create | walls | width length height blockname x y z |
create | floor | width length blockname |
create | floor | width length blockname position |
create | floor | width length blockname x y z |
create | outline | width length height blockname |
create | outline | width length height blockname position |
create | outline | width length height blockname x y z |
create | circle | radius height blockname |
create | circle | radius height blockname position |
create | circle | radius height blockname x y z |
create | ring | radius height blockname |
create | ring | radius height blockname position |
create | ring | radius height blockname x y z |
create | sphere | radius blockname |
create | sphere | radius blockname position |
create | sphere | radius blockname x y z |
create | triangle | [fill] radius blockname |
create | triangle | [fill] radius blockname position |
create | triangle | [fill] radius blockname x y z |
create | poly | [fill] startingAngle sides steps radius blockname |
create | poly | [fill] startingAngle sides steps radius height(Y) blockname |
create | poly | [fill] startingAngle sides steps radius height(Y) blockname position |
create | poly | [fill] startingAngle sides steps radius height(Y) blockname x y z |
Command | Subcommand | Arguments |
---|---|---|
create | house | |
create | house | blockname |
create | maze | width(X) length(Z) height(Y) wall-thickness inner-thickness blockname |
create | maze | width(X) length(Z) height(Y) wall-thickness inner-thickness blockname position |
create | maze | width(X) length(Z) height(Y) wall-thickness inner-thickness blockname x y z |
Command | Subcommand | Arguments | Description |
---|---|---|---|
schematic | list | ||
schematic | analyze | name | |
schematic | import | name x y z rotation shiftX shiftY shiftZ |
- Download worldedit
- Run WorldEdit.exe
- From within a minecraft chat window type /connect 127.0.0.1:12112
- Start using the commands.
Optionally: there is an integration which uses the EDU Code Connection to talk with bedrock, but current the plugin does not require this.
- Download Minecraft Code Connection from microsoft. ( https://aka.ms/meeccwin10 )