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: 3 months ago
JSON representation
A simple plugin for viewing worldedit selections
- Host: GitHub
- URL: https://github.com/funnyboy-roks/worldedit-selection-viewer
- Owner: funnyboy-roks
- License: apache-2.0
- Created: 2022-11-13T04:59:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T13:08:06.000Z (9 months ago)
- Last Synced: 2025-03-25T20:11:23.307Z (4 months ago)
- Topics: hacktoberfest, minecraft-plugin, minecraft-server, papermc, plugin, worldedit, worldeditapi
- Language: Java
- Homepage: https://modrinth.com/plugin/worldedit-selection-viewer
- Size: 10.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_

## 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