Features:
- Add 1.13 FastAsyncWorldEdit support (note: FastAsyncWorldEdit does seem to work correctly for 1.13.0, but not yet on 1.13.2)
- Add support for the latest WorldEdit/WorldGuard 7 versions (which have refactored the vector classes)
- Improve adding back signs after they have been removed by players or schematic restore
- Improve performance of the BlockPhysicsEvent (allow signs to get removed to prevent loops, while not dropping an item)
- Updated all translations, pulled from Transifex
Fixed:
- Fixed
/as setduration
tab completion - Fixed 1.13 Material handling, especially dealing with signs and the checks by the safe teleport function
/as add
: properly set the landlord when the player is an owner of the region (it was only working for members)
Technical:
- Change Maven dependencies to use
.jar
files in thedependencies/
folder to ensure the build keeps working even though maven repositories have disappeared