https://github.com/kennytv/WorldEditSUI
WorldEdit selection visualizer plugin for Minecraft
https://github.com/kennytv/WorldEditSUI
Last synced: 4 months ago
JSON representation
WorldEdit selection visualizer plugin for Minecraft
- Host: GitHub
- URL: https://github.com/kennytv/WorldEditSUI
- Owner: kennytv
- License: gpl-3.0
- Created: 2019-04-10T08:48:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T12:50:22.000Z (almost 2 years ago)
- Last Synced: 2025-08-21T04:45:18.611Z (10 months ago)
- Language: Java
- Homepage: https://hangar.papermc.io/kennytv/WorldEditSUI
- Size: 197 KB
- Stars: 45
- Watchers: 4
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - kennytv/WorldEditSUI - WorldEdit selection visualizer plugin for Minecraft (Java)
README
# WorldEditSUI
[](https://discord.gg/vGCUzHq)
Sassy Minecraft plugin to show your current WorldEdit selection by displaying particles (which can be greatly customized in the plugin's config).
Compared to other server plugins with similar functionality, it aims at a higher performance and lesser memory impact by having a quite simplistic approach to calculating vectors.
You can read up on everything else and see examples on the [**Spigot page**](https://www.spigotmc.org/resources/worldeditsui.60726/).
## Legacy support
This branch supports Minecraft versions from 1.9 upwards.
If you want a jar that supports 1.8.4-1.8.9 as well, see the `1.8-support` branch / the [**last release to contain a 1.8 build**](https://github.com/kennytv/WorldEditSUI/releases/tag/1.6.1).
## Compiling
Use Maven to compile the project (`mvn package`).
## Licence
This project is licensed under the [GNU General Public License](http://www.gnu.org/licenses/gpl-3.0).