
WorldEditDisplay
A server-side plugin for Minecraft that adds visual selection rendering for WorldEdit.
WorldEditDisplay 2.1.0
release17 марта 2026 г.✨ New Features
- Cylinder & Ellipsoid Fill Options - New fill color and customization settings for Cylinder and Ellipsoid selection types
- Enhanced Player Settings - Extended player preference system with renderer-specific settings for Cylinder and Ellipsoid rendering
- Improved Settings Management - New
PlayerRenderSettingsclass for more granular control over individual selection type rendering preferences
🚀 Improvements
- Optimized Segment Configuration - Refined minimum and maximum segment count adjustments for Cylinder and Ellipsoid renderers for better visual fidelity
- Enhanced Grid Thickness Control - Improved grid thickness adjustments for circular and elliptical selections
- Default Rendering Behavior - Polygon face fill rendering now disabled by default for cleaner initial visualization (users can enable per preference)
- Language File Restructuring - Reorganized language files for Cuboid, Cylinder, Ellipsoid, Polygon, and Polyhedron settings for better localization management
- Settings Command Enhancement - Improved
PlayerSettingsCommandto support new Cylinder and Ellipsoid customization options
📝 Configuration Updates
Several configuration options have been added to config.yml for Cylinder and Ellipsoid rendering. The new format maintains backward compatibility while introducing:
- Fill options for Cylinder selections
- Fill color settings for Ellipsoid selections
- Adjustable segment count parameters for both shapes
🐛 Bug Fixes
- Fixed rendering issues with Cylinder and Ellipsoid grid display
- Improved stability for polygon fill rendering by disabling by default
- Enhanced pull request detection reliability
📋 System Requirements
- Java: 21
- Minecraft: 1.21.x
- WorldEdit: Latest stable version
Download
Available on GitHub Actions, Modrinth
Support
For issues, feature requests, or questions, please open an issue on our GitHub repository.
Full Changelog: https://github.com/TWME-TW/WorldEditDisplay/compare/2.0.0...2.1.0
WorldEditDisplay 2.0.0
release17 марта 2026 г.🎨 WorldEditDisplay 2.0.0 - Redesigned Rendering with Customizable Colors & Enhanced Performance
We're thrilled to announce WorldEditDisplay 2.0.0, a major release featuring a complete redesign of the rendering system with extensive improvements to visual customization and performance optimization.
✨ New Features
- Migrated to TextDisplayShapes Framework - Completely redesigned rendering system for more reliable and customizable display entity rendering
- Customizable Colors - Support for custom hex colors (#RRGGBBAA) for all visual elements across all selection types
- Region Face Filling - Enable visual face filling for Cuboid, Polygon, and Polyhedron selections to better visualize 3D regions
- Dirty Region Optimization - Intelligent dirty region tracking to improve rendering performance and reduce unnecessary updates
- Enhanced Renderer Management - Improved architecture for managing multiple renderer instances with better resource allocation
- Single Region Rendering - New capability to render or clear individual regions without affecting others
- CUI Color Override Support - Uses WorldEdit's CUI (Client User Interface) colors to enhance fill surface rendering
- Debug Mode Enhancement - Added detailed WECUI message display in debug mode for easier troubleshooting
🚀 Improvements
- Overall rendering architecture redesign for better performance and maintainability
- Enhanced fill color processing for more accurate visual representation
- Better multi-renderer management system
- Improved region clearing and rendering efficiency
- More robust packet handling and event listeners
🔧 Technical Updates
- Java Requirement: Updated to Java 21
- Dependencies: Updated to latest stable versions
- Framework: Migrated to TextDisplayShapes library for enhanced display entity rendering
📋 Breaking Changes
- Requires Java 21 (previously Java 17)
- Rendering system has been completely redesigned - configurations may need adjustment for optimal appearance
⚠️ Important Configuration Update
You MUST regenerate your config.yml file before upgrading to 2.0.0
Due to significant architectural changes in the rendering system, the configuration format has changed substantially.
Action Required:
- Backup your current
config.ymlfile - Delete the old
config.ymlon your server - Start the plugin - it will generate a new
config.ymlwith the updated format - Re-apply any custom settings from your backup to the new configuration file
Attempting to use the old configuration format may cause unexpected behavior or errors.
🐛 Stability
This release includes multiple fixes to ensure stability and better compatibility with the latest Minecraft versions.
Download
Available on GitHub Actions, Modrinth
Support
For issues, feature requests, or questions, please open an issue on our GitHub repository.
WorldEditDisplay 1.0.5
release12 января 2026 г.What's Changed
- chore(deps): bump com.github.retrooper:packetevents-spigot from 2.10.1 to 2.11.1 by @dependabot[bot] in https://github.com/TWME-TW/WorldEditDisplay/pull/12
- Cleaned up and optimized code and comments by @MissingReports in https://github.com/TWME-TW/WorldEditDisplay/pull/14
New Contributors
- @MissingReports made their first contribution in https://github.com/TWME-TW/WorldEditDisplay/pull/14
Full Changelog: https://github.com/TWME-TW/WorldEditDisplay/compare/1.0.3...1.0.5