promotional bannermobile promotional banner

✏️Build Editor

Ever wanted the advanced editing that Java has for their builds? Now you can!

File Details

Better Edit V1

  • R
  • Apr 4, 2026
  • 389.08 KB
  • 619
  • 26.10+3

File Name

Better Edit Add-on.mcaddon

Supported Versions

  • 26.10
  • 26.3
  • 26.0.02
  • 26.0

Better Edit V1

🛠️ Selection Tool Guide
📌 Selection
Click 2 blocks to set your selection corners.

⚡ Commands
✂️ /cut
Destroys all blocks in your selection.

🧱 /efill <block-id(s)> [mode]
Edits all blocks inside your selection.

<block-id(s)> = one or more blocks (comma separated, must be in quotes)
[mode] = optional (default: solid)
🔹 Modes
solid → fills entire selection
keep → only replaces air
hollow → fills outside, clears inside
walls → only walls (no top/bottom)
outline → only edges
🔹 Examples
/efill stone
→ fills everything with stone

/efill stone hollow
→ makes a hollow box

/efill glass walls
→ creates only walls

/efill "coal_ore,stone,iron_ore"
→ random mix of blocks (works with all modes)
🔁 /undo

Undoes your last action

⚠️ Does NOT restore block states (only block IDs)
✅ Supports multiple undos
🔁 /redo
Re-applies undone actions

⚠️ Same limitations as undo
🔄 /replace <old> <new>
Replaces blocks inside your selection

/replace stone diamond_block
⚙️ /settings <setting> <true/false>
Available:
itemdrop → drops blocks when using /cut
📋 Clipboard System
📥 /copy
Copies your current selection

Saves all blocks
Used with /paste
⚠️ WARNING

🚨 Do NOT copy extremely large selections (millions of blocks)

Can cause lag, freezes, or crashes
Try to keep selections reasonable
📤 /paste [location] [rotation] [mirror]

Pastes your copied build

[location] = where to paste (default: your position)
[rotation] = 0, 90, 180, 270
[mirror] = x, y, z, or combinations (xz, etc)
🔹 Examples
/paste
→ paste at your position

/paste ~~~
→ same as above

/paste 100 64 200
→ paste at coordinates

/paste ~~~ 90
→ rotate 90°

/paste ~~~ 180 x
→ rotate 180° + mirror X

/paste ~~~ 90 xz
→ rotate + mirror

💡 Tips
Use /efill + patterns for fast building 🎨
Use /replace to quickly swap materials 🔄
Use /undo often when experimenting 🧪