Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmicky-fr/worldeditselectionvisualizer
Visualize your WorldEdit selection with particles and without any mod.
https://github.com/mrmicky-fr/worldeditselectionvisualizer
bukkit minecraft spigot worldedit
Last synced: 6 days ago
JSON representation
Visualize your WorldEdit selection with particles and without any mod.
- Host: GitHub
- URL: https://github.com/mrmicky-fr/worldeditselectionvisualizer
- Owner: MrMicky-FR
- License: mit
- Created: 2016-01-22T12:08:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:16:11.000Z (5 months ago)
- Last Synced: 2024-12-17T02:49:10.151Z (9 days ago)
- Topics: bukkit, minecraft, spigot, worldedit
- Language: Java
- Homepage: https://www.spigotmc.org/resources/worldeditselectionvisualizer.17311/
- Size: 655 KB
- Stars: 66
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorldEditSelectionVisualizer
[![Java CI](https://github.com/MrMicky-FR/WorldEditSelectionVisualizer/actions/workflows/build.yml/badge.svg)](https://github.com/MrMicky-FR/WorldEditSelectionVisualizer/actions/workflows/build.yml)
[![Discord](https://img.shields.io/discord/390919659874156560.svg?colorB=5865f2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/q9UwaBT)WorldEditSelectionVisualizer (WESV) is essentially the famous [WorldEditCUI](http://www.minecraftforum.net/topic/2171206-172-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, polygon and convex selections
- Can display the current clipboard
- Use `/wesv toggle` to toggle the visualizer
- Option to only show the selection when holding the selection item
- Configurable particle effect and view distance
- Prevent players from spawning too many particles when selecting huge regions
- Highly customizable for the performance of your server
- Supports both [WorldEdit](https://enginehub.org/worldedit) and [FastAsyncWorldEdit](https://www.spigotmc.org/resources/fastasyncworldedit.13932/)
- Compatible with all Minecraft versions starting with 1.7.10
- [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI) support (you can use the placeholders `%wesv_toggled_selection%`, `%wesv_toggled_clipboard%`, `%wesv_volume_selection%` and `%wesv_volume_clipboard%`)## Downloads
You can download releases and find more information on [SpigotMC](https://www.spigotmc.org/resources/worldeditselectionvisualizer.17311/).
## Commands
* `/wesv toggle` and `/wesv toggle clipboard`: toggle the selection/clipboard visualization
* `/wesv lock`: lock/unlock the origin of the clipboard visualization to your current location
* `/wesv lock tp`: teleport to the lock location (when clipboard visualization lock is enabled)
* `/wesv reload`: reload the plugin config## Screenshots
| Cuboid selection | Cylinder selection | Convex selection |
|------------------------------------------------------|--------------------------------------------------------|------------------------------------------------------|
| ![Cuboid selection](https://i.imgur.com/jGVVpgx.png) | ![Cylinder selection](https://i.imgur.com/XLprNDA.png) | ![Convex selection](https://i.imgur.com/XKalgCn.png) |[More screenshots](https://imgur.com/a/CEwIxaV)
## Credits
WorldEditSelectionVisualizer was originally made by [Rojetto](https://dev.bukkit.org/projects/worldedit-selection-visualizer/),
and then was updated and maintained by [martinambrus](https://github.com/martinambrus/).### YourKit
[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/)
YourKit supports open source projects with innovative and intelligent tools
for monitoring and profiling Java and .NET applications.
YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),
[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).