Be aware that this branch (master) 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
View last successful build
Branch#StatusChangesFinished
master#7144Tests passed: 244, ignored: 112 days ago
master#7141Tests passed: 244, ignored: 115 days ago
master#7136Gradle exception (new); exit code 1 (Step: Build (Gradle)); artifacts size 0 B is 1 B less than the provided threshold 1 B
    No new changes were added in this build.
15 days ago
master#7132Gradle exception; exit code 1 (Step: Build (Gradle)); artifacts size 0 B is 1 B less than the provided threshold 1 B
    No new changes were added in this build.
15 days ago
master#7128Gradle exception (new); exit code 1 (Step: Build (Gradle)) (new); artifacts size 0 B is 1 B less than the provided threshold 1 B (new)19 days ago
master#7121Tests passed: 244, ignored: 122 days ago
master#7120Tests passed: 244, ignored: 122 days ago
master#7117Tests passed: 244, ignored: 1a month ago
master#7115Tests passed: 244, ignored: 1
  • Merge remote-tracking branch 'origin/version/7.3.x' (08fdaae4 by Maddy Miller)
  • Update Gradle dependencies (0c94d302 by Maddy Miller)
  • Configure PublishingExtension for WorldEdit Sponge (#2761) Currently, sponge api aren't be published to the maven repository (only the `pom`s are): https://maven.enginehub.org/repo/com/sk89q/worldedit/worldedit-sponge/7.4.0-SNAPSHOT/ Looks like the `worldedit-sponge` is just not configuring publishing: - Sponge (No `configure<PublishingExtension> `) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-sponge/build.gradle.kts - Bukkit (configures it) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-bukkit/build.gradle.kts#L110 - Fabric (configures it) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-fabric/build.gradle.kts#L71 Presumably since `worldedit-sponge` is missing: ```kt configure<PublishingExtension> { publications.named<MavenPublication>("maven") { from(components["java"]) } } ``` It doesn't get the information from the `java-library` plugin to actually include the jar, so it just includes the pom. Unfortunately I obviously don't have permission to publish the enginehub repository, but perhaps someone could take a look to see if this fix would work? (dece49b5 by tyhdefu)
  • Back to SNAPSHOT for continued development (42329472 by Maddy Miller)
  • Release 7.3.12 Beta 2 (ac380ade by Maddy Miller)
  • [Sponge] 1.21.5 (#2750) (936b0c2c by Maddy Miller)
  • Add text3 bukkit adapter override for Spigot gson change. (#2759) (0f47c7aa by wizjany)
  • Update 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. (ce043859 by wizjany)
  • Do 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. (25988878 by brickmonster)
  • [Bukkit] Workaround string NBT data being wrapped with quotes in MC 1.21.5 (#2753) (4ac91033 by Maddy Miller)
  • Sponge module refactoring and fixes (#2697) (77eb6143 by vilperi221)
  • Refactor some vanilla methods to sponge api (77eb6143 by vilperi221)
  • Fixes (77eb6143 by vilperi221)
  • Update api 14 (77eb6143 by vilperi221)
  • Fixes (77eb6143 by vilperi221)
  • PR fixes (77eb6143 by vilperi221)
  • Bring back vanilla methods (77eb6143 by vilperi221)
a month ago
master#7094Tests passed: 244, ignored: 12 months ago