Releases: MrMicky-FR/WorldEditSelectionVisualizer
Releases · MrMicky-FR/WorldEditSelectionVisualizer
Version 2.1.7
Changelog
- Improved wand item detection
- Avoid unnecessary remapping on Paper 1.20.6/1.21 servers
- Remove bStats metrics
Version 2.1.6
Changelog
- Add support for PaperMC 1.20.5/1.20.6
Version 2.1.4
Minecraft 1.20 is fully supported
Changelog
Added
- New config option to disable visualization by default
Just add this in your config.yml
:
# The default enabled values for visualization, used for new players or when 'save-toggle' is set to false
default-enabled:
selection: true
clipboard: false
Fixed
Version 2.1.3
Changelog
- Add convex origin visualization
- Add permission (enabled by default) to use the
/wesv lock
command
Vesion 2.1.2
Changelog
- Support clipboard transformations for all selections types
- Selection origin visualization
Add these lines in theconfig.yml
, after thesecondary
sectionsorigin: update-interval: 15 view-distance: 64 particles: type: "VILLAGER_HAPPY" data: ""
Version 2.1.1
Changelog
- Add clipboard origin position lock command:
/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)
- Fixed comparing items without namespace
- Remove FAWE API dependency
Version 2.1.0
Changelog
- Removed support for WorldEdit 7.0.x and 7.1.x, you need to update to WorldEdit 7.2.0 or higher. WorldEdit 6 is still supported
- Highly reduced memory usage
- Added support for 1.17 particles
- Improved default config
- Added support for non-CraftBukkit servers (like Glowstone)
- [API] Fixed events not being called
Version 2.0
Changelog
- Rewrite entire project from scratch
- Add clipboard visualizer (thanks to @DustVoice)
- Add secondary visusalization
- Rework all particles shape to use less particles
- New configuration, with comments to provide information about the config
- Move selection too large messages in the action bar (only on Spigot 1.9+ servers)
- Fix support with FastAsyncWorldEdit regions on 1.13/1.14
- Changed commands to
/wesv toggle
to toggle the visualization and/wesv toggle clipboard
to toggle clipboard visualization
WESV 1.6.0 (build 219)
Merge pull request #22 from MrMicky-FR/master Add 1.13 support + fix checkForAxe (and use Java 8)
WESV 1.5.1 (build 214)
Merge pull request #20 from MrMicky-FR/master Fix EllipsoidRegion when using FastAsyncWorldEdit