Kit

As WorldEdit for Bedrock is made for different devices, the kit was created to make it easier to use on any control; whether it's a keyboard, touchscreen or controller. It gives access to items that act as shortcuts to many common WorldEdit functions; such as undoing, redoing, copying and pasting.

Main items

Upon typing the command ;kit, you are given the following items:

  • Selection Wand : Make selections to do stuff with. You can remove your selection with ;desel. See Selection.
  • Fill Selection : Fill your selection with blocks determined by the pattern picker.
  • Pattern Picker : Select blocks to use in a pattern. Sneaking will add blocks to the pattern. The pattern is used by various tools in the kit such as "Fill Selection".
  • Copy : Copy whatever is in your selection to the clipboard.
  • Cut : Cut whatever is in your selection to the clipboard. The selection is then replaced with air.
  • Paste : Paste whatever is in your clipboard to the world. The location of the paste is relative to the selection when you last copied/cut. See Clipboard.
  • Undo : Undo your previous action that affected the world. See History.
  • Redo : Redo your previous action that affected the world. See History.
  • WorldEdit Settings : Enter a menu to change and setup some things about WorldEdit and the kit items.
  • Flip : Flip your selection left to right relative to your orientation. Sneaking will make it flip about its center.
  • Rotate : Rotate your selection relative to your orientation. Sneaking will make it rotate about its center.
  • Mask Picker : Select blocks to use in the global mask. Like the Pattern Picker, sneaking will add blocks to the mask. This affects "Fill Selection", and the brushes. To clear it, use the command ;gmask.
  • Draw Line : Draw a line from your first position to your second.
  • Wall Selection : Surround your selection with walls.
  • Outline Selection : Surround your selection with an outline.
  • Spawn Glass : Make a glass block where you stand. Useful for when you need to make a midair selection mark.

Settings Menu

Upon using the "WorldEdit Settings" item, a menu will popup giving you access to some aspects of WorldEdit. There are a few sections to choose from.

General

This section allows you to change some things that affect WorldEdit overall. You have some settings to use here.

  • Include Entities: Whether to include entities in your clipboard when copying or cutting. This only affects the kit items. See Clipboard for how to include entities via commands.
  • Include Air: Whether to include air in your clipboard. Like the previous setting, this only affects the kit items.
  • Performance Mode: Whether to run WorldEdit in performance mode. In this mode, the clipboard is saved in a simpler format; allowing you to copy, cut and paste more quickly. However, this limits your clipboard's capabilities. For example, you can only rotate along the Y axis, and air is always included. This can also be toggled by entering ;worldedit perf.
  • Selection Mode: What selection mode to use. See Selection.

Tools and Brushes

These other two sections allow you to manage tools or brushes respectively. There will be a button for each active tool you have, and if it has properties you can edit, tapping them will open up another menu to let you change how that tool works.

You also have the option to create a new tool. When tapped, you will be prompted to hold an item you want to bind a tool to. Once you've done that, you can then set it up as you wish.

Finally, there's a button that allows you to select what tools to delete.