WorldEdit Selection Visualizer
WorldEditSelectionVisualizer
1.9 Compatibility
The latest download is not compatible with Minecraft/Bukkit/Spigot version 1.9 yet and I'm not sure if I want to continue development of the plugin. ZathrusWriter made an unofficial update of the plugin that seems to work fine (although I haven't tested it). You can find the download for that here.
Overview
WorldEditSelectionVisualizer (WESV) is essentially the famous WorldEditCUI mod in the form of a bukkit plugin, which means that players don't need to install anything on their client.
Features
- Spawns particles around WorldEdit selections so players can see them
- No client mod required
- Supports cuboid, sphere, ellipsoid, cylinder and polygon selections
- Use /wesv to toggle the visualizer
- Only show the selection when holding the selection item
- Configurable particle effect
- Force large particle distances to see your selection from far away (requires ProtocolLib)
- Prevent players from spawning too many particles when selecting huge regions
- Highly customizable for the performance of your server
Documentation
Detailed documentation about the available permissions and configuration options is available on the documentation page.
ProtocolLib
This plugin has optional support for ProtocolLib (Jenkins build #74+). If you want to see particles from distances > 16, you need to have it installed and enabled in the configuration (see Documentation).
Screenshots
Credits and Metrics
This plugin uses darkblade12's ParticleEffect library to spawn the particles. It also anonymously collects statistics via MCStats Plugin Metrics. You can read about the data that is being collected here. You can see the statistics here.
@ProfesseurCraft
Do you mean like the lifespan of the particles? If so, no, but you can change the updateParticlesInterval to a lower number, so they get spawned more often.
It's possible to add "force" parameter in particle command ? Because the view of particle is short. Do you understand ?
@ProfesseurCraft
v1.3.6 fixes the problem.
@ProfesseurCraft
I'd like to help you, but you'll need to provide more information.
It does not work. I use latest Spigot (1.8) version with BungeeCord.
@rojet601
It seems perfect, thank you again too!
@fneyret
Fixed it in v1.3.5, thanks again for the info.
Oops, just found another bug.
If I quit the server with a selection displayed, I got this message :
No problem with no selection and with a selection not displayed.
@rojet601
Thank you for the fast fix!
TOTALLY AWESOME!!!
Great plugin!
@fneyret
Thanks for the detailed description. I fixed this issue in v1.3.4
Hi! Sometimes when someone plays on the server, even me, I got an error who spam about eveny one or two seconds. When I'm alone, I can stop the error by making a worldedit selection, but for others players who have not the permissions, the error never stops until they disconnect.
Here it is :
Thanks.
@alyurbeis
Sorry about that, I messed up the build. v1.3.2 should be compatible with Java 7 again.
@alyurbeis
Hi. I had the same error, you have to use Java 8.
[14:13:24] [Server thread/ERROR]: Could not load 'plugins/wesv.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/rojel/wesv/WorldEditSelectionVisualizer : Unsupported major.minor version 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [Lobby-1.8.jar:git-Spigot-"3fc145e"] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) [Lobby-1.8.jar:git-Spigot-"3fc145e"]
I finally updated the plugin, sorry for the long delay. As far as I can tell, it should work with MC 1.8 and WorldEdit 6.0 now.
Any update for Spigot 1.8 ?
Great, Where is the source so I can make a temp 1.8 update?
For now I used a java decompiler and successfully updated it to 1.8 but obviously I won't share it with others without your permission.