How to use WorldEdit on a Java server Print

  • worldedit, manual install, minecraft java, //wand, paper, spigot, pos1 pos2, plugin manager, //replace, //set, //paste, //rotate, -a skip air, //copy, //stack, //brush, //sphere, //mask, //undo, schematics, //redo, //schem save, //schem load, region selection, limits config, worldguard, performance, hostbyte game panel
  • 0

WorldEdit is a powerful building and editing tool for Minecraft Java servers. This guide covers installation, basic selections, common edit commands, schematics, and safety tips on Spigot/Paper using the HostByte Game Panel.


Before You Start

  • Platform: WorldEdit here refers to the plugin for Spigot/Paper (not the Forge/Fabric mod).
  • Back up: Create a backup before large edits.
  • Permissions: Use OP for testing, then grant specific WorldEdit nodes via your permissions plugin for staff.

Install WorldEdit

Method A — Plugin Manager (One-Click)

  1. Log in to the HostByte Game Panel and open your server.
  2. Go to ToolsPlugin Manager.
  3. Search WorldEdit → select → InstallRestart the server.

Method B — Manual Upload

  1. Download the WorldEdit .jar for your server version.
  2. Upload to /plugins via File Manager or SFTP.
  3. Restart and check Console for “WorldEdit enabled”.


Get Started (Selections & Wand)

  1. Give yourself the wand: //wand
  2. Select a region (cuboid):
    • Left-click a block = pos1
    • Right-click another block = pos2
  3. See your selection info: //sel or //size
  4. Expand/contract if needed: //expand 5 up, //contract 2 north

Common Edit Commands

  • Fill / set blocks: //set stone
  • Replace blocks: //replace dirt grass_block
  • Copy & paste:
    • //copy (relative to your position)
    • //paste or //paste -a (skip air)
    • //rotate 90, //flip north before pasting to orient builds
  • Stack repeating structures: //stack 10 east
  • Walls / outline: //walls stone, //outline stone
  • Natural shapes:
    • //sphere stone 8, //hsphere glass 6
    • //cyl oak_log 5 10 (radius 5, height 10)
  • Brushes (hold any item):
    • //brush sphere stone 3 (paint spheres)
    • //mask !air to affect only non-air, or use -a on paste
    • //none to clear brush
  • Undo/redo: //undo, //redo

Schematics (Save/Load Builds)

  1. Select the build and //copy from a good reference point.
  2. Save: //schem save name_of_build (creates a file in /worldedit/schematics).
  3. List: //schem list
  4. Load: //schem load name_of_build//paste (use -a to skip air).

Safety & Permissions

⚠️ Safety: Large edits can impact performance. Test on small selections first and use //undo if something goes wrong.

  • Limit scope: Give staff only the nodes they need (avoid worldedit.* for regular builders).
  • Combine with WorldGuard: Restrict WorldEdit to staff regions so players can’t edit the whole map.
  • Config limits: In /plugins/WorldEdit/config.yml you can set block-change limits per action/user.

Troubleshooting

  • “No permission” errors: Grant appropriate WorldEdit nodes via your permissions plugin or test as OP.
  • Edits lag or time out: Use smaller selections, //paste -a, pre-generate with Chunky, and consider performing edits during low-traffic times.
  • Brush does nothing: Ensure you’re holding an item; check //mask and brush size.
  • Schematics won’t paste: Confirm correct folder and matching MC versions for blocks/entities.

Best Practices

  • Work in copies or staging worlds; keep recent backups.
  • Use //paste -a to avoid overwriting with air unless you mean to.
  • Document staff permissions and any WorldGuard region rules for editing.

Getting Help

  • Knowledge Base: See related Java guides (Plugin Manager, EssentialsX, WorldGuard, backups).
  • Support Ticket: Log in to your HostByte account to open a ticket.
  • Discord: Join our community:
  • Status Page: Check maintenance/outages: status.hostbyte.net.

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution