Fix some exceptions from SpongeWorld (#2218)
* Fix exception when calling SpongeWorld#setBlock with present block entity
* Fix missing block entity metadata in SpongeWorld#getFullBlock (b2475c7c by 41531939+lignium)
Use SnakeYaml 1.32+, set loader code point limit. (#2194)
Defaults to 64MB, can be set via -Dworldedit.yaml.codePointLimit sysprop.
Fixes #2193, EngineHub/WorldGuard#1953. (0ef38b52 by wizjany)
Work around invalid legacy values in schematics (#2171)
* Work around invalid legacy values in schematics
* Actually apply it to blocks lmao
* Micro-optimisation to reduce identical duplicate map lookups (7e61ff19 by mnmiller1)
Catch InvalidPathException in safeFile handler (#2167)
(55e2d3d4 by mnmiller1)