-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Eric Hexter edited this page Jul 11, 2020
·
6 revisions
This is a program that adds World Edit capabilities inside Minecraft. Specifically, it allows you to do three types of operations in the game:
- Create geometry in the game. ie Walls, Floors, Boxes, Circles, Rings, and Spheres
- 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.
Create geometry
- Box
- Walls
- Circle
- Sphere
- Merlon
- Floor
- Outline
- Ring
Import Schematics
- download schematics from https://www.minecraft-schematics.com/
- save the files in the same directory as worldeditor
- use the list and import command
Command | Subcommand | Arguments | Description | Example |
---|---|---|---|---|
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. | |
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 | ||
schematic | list | |||
schematic | analyze | name | ||
schematic | import | name x y z rotation shiftX shiftY shiftZ |