WorldEdit Build #7104

Be aware that this branch (fix/text3-spigot-gson) is not the main branch (version/7.3.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
Changes
IDSummaryCommitterDate
8578b632Add text3 bukkit adapter override for Spigot gson change. wizjany2 days ago
ce043859Update click and hover text component serialization for 1.21.5. (#2757) Hacky workaround by overwriting the text3 StyleSerializer class with our own modified copy. Note that the hover events "show_entity" and "show_item" aren't supported as they no longer take a rendered component, but just the NBT structure. Behavior remains unchanged if 1.21.4- is detected. Fixes #2756.wizjany3 days ago
25988878Do not paste unsaveable entities in their default state (#2721) Remove a redundant passenger check, as entity.save() returns false in that case. This also causes leash knots to not be copied. I don't think this is a problem because: - They would not be saved to disk, it's misleading for users that they appear. - Pasted leashed mobs still think they're leashed to the original position and get unleashed* - no change in behaviour. \* Unless they're pasted close enough to the original position, in which case this has better behaviour because they create their own leash_knot entity.brickmonster7 days ago
4ac91033[Bukkit] Workaround string NBT data being wrapped with quotes in MC 1.21.5 (#2753) Maddy Miller10 days ago
77eb6143Sponge module refactoring and fixes (#2697) * Refactor some vanilla methods to sponge api * Fixes * Update api 14 * Fixes * PR fixes * Bring back vanilla methodsvilperi22111 days ago