FastAsyncWorldEdit

FastAsyncWorldEdit

File Details

FastAsyncWorldEdit 2.6.4

  • R
  • Jun 29, 2023
  • 14.49 MB
  • 2.8K
  • 1.20.1+5

File Name

FastAsyncWorldEdit-Bukkit-2.6.4.jar

Supported Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.18.2
  • 1.17
  • 1.16

## 💥 Breaking changes

- Drop support for minor 1.19 versions (1.19, 1.19.1, 1.19.2 and 1.19.3) @NotMyFault (#2316)

## 🐛 Fixes

- fix: ensure mask is initialised upon visiting a point in BreadthFirstSearch @dordsor21 (#2314)
- fix: fix regex block masking @dordsor21 (#2242)
- fix: uncache the chunk SET at a better time in ChunkHolder to prevent "lost" changes @dordsor21 (#2300)
- fix: towny max bounds are exclusive @dordsor21 (#2301)
- fix: add missing BlockType constructor @dordsor21 (#2306)
- fix: always return the changeset from EditSessionBuilder @dordsor21 (#2302)
- fix: use new array when creating palette @dordsor21 (#2305)
- fix: don't "double-up" a setblocks if a region is being set @dordsor21 (#2299)

## ✨ Features

- feat: improve (region) fawe mask handling @dordsor21 (#2312)
- feat: implement removal of entities if they would be in a block after the edit @dordsor21 (#2311)
- feat: add new tree types to tree tool and brush @dordsor21 (#2286)
- feat: send one of an error message during edits if otherwise squashed by LimitExtent @dordsor21 (#2246)

## ✅ Chore

- refactor: efficiency improvements to some editsession methods @dordsor21 (#2304)
- chore: Address kotlin String#capitalize() deprecation @dordsor21 (#2308)