- Builds
- WorldEdit (
master
) - Build #5628
WorldEdit Build #5628
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable DownloadsProject | WorldEdit |
---|---|
Status | SUCCESS |
Branch | master |
Number | #5628-69b1b5e |
Date | a month ago |
Artifacts
worldedit-bukkit-7.3.0-SNAPSHOT-dist.jar(4306.58 kBytes)
worldedit-cli-7.3.0-SNAPSHOT-dist.jar(18933.38 kBytes)
worldedit-fabric-mc1.16.4-7.3.0-SNAPSHOT-dist.jar(4010.43 kBytes)
worldedit-forge-mc1.16.3-7.3.0-SNAPSHOT-dist.jar(4218.85 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
69b1b5eb | Merge branch 'version/7.2.x' | mnmiller1 | a month ago |
b9cee6b9 | Bump to snapshot for dev. | wizjany | a month ago |
fc3c4998 | Release 7.2.2. | wizjany | a month ago |
ef9af59c | Update Bukkit adapter for 1.16.5. Just a data version bump. Barely dodged the mapping changes this time. | wizjany | a month ago |
0036e06f | Alter the CUI lifecycle to be more consistent and reliable (#1633) * Alter the CUI lifecycle to be more consistent This handling reduces the platform-specific behaviour of CUI handshakes, and ensures that the appropriate state is maintained when a client connection ends but a LocalSession remains cached. * Apply review suggestions * fabric: Update to new networking API * session: Correct field grouping for cui attempts | zml | a month ago |
f04ae2f1 | Correct ellipsoidal selector initialization (#1632) When the previous selection was a non-ellipsoidal region, the started flag would not be appropriately set until a new selection had been started. | zml | 2 months ago |
3a3bf3de | Run the chunk deleter in Fabric (#1641) | octavia.togami | 2 months ago |
86bf3a34 | Support Lucko's Fabric Permissions API (#1638) * Add support for Lucko's Fabric Perms API Only if present, falls back to the existing checks if it returns `false`. * Only use vanilla fallback if no value set in Perms | octavia.togami | 2 months ago |
e0dd2f3c | Fix failure caused by previous commit | octavia.togami | 2 months ago |
52015386 | Remove superclasses of mixins where not needed | octavia.togami | 2 months ago |
98c4580d | Fix SideEffectSet.none() being the default set (#1620) * Fix SideEffectSet.none() being the default set * Remove the unnecessary private empty constructor for SideEffectSet * Back to ImmutableMap.of | mnmiller1 | 2 months ago |
544793d5 | Properly repeat extents for negative coordinates An extent's content was returned flipped when applied for negative positions, as e.g. `Math.abs(-2) % 3` returns 2 instead of 1 (as 1 + -1 * 3 = -2) (cherry picked from commit b0cf5dd2bf1b9bcbf1c7efff0fe25de7ee9a2090) | hannesgreule | 3 months ago |
df2eb157 | Back to snapshot for development. | wizjany | 3 months ago |
299386a3 | Release 7.2.1. | wizjany | 3 months ago |
f1560ef9 | Changelog for 7.2.1. | wizjany | 3 months ago |
bb464a6f | Update adapters to fix #1586. | wizjany | 3 months ago |
15cba009 | Persist default state of selwand and navwand in session (#1600) * Persist default state of selwand and navwand in session * Fixed some issues with the way it retained info * Fixed it setting the wrong item * A little cleaner * I somewhat misunderstood the way this system worked - This is cleaner and works a lot better * Replace with octy-approved UX * Improve logic for default wand loading Co-authored-by: Octavia Togami <[email protected]> | mnmiller1 | 3 months ago |
3637d94a | Implement UPDATE for Fabric (#1598) * Implement UPDATE for Fabric * Fix a minor threading problem | octavia.togami | 3 months ago |
d0e6f9f3 | Always load internal strings.json for default locale | octavia.togami | 3 months ago |