WorldEdit Selection Visualizer

It is often useful to see your WorldEdit selection. That makes it easier to select exactly the region you want and it helps to avoid accidentally selecting a massive region without noticing. This can be achieved by a client-side mod (yes, that is allowed on ORE) which automatically visualizes your WorldEdit selections. It also works with other selection modes than the default (extend, convex, ellipsoid, …). The visualization disappears when running //sel (which also deselects the region).

Installation

To install this, you need either Forge or Fabric (both are mod loaders). If you already have one of those installed or know how to install them, you can skip directly to the mod download link.

Fabric (Zero’s Selection Mod)

  1. Follow these instructions to install Fabric.
  2. Download the Fabric API mod.
  3. Download Zero’s Selection Mod.
  4. Start your game with Fabric, to see if it works. Now your Minecraft installation folder should have a mods folder. Put the mods downloaded in step 2 and 3 into that mods folder.
  5. Start your game again and join ORE. Your WorldEdit selections should now be visulized!

Screenshot:

Forge (WorldEditCUI)

  1. Install Forge using the installer.
  2. Download WorldEditCUI.
  3. Start your game with Forge, to see if it works. Now your Minecraft installation folder should have a mods folder. Put the mod downloaded in step 2 into that mods folder.
  4. Start your game and join ORE. Your WorldEdit selections should now be visulized!

Screenshot:

2 Likes

Thanks for this!