Minecraft

How to Install WorldEditSelectionVisualizer on a Minecraft Server

Minecraft·May 20, 2026·16 min read

Overview

WorldEdit is one of the fastest ways to reshape a Minecraft server, but it is not always obvious what area you have selected. A missed corner can turn a quick edit into an accidental landscaping project. WorldEditSelectionVisualizer, often shortened to WESV, fixes that by showing particle outlines around selections and clipboard previews in-game.

With WESV installed, players using WorldEdit can see the exact region they are about to edit, whether they are selecting a cuboid, working with another shape, or preparing to paste a schematic. This makes building, terraforming, and large server edits much easier to control.

What WorldEditSelectionVisualizer Does

WorldEditSelectionVisualizer is a Spigot plugin created by MrMicky. It supports many Minecraft server versions, including versions from the 1.7 era through newer releases listed on its plugin page. The plugin is designed to work alongside WorldEdit, so both plugins are required.

Key features include:

  • Particle outlines around WorldEdit selections
  • Support for selection shapes such as cuboids, spheres, cylinders, and more
  • Clipboard preview support before pasting
  • Configurable particles, distance, and display behavior
  • Options that can be tuned for server performance
  • Broad compatibility with plugin-based server software

Downloading the Plugin

  1. Open the WorldEditSelectionVisualizer page on Spigot.
  2. Click the blue Download Now button near the top-right of the page.
  1. Save the `.jar` file somewhere easy to find.
  2. Download WorldEdit as well if it is not already installed on your server.

WESV depends on WorldEdit. Installing only the visualizer is like bringing a flashlight to a room with no door, technically useful, but not for the job you had in mind.

Installing WESV on the Server

  1. Open your server panel and stop the server.
  2. Find the server software or your panel's version dropdown.
  1. Make sure the server is running plugin-compatible software, such as Paper or Spigot.
  2. Open your server file manager or FTP client.
  3. Go into the `plugins` folder.
  4. Upload both the WorldEditSelectionVisualizer `.jar` file and the WorldEdit `.jar` file.
  5. Wait until the upload reaches 100%.
  1. Return to the main server page and restart the server.

After the restart, the plugin should load automatically if the server software and plugin versions are compatible.

Using the Selection Visualizer

Once you join the server, use the normal WorldEdit workflow. Run `//wand` to receive the selection tool, then select the first and second corners of the area you want to edit. WESV will display particles around the selected region so you can confirm the size and position before running WorldEdit commands.

This is especially helpful for large builds, underground edits, or areas where the selection corners are far apart.

Previewing Clipboard Placement

WorldEdit clipboard pastes can be hard to judge, especially when working with schematics that are not already visible in the world. WESV can show where your current clipboard will paste before you place it.

Use `/wesv toggle clipboard` to enable or disable the clipboard preview. Once enabled, the visualizer shows the paste location based on your current position and clipboard data.

Working With Other Shapes

WESV is not limited to basic cuboid selections. WorldEdit supports several selection modes, and the visualizer can display different shapes such as spheres and cylinders. Select the area as usual with WorldEdit, then wait for the particles to appear around the chosen shape.

Commands and Permissions

The main command shown in normal use is `/wesv toggle clipboard`, which toggles the clipboard preview. Selection outlines usually appear automatically after a valid WorldEdit selection is made.

If a command returns a permission error, the player may need operator access or the correct permissions through a plugin such as LuckPerms. Server owners should assign access only to trusted staff, since WorldEdit itself can make large changes very quickly.

Editing the Configuration

WESV includes a configuration file for adjusting how the visualizer behaves.

  1. Stop the server from your server panel.
  2. Open the server file manager or FTP client.
  3. Go to `plugins`, then open the `WorldEditSelectionVisualizer` folder.
  1. Find `config.yml` and open it for editing.
  2. Change the settings you want, then save the file.
  3. Restart the server so the changes can load.

The config can control particle types, how many particles are shown, viewing distance, and other display behavior. If many players use WorldEdit at the same time, lowering particle intensity or distance can help reduce unnecessary client and server strain.

Common Problems

Permission errors: This usually means the player does not have operator status or the required permissions. Grant access through your permissions plugin or temporarily OP the player if appropriate, then test the command again.

Commands are missing: Use `/plugins` to check whether WorldEdit and WESV are loaded. If they are not listed, confirm that both `.jar` files were uploaded directly into the `plugins` folder. If `/plugins` itself does not work, the server is likely running vanilla Minecraft instead of Paper or Spigot.

No particles appear: Confirm that WorldEdit is installed, the selection was made correctly, and the plugin version matches your server version. Also check the config in case the display range or particle settings were changed too aggressively.

  • WorldEditSelectionVisualizer Spigot page
  • WorldEdit Bukkit page
  • How to install and use PaperMC

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support