An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# WorldEditSUI
[![Discord](https://img.shields.io/discord/489135856284729384.svg?label=Discord&logo=discord&logoColor=fff)](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).