Game Maker
Building

Building & WorldEdit

Use powerful tools to build and shape your game world quickly and efficiently.

Game Maker provides you with a full creative toolset, including access to WorldEdit, to build your map exactly how you envision it.

Build Mode vs. Play Mode

When you enter a map you have permission to edit, you are in Build Mode. This mode is designed for creation and grants you:

  • Creative Mode (/gamemode creative)
  • The ability to fly.
  • A special hotbar with the Map Menu and other tools.
  • Access to WorldEdit commands.

To switch between building your map and testing it as a player would, use the Build Mode / Play Mode toggle (Wooden Shovel / Wooden Sword) in your /editmap menu.

Using WorldEdit

WorldEdit is an essential tool for large-scale building. It allows you to create and modify large areas of your map with simple commands.

  1. Get the Wand: Type //wand to get the selection tool (a wooden axe).
  2. Select a Region:
    • Left-click a block to set Position 1.
    • Right-click a block to set Position 2. This defines a cuboid region (a 3D box) that your commands will affect.
  3. Use Commands: Once a region is selected, you can use various WorldEdit commands to modify it.

Common WorldEdit Commands

Here are some of the most useful commands available. Your access to certain commands and the maximum number of blocks you can affect (WorldEdit Limit) depends on your rank.

CommandDescriptionExample
//wandGives you the selection wand.//wand
//set <pattern>Sets all blocks in the region to a specific pattern.//set stone,grass_block
//replace <from> <to>Replaces specific blocks with others.//replace dirt stone
//walls <pattern>Builds walls around your selection (leaving the inside hollow).//walls glass
//outline <pattern>Builds a hollow box around your selection (walls, floor, and ceiling).//outline oak_planks
//copyCopies the selected region to your clipboard.//copy
//pastePastes your copied clipboard at your location.//paste
//undoUndoes your last WorldEdit action.//undo

WorldEdit Limits by Rank

To ensure server performance, there are limits on how many blocks can be changed in a single WorldEdit command.

RankWorldEdit LimitAdditional Commands Unlocked
Voter5,000 blocksBasic commands like //set, //replace, //copy, //paste.
Maker10,000 blocksAccess to more patterns and masks.
Maker+25,000 blocksAccess to commands like //walls and //fill.
StaffUnrestrictedFull WorldEdit access.

Debug Stick

For fine-tuning block states (like the direction a stair is facing, whether a fence is connected, or if a block is waterlogged), you can use the vanilla Debug Stick.

  • Obtain it with the command /debugstick.
  • Left-click a block to cycle through its available properties (e.g., facing, waterlogged). The selected property will be displayed in chat.
  • Right-click a block to change the value of the selected property.