Download: https://ci.athion.net/job/FastAsyncWorldEdit-1.17/
Fixes:
- Fix lack of handling of custom world heights in CharFilterBlock
- Fix `-f` flag for falling blocks
- Fixed `//regen` not respecting the state of mob spawners [#1314]
- Fixed ellipsoid selections
- Fixed fuzzy regions
- Register missing commands under our command namespace
- Fixed `//sel list`
- Fix very specific issue where charmasks (< > $ etc.) are used with other masks, but only the charmask is used
- Fixed an issue with `//smooth` [#1143]
- Fixed issues with schematics containing big identifiers (~50k chars) [#1114]
- Fix expression evaluation method used for generatebiome
- Fixed multi server clipboard issues [#1317]
- Fixed clearclipboard not clearing clipboards on disk [#1325]
- Fixed bubble columns not being drained [#1326]
- Fixed `#fullcopy` pattern not working [#1327]
- Don't allow area pickaxe outside max y [#1331]
Changes:
- Correct description of strip nbt
- Uppercase library artifacts (-libs -> -Libs)
- Adjusted a few command errors
- Use a MaskTraverser to set extent where it will be a WorldWrapper otherwise
- Address javadoc violations
- Remove needless EditSession#getWorld for setting blocks/biomes in a couple of cases
- Default to a meaningful preload chunk count
- Big fix to clipboards when relogging/restarting server etc:
- Refactor the way FAWE clipboards work slightly with regards to offsets (FAWE-added) and origin (upstream-present)
- Better error messages when exceptions are thrown attempting to load DOC
- No longer attempt to resolve old clipboard versions. Attempt to give informative error instead
- Don't always delete clipboards held in memory on player logout unless configured to do so
- Go back to fully closing the DOC on logout. We now attempt to lock the file which will hopefully help with debugging shared clipboard folders
- Default per player schematics to false
- Allow console to execute commands now that editsessions etc. accept actors [#724, #1044]
- Better error message for LocalBlockVectorSet
- Don't allow edits on plots when owner is offline and player is only added [#1313, #1307]
- Improved wording of allowed-plugins message [#1341, #1319]
Additions:
- Add switch to schem loadall to replace existing clipboard(s)
- Add configurable disallowed states for limits, global disallowed blocks [#1312, #1047, #171, #162, #39]
- Added update notifications if new builds are available [#1361, #1348]
- Implement `//restore`-ing biomes and entities
- Support for Mojang mapped jars
- Implement region blacklisting: better handling for freebuild worlds with several types of regions [#1318, #683]