Changelog 2.0 RC - SBPrime/AsyncWorldEdit GitHub Wiki

<--- AsyncWorldEdit 2.0 RC --->

  • 2.0-RC5
    • Updated to WorldEdit 3289-d8622fb
    • Use new Operations-Extent API instead of asyncing EditSession operations
    • Added few operations that ware not asynced
    • Updated the enabled operations list in the config file
  • 2.0-RC4
    • Updated to WorldEdit 3205-765d987 (tested on WorldEdit up to 3221-91d3292)
    • Use local player list instead of the server list
    • Code cleanup and refactoring
    • Changed how progress bar works
    • Added ThreadSafeEditSession (obtainable from AsyncEditSessionFactory)
    • Added "PerformAsAsyncJob" function to BlockPlacer
  • 2.0-RC3
    • Mask handling refactoring, removed code that is not required in WorldEdit 6.0
    • Fixed brushes ignoring masks
  • 2.0-RC2
    • Added dynamic block placing speed
    • Added maximum time for placing speed
    • Added filtering blocks before placing (do not place same blocks)
    • Added special injector for Clipboard commands
    • Added asynced copy command (automatically adds cut)
    • Added special wait for mutex to AsyncEditSession, it is required to allow 2 or more stage operations (for example: cut = copy + set(0))
    • Fixed tree/forest crashing the server
    • Fixed injected blocks placed in async thread
    • Fixed paste not saving to undo
    • Fixed world regenerate not working in async
    • Fixed clipboard operations ignoring toggle and disable from config
  • 2.0-RC1
    • Moved to new WorldEdit API.
    • Added support for UUIDS