WorldEdit Build #5818

Be aware that this branch (feature/mcutils-117) 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
ProjectWorldEdit
StatusSUCCESS
Branchfeature/mcutils-117
Number#5818-97f7470
Date3 years ago
Changes
IDSummaryCommitterDate
97f74700Re-add deprecated grass_path octavia.togami3 years ago
6856581dUpdate MCUtils for 1.17 octavia.togami3 years ago
57a040c4Update adapter jar. wizjany3 years ago
e010b4c4Bukkit 1.17 adapter. wizjany3 years ago
7676a2d5[Fabric] Update to 1.17 (#1772) octavia.togami3 years ago
95160027Register platforms and commands in a more proper way (#1766) * Register platforms and commands in a more proper way Platforms are now register "on load"/initialize/etc., and preferreds are chosen just prior to command registration events. This allows us to properly hook in to reload. Additionally, we now have the capability to reload data with /minecraft:reload, though this is not yet implemented. * Correct javadocs on queryCapability * Flatten BukkitImplAdapter Lifecycledoctavia.togami3 years ago
8cfbf7e4Use 16 as our toolchain, but set release to 8 octavia.togami3 years ago
5a7cbfd6Fix selecting at 0,0,0 or radius 0 cyl/ellipse (#1734) octavia.togami3 years ago
876108fdPrepare for Gradle 7, but due to FG only get to 6.9 Gradle 7 stuff requires FG 5. Phooey. octavia.togami3 years ago
95d784f4Return false if Entity#remove is unsupported Fixes #1729 octavia.togami3 years ago
14686740Update FG for new maven repo octavia.togami3 years ago
edf39b2bBack to snapshot for future development octavia.togami3 years ago
57d5ac96Release 7.2.5 octavia.togami3 years ago
98adde2cAllow toggleplace to work on any Actor + Locatable (#1723) octavia.togami3 years ago
f0a3848bSwitch to maven-publish (#1718) * Update to use maven-publish instead of maven * Use published loom * These shouldn't be neededoctavia.togami3 years ago
c91159a2Note catch about toolchain system octavia.togami3 years ago
c7da4c0aSwap out logback for log4j2 octavia.togami3 years ago
acf9c3b2Change oak stair shape to straight in legacy.json.wizjany3 years ago
609c7b8cScrapped Logging Framework 4 Java (#1715) * The scramble is complete * Fix version decl for Bukkit Log4J * Swap out to a compatibility layer for LogManager Slightly slower, but compatible across all Java versions * Piston released with SL4JF removal * Clean up declarations a bitoctavia.togami3 years ago
386656ffUpdate extractor, see if that fixes anything octavia.togami3 years ago
acd63dadSlightly improve usability of LocalSession#getSelection. (#1714) Allow the World param to be null, throwing IncompleteRegionException. This allows calling `getSelection(getSelectionWorld())` without having to separately null-check the World. Also, add a convenience overload which does so: `getSelection()`.wizjany3 years ago