Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/funnyboy-roks/worldedit-selection-viewer

A simple plugin for viewing worldedit selections
https://github.com/funnyboy-roks/worldedit-selection-viewer

hacktoberfest minecraft-plugin minecraft-server papermc plugin worldedit worldeditapi

Last synced: 8 days ago
JSON representation

A simple plugin for viewing worldedit selections

Awesome Lists containing this project

README

        

# WorldEdit Selection Viewer

A simple plugin with no config that adds particle borders for viewing one's
selected [WorldEdit](https://enginehub.org/worldedit) region.

_Note: While FAWE is not officially supported, it does seem to work_

![screenshot](https://raw.githubusercontent.com/funnyboy-roks/worldedit-selection-viewer/main/img/screenshot.gif)

## Setup

1. Download the jar
2. Put it into your `plugins` folder
3. Profit! -- No configuration necessary!

## Commands

- `/wesv colour ` - Change the colour of the selection border
- `/wesv visibility ` - Change when the selection is visible
- `always` - Always show the selection
- `never` - Never show the selection
- `holding-tool` - Show the selection when holding the select tool (default: Wooden Axe)

## Permissions

- `worldedit-selection-viewer.view` - If the player can see the borders
- Default: Enabled for all players
- `worldedit-selection-viewer.command` - If the player can run the `/wesv` command
- Default: Enabled for all players