7.3.10 Beta 1
- Added support for 1.21.4
- Improved a few translation lines relating to URLs and newlines
- Fixed issues relating to block entities in generated features and structures
7.3.9
- Added support for 1.21.3
- Fixed tools not behaving correctly when mods embed worlds in worlds
7.3.9 beta 1
- Add support for 1.21.3
7.3.9 beta 1
- Added support for 1.21.3
7.3.8
- [Bukkit] Update 1.21.1 adapter for Spigot breakage
7.3.8
- There are no changes in this build, it exists purely to keep the versions consistent due to a Bukkit-only bugfix release
7.3.7
- Fixed handling of some time-related commands in the snapshot system
- Fixed some situations where rotated pastes can behave oddly with the update side effect disabled
- Fixed an error that can occur when generating completions starting with a
"
- Fixed Sponge v3 schematics lacking the
BlockEntities
not loading - Fixed the
//curve
and//line
commands not accepting decimal values for thickness - Fixed WorldEdit not using typical error handling systems when an error is thrown during post-edit
- Fixed NBT parsing for certain legacy schematics with non-standard string formatting
- Improved performance of the side effect system, and fixed some API inconsistencies
- Re-enabled the buffering system, due to some systems depending on it in certain situations
7.3.6
- [Bukkit] Allow 1.21 Paper adapter to load on 1.21.1
- Revert "Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down" due to it causing issues in some situations
7.3.6
- Revert "Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down" due to it causing issues in some situations
7.3.5
- [Bukkit] Utilise new Bukkit registry API, allowing WorldEdit to work with Commodore disabled (
paper.disableOldApiSupport
flag on Paper) - Fix queryRel not behaving correctly in //deform and the deform brush
- Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down
- Remove legacy code for pre-1.16 //drawsel handling
7.3.5
- Fix queryRel not behaving correctly in //deform and the deform brush
- Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down
- Remove legacy code for pre-1.16 //drawsel handling
7.3.4
- Added support for 1.21
- Fixed an issue where //drawsel can prevent using //world overrides in some situation
- Improved performance of repeatedly getting string representations of a block
7.3.4
- Added support for 1.21
- Fixed an issue where //drawsel can prevent using //world overrides in some situation
- Improved performance of repeatedly getting string representations of a block
7.3.4 Beta 1
- Added support for 1.21
Changes in 7.3.3:
- This build contains no changes, and exists purely for version consistency with other platforms
7.3.3
- [NeoForge] Update NeoForge version to workaround API break