- Builds
- WorldEdit (
deform-clipboard
) - Build #6370
WorldEdit Build #6370
Be aware that this branch (
deform-clipboard
) 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 downloadsProject | WorldEdit |
---|---|
Status | SUCCESS |
Branch | deform-clipboard |
Number | #6370-6116518 |
Date | 2 years ago |
Artifacts
worldedit-bukkit-7.3.0-SNAPSHOT-dist.jar(5733.92 kBytes)
worldedit-cli-7.3.0-SNAPSHOT-dist.jar(20315.68 kBytes)
worldedit-fabric-mc1.19.4-7.3.0-SNAPSHOT-dist.jar(4481.41 kBytes)
worldedit-forge-mc1.19.4-7.3.0-SNAPSHOT-dist.jar(4363.05 kBytes)
worldedit-mod-7.3.0-SNAPSHOT-dist.jar(5674.37 kBytes)
worldedit-sponge-api8.1.0-7.3.0-SNAPSHOT-dist.jar(5055.18 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
6116518d | WIP | tomylobo | 2 years ago |
1b3ac21b | Add clipboard support to //deform and //brush deform | tomylobo | 2 years ago |
a43ccd82 | More accurate comments | tomylobo | 2 years ago |
bdabd6b9 | Rename offset arguments on //deform and //generate to offsetPlacement | tomylobo | 2 years ago |
547a6614 | Remove superfluous import | tomylobo | 2 years ago |
e0efd13a | Add //placement world <x>,<y>,<z> | tomylobo | 2 years ago |
830c7367 | Add offset parameter to //placement | tomylobo | 2 years ago |
99918500 | Add //placement min/max | tomylobo | 2 years ago |
24cc0064 | Add //placement, which sets either pos1 or player explicitly | tomylobo | 2 years ago |
57e48428 | Refactor placement system to be more flexible | tomylobo | 2 years ago |
0d8a2118 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
de453b9d | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
094b7342 | Release 7.2.14 | mnmiller1 | 2 years ago |
d4556dfe | Add 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> | github | 2 years ago |
38d2ff13 | bukkit: 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 comments | github | 2 years ago |
16a2cc95 | Update Forge for 1.19.4, and bump Fabric to final 1.19.4 release | mnmiller1 | 2 years ago |
7481995e | Update 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 | mnmiller1 | 2 years ago |
121b4b61 | Add a feature generator and allow undoing of feature placement (#2239) * Add a feature generator and allow undoing of feature placement [WIP] Apply changes to Forge as well Use proper translatable components * Add a brush version of the feature command Use Java proxy classes * Add for Bukkit (only 1.19.3 for now) Clean up the proxies to use a switch Checkstyle is grumpy Add the obfuscated versions Remove debug text Fix missed "destroyBlock" deobfuscated proxy function * checkstyle | mnmiller1 | 2 years ago |
e6c88280 | Merge pull request #2277 from EngineHub/expression-query-full-blockstate Fix data values returned by the query functions in the expression language | tomylobo | 2 years ago |
b5b9c6ab | Fix data values returned by the query functions in the expression language | tomylobo | 2 years ago |
f40ea0dd | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
f6646aaa | Update to the new Paper maven repo | mnmiller1 | 2 years ago |
82727ffb | Few cleanups over the code and use more Java 9+ features (#2248) * Few cleanups over the code and use more Java 9+ features * Address feedback * cleanup switch case * Remove TODO | mnmiller1 | 2 years ago |
d960fa22 | Add property suggestions for hand,offhand,pos1 patterns (#2269) | mnmiller1 | 2 years ago |
98fd5dc8 | Allow factory suggestions to have parser context (#2236) | mnmiller1 | 2 years ago |
b18d66c5 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
ab79341a | Merge pull request #2253 from Brokkonaut/bukkit-custombiomes Allow custom biomes in bukkit | octavia.togami | 2 years ago |
6bbcf746 | Allow custom biomes in bukkit | hannos17 | 2 years ago |
78848d5c | Merge pull request #2245 from cthbleachbit/master EditSession.drawSpline: use vectors at block center for spline nodes | octavia.togami | 2 years ago |
17ce47cd | EditSession.drawSpline: use vectors at block center for spline nodes The spline generator was fed integral block node vectors, where center of a block at coordinate (X,Y,Z) is actually in (X+0.5,Y+0.5,Z+0.5). When generating a spline with (X,Y,Z)s, the curve sometimes doesn't go through the intended block and may make weird turns at end of the curve. Placing spline nodes at the center causes the curve to actually hit the center of every block selected. | cth451 | 2 years ago |
98611c2a | Only mark CLI clipboard world as dirty when the underlying calls return a success state | mnmiller1 | 2 years ago |
034d7218 | Update README.md Fix minor typo | untouchedodin0 | 2 years ago |
6951e790 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
474c191c | Use the connection field on 1.19->1.19.3 rather than networkManager | mnmiller1 | 2 years ago |
59614721 | Fixed 1.19.3 adapter on 7.3.0 branch | mnmiller1 | 2 years ago |
b2475c7c | Fix some exceptions from SpongeWorld (#2218) * Fix exception when calling SpongeWorld#setBlock with present block entity * Fix missing block entity metadata in SpongeWorld#getFullBlock | 41531939+lignium | 2 years ago |
844a8fc0 | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
882c3dd8 | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
46576cc5 | Release 7.2.13 | mnmiller1 | 2 years ago |
2e86f051 | Paper 1.19.3 (Untested due to IntelliJ indexing) | mnmiller1 | 2 years ago |
ec85dd5a | 1.19.3 final release & also Forge | mnmiller1 | 2 years ago |
b8226417 | [Fabric] 1.19.3-rc1 | octavia.togami | 2 years ago |
f7f23b44 | Update Gradle to 7.5.1 | octavia.togami | 2 years ago |
470fe9e1 | Add author to, and cleanup manifest files for various platforms (#2197) | mnmiller1 | 2 years ago |
0b6dcb1f | Fixed clipboards failing to paste when a block has NBT data (#2198) | mnmiller1 | 2 years ago |
0ef38b52 | Use 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. | wizjany | 2 years ago |
4267fabd | Ignore structure void by default and use a flag to paste it (#2180) | mnmiller1 | 2 years ago |
267bbb30 | Add API to disable history tracking in EditSessions (#2189) * Add API to disable history tracking in EditSessions * Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/ChangeSetExtent.java Co-authored-by: Octavia Togami <octavia.togami@gmail.com> Co-authored-by: Octavia Togami <octavia.togami@gmail.com> | mnmiller1 | 2 years ago |
7e61ff19 | Work 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 lookups | mnmiller1 | 2 years ago |
3f343b6b | Fixed worldedit-bukkit loading on Windows (#2181) | mnmiller1 | 2 years ago |
5db6ebc9 | Shade LinBus in -libs (#2172) * Shade LinBus in -libs * exclude linbus from -mod jar dupe | mnmiller1 | 2 years ago |
55e2d3d4 | Catch InvalidPathException in safeFile handler (#2167) | mnmiller1 | 2 years ago |
b3962d8b | Merge branch 'version/7.2.x' | mnmiller1 | 2 years ago |
d18149ee | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
87f4ae19 | Release 7.2.12 | mnmiller1 | 2 years ago |
4b017783 | Bump FG & Loom to 1.19.2 (#2165) | mnmiller1 | 2 years ago |
54ed9e89 | Add support for Y-offsets with back direction (#2164) | mnmiller1 | 2 years ago |
e01b0492 | [Bukkit] 1.19.2 DV. Assuming spigot doesn't decide to randomly break things, this should work when it releases. | wizjany | 2 years ago |
d2e39224 | Back to SNAPSHOT for continued development | mnmiller1 | 2 years ago |
c43a877e | Release 7.2.11 | mnmiller1 | 2 years ago |
9ef6e5bd | MC 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. | wizjany | 2 years ago |
70d70f90 | Back to snapshot. | wizjany | 2 years ago |
315c5d03 | Release 7.2.11 beta 2. Last 1.19 release for forge due to breaking changes. | wizjany | 2 years ago |
96f791c5 | [Forge] Bump to final RB for 1.19. | wizjany | 2 years ago |
ba8e4036 | Fix tasks not being scheduled on Sponge (#2155) | yeregorixcraft | 2 years ago |
b4ae41a4 | Merge branch 'version/7.2.x' | octavia.togami | 2 years ago |
0c3a4b88 | Merge pull request #2145 from EngineHub/feature/warning-the-following-commits-contain-deprecated-material Clean up all deprecations in the codebase | octavia.togami | 2 years ago |
8e8235ce | Merge pull request #2141 from EngineHub/feature/coming-home-from-an-adventure Replace adventure-nbt with our own lib | octavia.togami | 2 years ago |
b944b3e4 | Exclude experimental from API | octavia.togami | 2 years ago |
914e0a32 | Fix a little rawtypes | octavia.togami | 2 years ago |
b7301a64 | Clean up the last little bit of NBT deprecations | octavia.togami | 2 years ago |
59fcef89 | Clean up getBrushTool deprecations | octavia.togami | 2 years ago |
788aec55 | Clean up java.io deprecations | octavia.togami | 2 years ago |
67905ae3 | Clean up all NBT deprecation warnings except old adapters, don't want to do that if we're gonna drop them | octavia.togami | 2 years ago |
059ac19b | Clean up deprecations in specialized block classes | octavia.togami | 2 years ago |
36ab2889 | Avoid use of deprecated newInstance method | octavia.togami | 2 years ago |
d299e36a | Clean up reorder deprecation warnings | octavia.togami | 2 years ago |
8f79e3ac | Remove deprecation from clipboard-adjacent files | octavia.togami | 2 years ago |
d7b3c4c0 | Clone the returned getRegion on BlockArrayClipboard (#2144) | mnmiller1 | 2 years ago |
002bdd7c | Only show full stacktrace with permission (#2122) * Only show full stacktrace with permission * How the fuck did this actually happen smh | mnmiller1 | 2 years ago |
298b641a | Make the BukkitAdapter thread-safe | octavia.togami | 2 years ago |
65fe8a69 | Update actions, upload logs | octavia.togami | 2 years ago |
8c322dfb | Use some pattern-matching, 'cause it's cool | octavia.togami | 2 years ago |
8caaa3e0 | [Forge] Update to 41.0.98 to fix breaking changes Fixes #2139 | octavia.togami | 2 years ago |
94745add | Remove maven local specifier | octavia.togami | 2 years ago |
8fee9bdd | Fix Sponge rotation adapter | yeregorixcraft | 2 years ago |
2aadf22b | Restore ABI compatiblity | octavia.togami | 2 years ago |
d1ebde0b | First stab at getting lin-bus integrated | octavia.togami | 2 years ago |
a8b5268e | Merge pull request #2133 from EngineHub/chore/build-fix-for-master Merge version branch in for build fix | octavia.togami | 2 years ago |
ed2713a5 | Update some plugins to fix build | octavia.togami | 2 years ago |
fb7366e3 | Back to SNAPSHOT for continued development | mnmiller1 | 3 years ago |
08775899 | Release 7.2.11 Beta 1 | mnmiller1 | 3 years ago |
6fef180a | Merge pull request #2118 from EngineHub/chore/1.19-to-master Merge version/7.2.x to master for 1.19 changes | mnmiller1 | 3 years ago |
bc9a6dd5 | Merge branch 'version/7.2.x' | mnmiller1 | 3 years ago |
f667474f | Deprecate MultiStageReorder and ReorderMode (#1999) * Start deprecating MultiStage reorder * Rather than changing behaviour just deprecate * Add deprecation message * Apply PR review notes | mnmiller1 | 3 years ago |
3433e40d | Fix CB watchdog, fail early if it breaks | octavia.togami | 3 years ago |
a7ab49a0 | Merge pull request #2112 from EngineHub/snapshot-testing/1.19 | octavia.togami | 3 years ago |
7df4d984 | [Bukkit] 1.19 Removed 1.18, 1.18.2 is still present | octavia.togami | 3 years ago |
7cc90a7b | Merge pull request #2111 from EngineHub/feature/abi-more-like-allthings-break-intermittenly Add automatic ABI checking | octavia.togami | 3 years ago |
d3ab1e57 | 1.19 data updates | octavia.togami | 3 years ago |
69b5d661 | [Forge] 1.19 | octavia.togami | 3 years ago |
7497341a | [Fabric] 1.19 | octavia.togami | 3 years ago |
a8a3633b | Increase memory for daemon Thanks loom | octavia.togami | 3 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.togami | 3 years ago |
45b0b9a8 | Fix failures for when we update to a new MC version | octavia.togami | 3 years ago |
c42a96f8 | Licensing... | octavia.togami | 3 years ago |
8d5d809a | Add automatic ABI checking This is going to break on new MC release, but I'll take care of that | octavia.togami | 3 years ago |
92b88dc2 | Merge pull request #2109 from EngineHub/chore/merge-to-master Merge version/7.2.x into master | octavia.togami | 3 years ago |
9e98e77a | Exclude examiner from -forge when merging | octavia.togami | 3 years ago |
bed2419f | Remove legacy adapters | mnmiller1 | 3 years ago |
1e618e3a | Merge version/7.2.x into master | mnmiller1 | 3 years ago |
31e5298f | Fixed //stack erroring when given a count of 0 (#2108) | mnmiller1 | 3 years ago |
c515eb5f | Cache properties to reduce startup memory (#2103) * Cache properties to reduce startup memory * Apply PR review notes * Remove import | mnmiller1 | 3 years ago |
c83f6ecd | Play around with SpongeForge (#2107) | mnmiller1 | 3 years ago |
6e72ee00 | Add morph brush (#2078) * Add erosion brush * Rename to the Morph brush, and add Erode and Dilate presets Co-authored-by: Lewis B <lbobbermen@bigpond.com> | mnmiller1 | 3 years ago |
92dfdcb8 | Update CodeQL action to v2 | octavia.togami | 3 years ago |
15bd7ff4 | Increase default BlockState count (#2102) | mnmiller1 | 3 years ago |
8ddd3179 | Fix fastutil on sponge (#2099) VG excludes the wrong version, PR has been made | octavia.togami | 3 years ago |
3eefaa29 | Fix block state mask with string properties (#2091) | mnmiller1 | 3 years ago |
88db45b6 | Bump paperweight + bundle to fix build | octavia.togami | 3 years ago |
14ecf932 | Bump paperweight + bundle to fix build | octavia.togami | 3 years ago |
27b29453 | Bump adapter jar. https://github.com/EngineHub/worldedit-adapters/pull/31 | wizjany | 3 years ago |
027a6078 | Revert "Fix sponge." This reverts commit 677ce55a92b7bd629d86bd161d6f35836a4e57d0. | wizjany | 3 years ago |
677ce55a | Fix sponge. | wizjany | 3 years ago |
5b599298 | Back to SNAPSHOT for continued development | mnmiller1 | 3 years ago |
1742f984 | Release 7.2.10 | mnmiller1 | 3 years ago |
e715ccc3 | Fix 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> | wizjany | 3 years ago |
d905ad47 | Fix terminology in SECURITY.md (#2066) | octavia.togami | 3 years ago |
356cd2c8 | Merge pull request #2062 from EngineHub/fix/mixin-mixup Un-mixup the mixins. | octavia.togami | 3 years ago |
b8d42ac5 | Defeat the duplication dilemma. | wizjany | 3 years ago |
5e49f69f | Forge requires explicitly defining the refmap in the mixing config | mnmiller1 | 3 years ago |
ccf9397c | Now works in dev | mnmiller1 | 3 years ago |
b4b018d6 | Remove 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.togami | 3 years ago |
dd696172 | Make some improvements to the Forge side - still not fixed | mnmiller1 | 3 years ago |
b8d096ba | Un-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. | wizjany | 3 years ago |
59742162 | Use Forge's official tag API | octavia.togami | 3 years ago |
5843aa50 | Change vector command converter wording. (#2059) Hopefully will cut down on questions of how to use `//pos x,y,z`. | wizjany | 3 years ago |
f50a81fc | Fluid masks for forge/fabric. (#556) Closes #877. | wizjany | 3 years ago |
44863cf5 | Don't access PluginClassLoader directly (#2045) | 3 years ago | |
e21ab6a7 | Revert to v2 setup-java https://github.com/actions/setup-java/issues/295 | octavia.togami | 3 years ago |
afdfa9e3 | gradle 7.4 | octavia.togami | 3 years ago |
2fda9a12 | Some final version updates | octavia.togami | 3 years ago |
48d7ccc1 | [Bukkit] 1.18.2 | wizjany | 3 years ago |
a6c05c22 | [Forge] 1.18.2 Plus bonus debug and Fabric improvements | octavia.togami | 3 years ago |
8c83ef80 | [Bukkit] Remove nbt tricks from adapters | octavia.togami | 3 years ago |
ce13ed99 | [Fabric] 1.18.2 update | octavia.togami | 3 years ago |
30e16014 | Apply update flag on later change (#2037) * Apply update flag on later change * Checkstyle * Move entry point for UPDATE | mnmiller1 | 3 years ago |
eac5b51b | Play dirty because bukkit classloading is bad. (#2043) * Play dirty because bukkit classloading is bad. Fixes #2042. * Make logging more Bukkit-friendly. * Checkstyle | wizjany | 3 years ago |
e2ab12c3 | Change 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. | wizjany | 3 years ago |
76ec878e | Allow biome commands to be used from non-player actors (#2034) | mnmiller1 | 3 years ago |
17b9f005 | Move tinyurls to ehub.to (#2033) | octavia.togami | 3 years ago |
8929ad20 | Fix 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 fix | octavia.togami | 3 years ago |
86277d1e | Back to SNAPSHOT for continued development | mnmiller1 | 3 years ago |
e20e0133 | Release 7.2.9 | mnmiller1 | 3 years ago |
ab31481e | Use Chunk#getNoiseBiome instead of biome container (#2025) This is just way easier, and not buggy! Fixes #2012 | octavia.togami | 3 years ago |
e118e3df | Fix regen on newer Forge due to removed method (#2021) * Fix regen on newer Forge due to removed method * Use saveWithFullMetadata | mnmiller1 | 3 years ago |
e4854338 | Fix legacy error message output for WorldGuard commands (#2023) | github | 3 years ago |
fb503247 | Update 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.togami | 3 years ago |
09c489df | Merge pull request #1750 from EngineHub/feature/sponge-schematic-3 Sponge Schematic Version 3 | octavia.togami | 3 years ago |
3e07a992 | Merge branch 'master' into feature/sponge-schematic-3 | octavia.togami | 3 years ago |
ab61a849 | Fix Fabric regenerate outside of overworld (#2016) * Fix Fabric regenerate outside of overworld * License | mnmiller1 | 3 years ago |
0ad3ab14 | Remove 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... | wizjany | 3 years ago |
512a07ea | Add the UPDATE SideEffect to Forge (#2000) | mnmiller1 | 3 years ago |
fb5ec199 | Fix error for snapshot restore missing chunk | octavia.togami | 3 years ago |
757bef1f | Fix for #1983, Use Math.floor instead of int cast (master branch) (#1989) | github | 3 years ago |
3fa364b4 | Fix for #1983, Use Math.floor instead of int cast (#1986) | github | 3 years ago |
6f14f45c | Security email is working now | octavia.togami | 3 years ago |