A new version has been released for WorldEdit, it is available for download here.
Changes in 7.4.0 RC 1:
- Further tweaked the block property system to improve memory usage and performance on startup
- Changed the legacy mapping system to not automatically load on startup, and instead load on first usage
Overall changes in 7.4.0:
- For a more in-depth look at the new features, check out this article
- Added a -c option to //regen to output to clipboard
- Added #clipboard mask, to mask against blocks that match the clipboard
- Added a #fullcube mask that matches all blocks that fill an entire cube
- Enables the new experimental snapshot mode by default for new setups
- Added command completions for available schematic files to schematic commands
- Added a //registry command to search available registries
- Added an adjacency mask (~) to mask blocks that are adjacent to other blocks
- Added an -m flag to the //distr command to mask included blocks
- Added an API to override the copy region in PasteBuilder, to make it easier to paste a subset of a clipboard
- Added the ability to use any other pattern in the type applying pattern
- Added the ability to source from the clipboard via //deform
- Added an extend selection mode for polygon selections
- Added a //revolve command to paste a rotated copy of a selection around an axis
- Added a //replacebiome command to replace biomes in a selection by a given mask
- Reworked tree and forest generation commands to use a new tree-specific registry to improve reliability and mod support
- Tweaked the block property system to reduce memory usage and improve performance during startup in some situations
- Fixed block limits not applying to the //update command
- Deprecate bundled item data, bundled block data, World#playEffect, legacy tree systems, and more for removal in WE 8
- Deprecate some remnants of the fast mode system that are superseded by the side effect system
- Reworked the way WorldEdit CLI pulls in versioned data, allowing dynamic data loading
- Fixed the hand, offhand, and pos1 patterns not showing in suggestions
- Changed the legacy mapping system to not automatically load on startup, and instead load on first usage
A new version has been released for WorldEdit, it is available for download here.
7.3.19
- General cleanups across codebase
- Final release of the 7.3.x series in preparation for 7.4 release
A new version has been released for WorldEdit, it is available for download here.
Changes in 7.4.0:
- For a more in-depth look at the new features, check out this article
- Added a -c option to //regen to output to clipboard
- Added #clipboard mask, to mask against blocks that match the clipboard
- Added a #fullcube mask that matches all blocks that fill an entire cube
- Enables the new experimental snapshot mode by default for new setups
- Added command completions for available schematic files to schematic commands
- Added a //registry command to search available registries
- Added an adjacency mask (~) to mask blocks that are adjacent to other blocks
- Added an -m flag to the //distr command to mask included blocks
- Added an API to override the copy region in PasteBuilder, to make it easier to paste a subset of a clipboard
- Added the ability to use any other pattern in the type applying pattern
- Added the ability to source from the clipboard via //deform
- Added an extend selection mode for polygon selections
- Added a //revolve command to paste a rotated copy of a selection around an axis
- Added a //replacebiome command to replace biomes in a selection by a given mask
- Reworked tree and forest generation commands to use a new tree-specific registry to improve reliability and mod support
- Tweaked the block property system to reduce memory usage and improve performance during startup in some situations
- Fixed block limits not applying to the //update command
- Deprecate bundled item data, bundled block data, World#playEffect, legacy tree systems, and more for removal in WE 8
- Deprecate some remnants of the fast mode system that are superseded by the side effect system
- Reworked the way WorldEdit CLI pulls in versioned data, allowing dynamic data loading
- Fixed the hand, offhand, and pos1 patterns not showing in suggestions
- Changed the legacy mapping system to not automatically load on startup, and instead load on first usage
- Updated the default values in the configuration files to better match supported Minecraft versions
Changes since 7.4.0 RC 1:
- Updated the default values in the configuration files to better match supported Minecraft versions
- Fixed an issue where schematic files in folders on Windows wouldn’t display properly in
/schem list
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.1:
- [Sponge] Fixed a “value not found” startup error on newer builds of Sponge
- Fixed a few cases where the schematic path from the config file was not updated
- Fixed entity rotations during
//revolve to be more consistent across all entities
- Changed blocks without legacy ID/data values to return
-1 in expressions, to allow differentiating from air
- Fixed entity home positions not being updated when pasted
- Fixed cases where the experimental snapshot mode may erroneously close a file too early, causing errors on usage
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.2
- Changed entity and block entity handling to report serialization issues by Minecraft rather than ignore them
- Fixed pasting entities with data that requires registry context (enchantments, etc)
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.3 Beta 1
- Updated to 26.1(.1/.2)
- Added a
worldedit:random tree type to replicate legacy random tree functionality
- Improved error handling of invalid schematic paths
- Fixed //generatebiome not being possible to undo
- Fixed a few issues where odd permissions setups would not show friendly permissions error messages
- Fixed some incompatible selection commands not showing friendly error messages when used with convex selections
- Fixed some potential issues when creating
extend region selectors via the API
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.3
- Updated to 26.1(.1/.2)
- Added a
worldedit:random tree type to replicate legacy random tree functionality
- Improved error handling of invalid schematic paths
- Fixed //generatebiome not being possible to undo
- Fixed a few issues where odd permissions setups would not show friendly permissions error messages
- Fixed some incompatible selection commands not showing friendly error messages when used with convex selections
- Fixed some potential issues when creating
extend region selectors via the API
- Improved accuracy of area calculations for poly2d selections in certain complex situations
- Made the directory watcher thread a daemon to resolve rare shutdown issues on specific hardware/software configurations
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.4 Beta 1
A new version has been released for WorldEdit, it is available for download here.
For a more in-depth look at the new features in WorldEdit 7.4.x, check out this article
7.4.4
- Updated to 26.2
- Fixed an error that can occur when generating schematic suggestions in some cases
- Improved error messages when invalid schematic files are present to include the file path