RegionVision revolutionizes how players and admins interact with server regions. Stop guessing where a PvP zone ends or where your WorldEdit selection begins. Built specifically for Minecraft 1.21 (with 1.20 support) using modern asynchronous architecture, it provides immediate, high-performance visual feedback without dragging down your server's TPS.
Automatically visualize the WorldGuard region you are currently standing in.
- Green Particles: You have build rights.
- Red Particles: You are denied build rights.
Forget typing //pos1 blindly.
- Hold your Wooden Axe to see your selection instantly.
- Displays a crisp Purple Wireframe.
- Updates in real-time as you modify your selection.
- Note: Particles vanish when you switch items to keep your view clean.
Mark critical areas (Spawns, Hubs, Arenas) to be permanently visible to players.
- Customizable Colors: Set unique RGB colors for every region.
- Performance Mode: Smart view distances ensure particles only render when necessary.
- Entry Notifications: Inform players via Boss Bar, Action Bar, or Title text when entering zones.
RegionVision is built with an Async-First architecture.
- All geometric calculations handled off the main thread.
- Smart caching prevents recalculating static regions.
- Race-condition protection ensures no "ghost" particles remain.
- Download
RegionVision.jarfrom the SpigotMC Page. - Ensure you have WorldGuard and WorldEdit installed.
- Place the jar in your server's
plugins/folder. - Restart your server.
| Command | Description | Permission |
|---|---|---|
/rv show |
Visualize the region you are standing in. | regionvision.use |
/rv clear |
Clear all active particles immediately. | regionvision.use |
/rv info |
View Owners, Members, and Flags. | regionvision.info |
/rv toggle selection |
Toggle auto-WorldEdit visualization. | regionvision.toggle |
/rv view <region> |
Force view a remote region. | regionvision.view.remote |
/rv near [radius] |
Visualize all nearby regions. | regionvision.near |
/rv perm ... |
Admin commands for permanent regions. | regionvision.admin |
/rv reload |
Reload configuration. | regionvision.admin |
/rv perm add <name>- Make a region permanently visible./rv perm color <name> <RGB>- Set custom particle color./rv perm density <name> <0.1-1.0>- Adjust particle density./rv perm message <name> <TYPE> <msg>- Set entry notification.
Fully customizable config.yml allowing you to tweak performance and visuals.
visualizer:
# Duration (seconds) static particles remain visible
duration: 15
# Particle density (0.25 = High Quality, 1.0 = Performance)
particle-density: 0.25
# Safety cap for /rv near
max-near-radius: 100
colors:
allowed: {r: 0, g: 255, b: 0}
denied: {r: 255, g: 0, b: 0}
selection: {r: 200, g: 0, b: 255}Found a bug or have a feature request?
- Join my Discord for support.
Created by Krissan