WorldEdit Build #6559

Be aware that this branch (version/7.2.x) 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
4337ca13Limit //line thickness by max-radius mnmiller1a year ago
496407b6Fix ellipsoid and cylinder regions not fully clearing (#2413) danielhorn1a year ago
b7bc56e8Back to SNAPSHOT for continued development mnmiller1a year ago
56d0383fRelease 7.2.17 mnmiller1a year ago
deb04a5eUse same fake player system between Fabric & Forge mnmiller1a year ago
b9c39c9aBack to SNAPSHOT for continued development mnmiller1a year ago
2066eb44Release 7.2.16 mnmiller1a year ago
2ed73152Use a newer Paperweight dev bundle mnmiller1a year ago
964dcb9b[Bukkit] 1.20.2 mnmiller1a year ago
63dfebe9[Forge] 1.20.2 mnmiller1a year ago
b04ab0e2[Fabric] 1.20.2-rc2, remove many mixins in favor of AW octavia.togamia year ago
bd29c741rc1 mnmiller1a year ago
97f78899Initial 1.20.2 support (Fabric) mnmiller1a year ago
3627002eFix int overflow when using fillr in negative y-coordinates (#2082) dordsor21a year ago
94565356Add worldedit runtime environment to increase yaml alias limit (#2395) This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parametergithuba year ago
5b4322e5Fix left click on air being ignored and right click on block being handled twice (#2153) * Fix left click on air being ignored and right click on block being handled twice * Factorize debouncing and cache event result * Fix ForgePlatform#server being always nullyeregorixcrafta year ago
18cc29a2Update NBT for Spawner to reliably work for initial entity spawn. Fixes https://github.com/EngineHub/WorldEdit/issues/2388 mnmiller1a year ago
8af61f1cUpdate gradle plugins to attempt to improve build speeds Appears this issue might be the main underlying cause, https://github.com/PaperMC/paperweight/issues/199, which this doesn't address mnmiller1a year ago
d77f2b46Update bundled language distribution mnmiller1a year ago
5d03b1e6Update test permissible for latest API mnmiller1a year ago
1514661dMerge pull request #2360 from EngineHub/improve-error-behaviour Improve error behaviour of //generatetomyloboa year ago
cce2111cImprove error behaviour of //generate Now it has the same error behaviour as //deform.tomyloboa year ago
93e413c6Fix test compile error due to Spigot mid-version API break mnmiller1a year ago
e90014dbBack to SNAPSHOT for continued development mnmiller1a year ago
5ca4dffdRelease 7.2.15 mnmiller1a year ago
4892e056feat: implement recently-added tree types to tree generator (#2332) * feat: implement recently-added tree types to tree generator * fix: add mappings to implementation worlds * Use later API version to fix tests --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>dordsor21a year ago
1f22906a[Bukkit] Add 1.20.1 support to adapter mnmiller1a year ago
c5188212Fixed setting sign text on 1.20 mnmiller1a year ago
40a203c3Add Console/CommandBlock support to Fabric/Forge/Sponge (#2317) * Add Console/CommandBlock support to Fabric/Forge * Hoist config option and add a common abstract class for command block actors * Apply to Sponge toomnmiller1a year ago
bb15dbcb[Sponge] Stop trying to shade fastutil It's just not necessary anymore, the versions match octavia.togamia year ago
91c9786eBump snakeyaml to match spigot, use default ctors. wizjanya year ago
066a7abf[Bukkit] 1.20 mnmiller1a year ago
bb5fcce2[Sponge] 1.20 mnmiller1a year ago
4f751068[Forge] 1.20 octavia.togamia year ago
a7ae8a96[Fabric] 1.20 + Loom 1.2 octavia.togamia year ago
48d2195f[Fabric] 1.20-rc1 Add MCUtils data pre7 rc1 mnmiller1a year ago
716ce641Update WorldEdit for Sponge to API 9 (1.18.2) (#2217) * Update WorldEdit for Sponge to API 9 (1.18.2) * Fix SpongeTransmogrifier, switch to use native Property API * Minor style fixes41531939+ligniuma year ago
96671017Upgrade many items, Gradle 8.1.1 (#2329) * Upgrade many items, Gradle 8.1.1 * Bump to codecov snapshot * Use the release of the codecov plugin --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>octavia.togamia year ago
bd9af40eAdd regression tests to the `round` Expression function mnmiller12 years ago
237ebc10Ensure non-Double types are boxed in expression function calls. Fixes #2315 mnmiller12 years ago
abc8c1f2Add -Penginehub.obf.none=true gradle property to build mojmap worldedit-bukkit. (#2316) This simply takes the -dev adapter jars instead of the obfuscated ones, creating otherwise the exact same worldedit-bukkit jar. This jar can be used on mojmap paper servers. Closes #1929.wizjany2 years ago
b8b89267Ensure blockmap uniqueness across TE values (#2304) mnmiller12 years ago
d320dafcfix(core): Properly reinit convex CUI selection on primary click (#2313) Fixes #2312zml2 years ago
88851b0cUpdate to Gradle 7.6 and resolve deprecation issues in buildscript mnmiller12 years ago
1899fa3bKeep extending cuboid selector after //cli selectworld tomylobo2 years ago
ba94660eKeep extending cuboid selector after //paste -s/n tomylobo2 years ago
93c0d364[Forge] Fixed clients without WorldEdit not being able to join servers with WorldEdit installed (#2288) 42962686+redstonedubstep2 years ago
de453b9dBack to SNAPSHOT for continued development mnmiller12 years ago
094b7342Release 7.2.14 mnmiller12 years ago
d4556dfeAdd method to check initialize state in PlatformManager, deny access to registries when uninitialized (#2237) * Add initialize method to PlatformManager, modify UnitTest * Prevent too early access to registries Check for worldedit init state in Registry * review: changed the error message to a generic message Co-authored-by: Octavia Togami <octavia.togami@gmail.com> --------- Co-authored-by: Octavia Togami <octavia.togami@gmail.com>github2 years ago
38d2ff13bukkit: add adapter for bukkit 1.19.4 (#2281) * bukkit: add adapter for bukkit 1.19.4 * added missing reobf mapping to 1.19.4 adapter * Drop unused commentsgithub2 years ago
16a2cc95Update Forge for 1.19.4, and bump Fabric to final 1.19.4 release mnmiller12 years ago
7481995eUpdate Fabric to 1.19.4-pre1 Update Fabric WorldEdit to 1.19.4-pre1 Update to 1.19.4-pre3 Update to 1.19.4-rc1 Update to RC2 mnmiller12 years ago
e6c88280Merge pull request #2277 from EngineHub/expression-query-full-blockstate Fix data values returned by the query functions in the expression languagetomylobo2 years ago
b5b9c6abFix data values returned by the query functions in the expression language tomylobo2 years ago
f6646aaaUpdate to the new Paper maven repo mnmiller12 years ago
ab79341aMerge pull request #2253 from Brokkonaut/bukkit-custombiomes Allow custom biomes in bukkitoctavia.togami2 years ago
6bbcf746Allow custom biomes in bukkit hannos172 years ago
474c191cUse the connection field on 1.19->1.19.3 rather than networkManager mnmiller12 years ago
b2475c7cFix some exceptions from SpongeWorld (#2218) * Fix exception when calling SpongeWorld#setBlock with present block entity * Fix missing block entity metadata in SpongeWorld#getFullBlock41531939+lignium2 years ago
882c3dd8Back to SNAPSHOT for continued development mnmiller12 years ago
46576cc5Release 7.2.13 mnmiller12 years ago
2e86f051Paper 1.19.3 (Untested due to IntelliJ indexing) mnmiller12 years ago
ec85dd5a1.19.3 final release & also Forge mnmiller12 years ago
b8226417[Fabric] 1.19.3-rc1 octavia.togami2 years ago
f7f23b44Update Gradle to 7.5.1 octavia.togami2 years ago
470fe9e1Add author to, and cleanup manifest files for various platforms (#2197) mnmiller12 years ago
0ef38b52Use 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.wizjany2 years ago
7e61ff19Work 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 lookupsmnmiller12 years ago
55e2d3d4Catch InvalidPathException in safeFile handler (#2167) mnmiller12 years ago
d18149eeBack to SNAPSHOT for continued development mnmiller12 years ago
87f4ae19Release 7.2.12 mnmiller12 years ago
4b017783Bump FG & Loom to 1.19.2 (#2165) mnmiller12 years ago
54ed9e89Add support for Y-offsets with back direction (#2164) mnmiller12 years ago
e01b0492[Bukkit] 1.19.2 DV. Assuming spigot doesn't decide to randomly break things, this should work when it releases. wizjany2 years ago
d2e39224Back to SNAPSHOT for continued development mnmiller12 years ago
c43a877eRelease 7.2.11 mnmiller12 years ago
9ef6e5bdMC 1.19.1 (#2159) * [Fabric] Bump versions to 1.19.1. No code changes needed. * [Bukkit] Add 1.19.1 DV to 1.19 adapter. No mapping changes. Devbundle left untouched for now. * [Forge] Bump versions to MC 1.19.1.wizjany2 years ago
70d70f90Back to snapshot. wizjany2 years ago
315c5d03Release 7.2.11 beta 2. Last 1.19 release for forge due to breaking changes. wizjany2 years ago
96f791c5[Forge] Bump to final RB for 1.19. wizjany2 years ago
ba8e4036Fix tasks not being scheduled on Sponge (#2155) yeregorixcraft2 years ago
d7b3c4c0Clone the returned getRegion on BlockArrayClipboard (#2144) mnmiller12 years ago
298b641aMake the BukkitAdapter thread-safe octavia.togami2 years ago
65fe8a69Update actions, upload logs octavia.togami2 years ago
8c322dfbUse some pattern-matching, 'cause it's cool octavia.togami2 years ago
8caaa3e0[Forge] Update to 41.0.98 to fix breaking changes Fixes #2139 octavia.togami2 years ago
8fee9bddFix Sponge rotation adapter yeregorixcraft2 years ago
ed2713a5Update some plugins to fix build octavia.togami2 years ago
fb7366e3Back to SNAPSHOT for continued development mnmiller12 years ago
08775899Release 7.2.11 Beta 1 mnmiller12 years ago
3433e40dFix CB watchdog, fail early if it breaks octavia.togami2 years ago
a7ab49a0Merge pull request #2112 from EngineHub/snapshot-testing/1.19 octavia.togami2 years ago
7df4d984[Bukkit] 1.19 Removed 1.18, 1.18.2 is still present octavia.togami2 years ago
d3ab1e571.19 data updates octavia.togami2 years ago
69b5d661[Forge] 1.19 octavia.togami2 years ago
7497341a[Fabric] 1.19 octavia.togami2 years ago
a8a3633bIncrease memory for daemon Thanks loom octavia.togami2 years ago
66e3c3cd[Fabric] 1.19-pre1 - new TextComponent -> Component.literal - Use sendSystemMessage instead of displayClientMessage(..., false) - build -> buildUnoptimized/buildOptimized; I just returned the same from both - Create a LevelStem for regen world constructor - Use RandomSource instead of Random - Command text doesn't include the slash anymore octavia.togami3 years ago
31e5298fFixed //stack erroring when given a count of 0 (#2108) mnmiller12 years ago
c515eb5fCache properties to reduce startup memory (#2103) * Cache properties to reduce startup memory * Apply PR review notes * Remove importmnmiller12 years ago
c83f6ecdPlay around with SpongeForge (#2107) mnmiller12 years ago
92dfdcb8Update CodeQL action to v2 octavia.togami2 years ago
15bd7ff4Increase default BlockState count (#2102) mnmiller13 years ago
8ddd3179Fix fastutil on sponge (#2099) VG excludes the wrong version, PR has been madeoctavia.togami3 years ago
3eefaa29Fix block state mask with string properties (#2091) mnmiller13 years ago
14ecf932Bump paperweight + bundle to fix build octavia.togami3 years ago
27b29453Bump adapter jar. https://github.com/EngineHub/worldedit-adapters/pull/31 wizjany3 years ago
027a6078Revert "Fix sponge." This reverts commit 677ce55a92b7bd629d86bd161d6f35836a4e57d0. wizjany3 years ago
677ce55aFix sponge. wizjany3 years ago
5b599298Back to SNAPSHOT for continued development mnmiller13 years ago
1742f984Release 7.2.10 mnmiller13 years ago
e715ccc3Fix passenger entity saving and loading (#2058) * Fix incorrect saving and subsequent loading of passenger entities in vehicles. Originally from https://github.com/EngineHub/WorldEdit/issues/1763#issuecomment-1062429891. Co-authored-by: wizjany <wizjany@gmail.com> * Port to Fabric/Forge. Rewrite in Sponge to use EntityArchetype. Sponge is untested because WE doesn't properly build/run on it right now apparently? * NBT Constants. Co-authored-by: Red_Epicness <red.epicness@icloud.com>wizjany3 years ago
356cd2c8Merge pull request #2062 from EngineHub/fix/mixin-mixup Un-mixup the mixins.octavia.togami3 years ago
b8d42ac5Defeat the duplication dilemma. wizjany3 years ago
5e49f69fForge requires explicitly defining the refmap in the mixing config mnmiller13 years ago
ccf9397cNow works in dev mnmiller13 years ago
b4b018d6Remove afterEvaluate to restore refmap MixinGradle uses an afterEvaluate block to determine JAR registrations. This runs before our reobf registration does, and I honestly don't recall why this was in afterEvaluate and it doesn't appear to break anything so I'm calling it good. octavia.togami3 years ago
dd696172Make some improvements to the Forge side - still not fixed mnmiller13 years ago
b8d096baUn-mixup the mixins. This properly separates the forge and fabric mixins in the merged -mod jar. By some miracle Forge was 'working' with the Fabric mixins, but this is probably safer overall. wizjany3 years ago
59742162Use Forge's official tag API octavia.togami3 years ago
5843aa50Change vector command converter wording. (#2059) Hopefully will cut down on questions of how to use `//pos x,y,z`.wizjany3 years ago
f50a81fcFluid masks for forge/fabric. (#556) Closes #877.wizjany3 years ago
44863cf5Don't access PluginClassLoader directly (#2045) mail3 years ago
e21ab6a7Revert to v2 setup-java https://github.com/actions/setup-java/issues/295 octavia.togami3 years ago
afdfa9e3gradle 7.4 octavia.togami3 years ago
2fda9a12Some final version updates octavia.togami3 years ago
48d7ccc1[Bukkit] 1.18.2 wizjany3 years ago
a6c05c22[Forge] 1.18.2 Plus bonus debug and Fabric improvements octavia.togami3 years ago
8c83ef80[Bukkit] Remove nbt tricks from adapters octavia.togami3 years ago
ce13ed99[Fabric] 1.18.2 update octavia.togami3 years ago
30e16014Apply update flag on later change (#2037) * Apply update flag on later change * Checkstyle * Move entry point for UPDATEmnmiller13 years ago
eac5b51bPlay dirty because bukkit classloading is bad. (#2043) * Play dirty because bukkit classloading is bad. Fixes #2042. * Make logging more Bukkit-friendly. * Checkstylewizjany3 years ago
e2ab12c3Change the class source validator to use classloaders for detection. (#2039) Since each plugin now has a semi-isolated classloader, checking the codesource of our classes will always give our own plugin back. Instead, we iterate through every other plugin and ask *its* classloader to load the class. If the loaded class lives in a different classloader than our own, we know it (or someone else) has a different version.wizjany3 years ago
76ec878eAllow biome commands to be used from non-player actors (#2034) mnmiller13 years ago
17b9f005Move tinyurls to ehub.to (#2033) octavia.togami3 years ago
8929ad20Fix Forge max height limit (#2028) * Fix Forge max height limit Because this method was silently renamed, we've been using the wrong one for a bit. * forge team plz update special source for my fixoctavia.togami3 years ago
86277d1eBack to SNAPSHOT for continued development mnmiller13 years ago
e20e0133Release 7.2.9 mnmiller13 years ago
ab31481eUse Chunk#getNoiseBiome instead of biome container (#2025) This is just way easier, and not buggy! Fixes #2012octavia.togami3 years ago
e118e3dfFix regen on newer Forge due to removed method (#2021) * Fix regen on newer Forge due to removed method * Use saveWithFullMetadatamnmiller13 years ago
e4854338Fix legacy error message output for WorldGuard commands (#2023) github3 years ago
fb503247Update worldedit-sponge to API 8 (#1771) * Sponge 8 work Remove text adapter Debugging the bugs out * Resolve compiling for latest Sponge * Update for latest SpongeAPI 8 snapshots * Fixed a few issues with Sponge8 WorldEdit. Command completions are still broken. * Resolve completions * Bump to Sponge API 8 release * Remove VALIDATION as a supported SideEffect on Sponge for now. * Append Sponge API version to archive name * Implement regeneration on Sponge; currently hangs due to a Sponge bug. * Fixed typo * Fix commands without permissions and version handling * Make changes from PR comments and re-add bStats Co-authored-by: Madeline Miller <mnmiller1@me.com>octavia.togami3 years ago
ab61a849Fix Fabric regenerate outside of overworld (#2016) * Fix Fabric regenerate outside of overworld * Licensemnmiller13 years ago
0ad3ab14Remove extra label from bukkit command usage string. This is never actually shown anywhere since we use our own help factory, but apparently the bukkit api exposes it so... wizjany3 years ago
512a07eaAdd the UPDATE SideEffect to Forge (#2000) mnmiller13 years ago
fb5ec199Fix error for snapshot restore missing chunk octavia.togami3 years ago
3fa364b4Fix for #1983, Use Math.floor instead of int cast (#1986) github3 years ago
92dfe5e4Bump Paperweight to allow 1.17 adapters from source mnmiller13 years ago
9843a4feFix snapshots in 1.18 (#1959) * Fix snapshots in 1.18 * use Int2ObjectOpenHashMap * Fix loading zipped snapshots that contain an entities folder Co-authored-by: Octavia Togami <octavia.togami@gmail.com>hannos173 years ago
100b87eaUpdate gradle flow properly octavia.togami3 years ago
12e1c242Update flows from master octavia.togami3 years ago
20c42b51Extract log4j version to Versions.kt. Also bump to match underlying platform versions to resolve runtime version mismatches. wizjany3 years ago
2c0b47d7Bump forge version as well. wizjany3 years ago
885c326cBump paperweight, dev bundle. wizjany3 years ago
4f34cf9fBack to SNAPSHOT for continued development mnmiller13 years ago
1246d610Release 7.2.8 mnmiller13 years ago
22816cffVersion bumps for bukkit/fabric 1.18.1 wizjany3 years ago
bfef9962Fix BlockEntity saving on Forge. wizjany3 years ago
6e106c16Merge pull request #1939 from EngineHub/snapshot-testing/1.18 1.18wizjany3 years ago
5ce37d7aMerge branch 'version/7.2.x' into snapshot-testing/1.18wizjany3 years ago
46de95ffClean up forge gradle script, apply the chorus plant fix to forge/fabric world. wizjany3 years ago
a8656c5fBump some versions, fix forge run configs. wizjany3 years ago
f5328271Remove height from //expand vert. With new world height limits, this will cause more confusion than good. `//outset -v` or `//expand u,d` can replicate the previous behavior. wizjany3 years ago
63d2ad4eBump forge (again). wizjany3 years ago
7b4e2c28Bump forge version. Loads now, though Forge prod client/server still don't run. wizjany3 years ago
f534b61fTheoretically works on forge. wizjany3 years ago
4e3fa750Missed mapping. wizjany3 years ago
b00e0a4cPaperweight roulette. wizjany3 years ago
6760ad71Bump version numbers and stuff for 1.18 release. wizjany3 years ago
979b5227Make Paperweight adapter run on 1.18rc3. wizjany3 years ago
44d91b0cShove 1.17 adapters into a jar to fix the build octavia.togami3 years ago
1aad9218Bump paperlib dep. Fixes a bug with detecting pre-release versions. wizjany3 years ago
511daa50Update paperweight dev bundle octavia.togami3 years ago