Skip to content

carltoncolter/minecraft-worldedit-bedrock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft World Edit for Windows 10 Bedrock Edition

This is a program that adds World Edit capabilities inside Minecraft. Specifically, it allows you to do thre types of operations in the game:

  1. Create: a. Geometry in the game. ie Walls, Floors, Boxes, Circles, Rings, Triangles and Spheres b. Randomly generated complex structures, ie Mazes and Houses
  2. Save a list of positions(coordinates) in the game so that you can run mulitple create commands on the same coordinate.
  3. Imports Java Edition Schematics into the game.

POS Command List

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.

Create Command List

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

Complex Create Commands

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

Scehmatic Commands

Command Subcommand Arguments Description
schematic list
schematic analyze name
schematic import name x y z rotation shiftX shiftY shiftZ

Install

  1. Download worldedit
  2. Run WorldEdit.exe
  3. From within a minecraft chat window type /connect 127.0.0.1:12112
  4. 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.

  1. Download Minecraft Code Connection from microsoft. ( https://aka.ms/meeccwin10 )

About

World Edit for Minecraft bedrock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • AutoHotkey 0.1%