WorldEdit Build #6098

Be aware that this branch (feat/paper-dataconverter) 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
a9a56f5bUse DataConverter on Paper. Seemingly working for now. Should be retargeted to 7.3/master when nbt is sorted. 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
29f1c661If a trace hits the world limit, cancel it (#1942) octavia.togami3 years ago