Skip to content

Releases: TWME-TW/WorldEditDisplay

1.0.3

17 Nov 06:18
0ee709d

Choose a tag to compare

WorldEditDisplay 1.0.3 Release Notes

Bug Fixes

🔧 Axiom Compatibility Fix

  • Fixed crash caused by large plugin messages from mods like Axiom
  • Added error handling for PacketEvents wrapper initialization (#1133)
  • Improved packet listener stability

Improvements

⚙️ Dependency Updates

  • PacketEvents upgraded to 2.10.1 (from 2.10.0)
  • Paper API upgraded to 1.21.10-R0.1-SNAPSHOT
  • Enhanced compatibility and performance

🔧 Code Improvements

  • Removed unnecessary type casting in player packet handling
  • Updated dependency groupId for better compatibility

Compatibility

  • Minecraft: 1.20 ~ 1.21.x (Paper)
  • Java: 21+
  • PacketEvents: 2.10.1+

Download

WorldEditDisplay-1.0.3.jar

Installation

  1. Install PacketEvents (2.10.1+) and WorldEdit(or FAWE)
  2. Place jar in plugins folder
  3. Restart server
  4. Run /wedisplayreload to reload config

Requirements

  • Minecraft: 1.20 ~ 1.21.x (Paper)
  • Java: 21+
  • PacketEvents: 2.10.1+

What's Changed

  • PacketEvents upgraded from 2.10.0 to 2.10.1 by @dependabot[bot] in #7
  • Fixed Axiom compatibility issue by @TWME-TW in #9
  • Updated Paper API to 1.21.10-R0.1-SNAPSHOT by @TWME-TW

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Nov 10:13
62ceb09

Choose a tag to compare

WorldEditDisplay 1.0.2 Release Notes

New Features

🎨 Enhanced UI with Clickable Text

  • Improved renderer settings display and editing interface
  • More intuitive player interaction with visual components

🌍 Multi-language Support

  • Improved Chinese translations (Simplified & Traditional)
  • Better localization for all messages

Improvements

⚙️ Dependency Updates

  • PacketEvents upgraded to 2.10.0
  • Enhanced compatibility and performance

🔧 Compatibility

  • Official support for Minecraft 1.20 ~ 1.21.x
  • Verified Paper API 1.21.8 compatibility

📝 CI/CD

  • Added GitHub Actions automated build workflow

Technical Changes

  • Maven Shade Plugin: 3.6.1
  • Maven Compiler Plugin: 3.14.1
  • Java: 21+

Download

WorldEditDisplay-1.0.2.jar

Installation

  1. Install PacketEvents (2.9.5+) and WorldEdit
  2. Place jar in plugins folder
  3. Restart server
  4. Run /wedisplayreload to reload config

Requirements

  • Minecraft: 1.20 ~ 1.21.x (Paper)
  • Java: 21+
  • PacketEvents: 2.10.0+

What's Changed

  • Add GitHub Actions build workflow by @TWME-TW in #4
  • PacketEvents upgraded from 2.9.5 to 2.10.0 by @dependabot[bot] in #1
  • Chinese translations improved (Simplified & Traditional) by @GTedd in #5
  • Enhanced renderer settings UI by @TWME-TW in #8

New Contributors

Full Changelog: Compare 1.0.1...1.0.2

1.0.1

01 Nov 07:19
144a03a

Choose a tag to compare

WorldEditDisplay 1.0.1 Release Notes

New Features

🎮 Render Toggle

  • Added /wedisplay toggle command for players to quickly enable or disable selection visualization
  • Introduced worldeditdisplay.render.auto-enable permission, allowing server administrators to control whether rendering is automatically enabled when players join
  • Provides more flexible user experience and management options

Bug Fixes

🔧 Plugin Configuration Fixes

  • Fixed api-version configuration
  • Removed unnecessary dependencies
  • Updated Minecraft requirement to Paper only

📋 Documentation Updates

Dependency Updates

  • Maven Shade Plugin updated to 3.6.1
  • Maven Compiler Plugin updated to 3.14.1
  • Added Dependabot automatic dependency update configuration

Download

Download WorldEditDisplay-1.0.1.jar and place it in your server's plugins folder

Installation Instructions

  1. Ensure PacketEvents are installed on your server
  2. Place the jar file in the plugins folder
  3. Restart the server
  4. Use /wedisplayreload to reload the configuration

Compatibility

  • Minecraft: 1.21.x
  • Java: 21+
  • Dependencies: PacketEvents 2.9.5+

1.0.0

30 Oct 02:54
29c05c2

Choose a tag to compare