Features: Add #clipboard transform
Add #fullcopy pattern
- similar to transform, it pastes the full clipboard at any changed block
- e.g. //replace <marker> #fullcopy
Add id/data pattern (e.g. set id without changing data)
Adds support for forge inventory
Update to forge 1.11
Adds auto updater (configurable)
Can recover incomplete or corrupt schematic files
Add fall command
Add getlight debug command
Add TaskBuilder API
Location snapshot is now stored for brush actions
Optimizations Async block get optimizations for bukkit by running tasks multiple times during a single tick
Clipboards can now be streamed to a schematic file without significant memory overhead
- This means you can now load/paste/copy/save arbitrarily large sizes with fixed memory usage (if you enable disk)
Optimizations to the various clipboard implementations
Add optimized extent block translation (no additional object creation
for set block)
Optimized forward extent block copy
- use optimized extent transform/translate
- pre calculate required functions/extents outside of iterations
- short circuit certain functions depending on input parameters
Misc Tweak the OOM message to be more informative
Tweak the max memory config comment to be more informative
Restructured transforms to use resettable extent + reduce code duplication
Use edit session for patterns rather than world (safer)
More info in blocks.json
Now uses a single jar for all bukkit/spigot versions
Tweak some messages
Can now load without throwing errors without WorldEdit
Change axis order for transform rotate
Allow queue to use cached block value
Fixes Fixes block ids over 1024
Fix sendBlocks + lever rotation
Tile entity fixes + send block update
Fixes solid block count for 1.7.10
Fix some undo/redo tile entity issues
Fix forge 1.7.10 data
Fix forge regen
Fixes incorrect chunk topology data
Force FAWE adapter as WE for 1.11 broke entities
Fixes deadlock from flushing on main thread (API)
Fix nukkit parallel set
Various lighting fixes
Fix setlight and setskylight commands
Fix removal of light sources
Fix up command
Fix TE crash
Fix p2 hook error
Fix execution error with java 7
Fix p2 editable area
Fix random 1000ms brush delay
Fix brush perform location not using snapshot location
Fix relight NPE
Fix debugpaste
Fix issue with editing on main thread
FIx error from misusing AsyncBlock
Fix cast exception with forge
Fix rotation
fixes rotation for signs, banners and nbt data
Fixes schematic rotation
Fixes compatibility with java 7
Flush EditSession on CuboidClipboard paste
Fixes forest error