Be aware that this branch (master) is not the main branch (version/7.2.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
View last successful build
Branch#StatusChangesFinished
master#6362Tests passed: 198, ignored: 1
  • Merge branch 'version/7.2.x' (0d8a2118 by mnmiller1)
  • Back to SNAPSHOT for continued development (de453b9d by mnmiller1)
  • Release 7.2.14 (094b7342 by mnmiller1)
  • 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> (d4556dfe by github)
  • 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 (38d2ff13 by github)
  • Update Forge for 1.19.4, and bump Fabric to final 1.19.4 release (16a2cc95 by mnmiller1)
  • 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 (7481995e by mnmiller1)
  • Merge pull request #2277 from EngineHub/expression-query-full-blockstate Fix data values returned by the query functions in the expression language (e6c88280 by tomylobo)
  • Fix data values returned by the query functions in the expression language (b5b9c6ab by tomylobo)
5 days ago
master#6341Tests passed: 198, ignored: 1
  • 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 (121b4b61 by mnmiller1)
14 days ago
master#6329Tests passed: 198, ignored: 1
  • Merge branch 'version/7.2.x' (f40ea0dd by mnmiller1)
  • Update to the new Paper maven repo (f6646aaa by mnmiller1)
19 days ago
master#6326Tests passed: 198, ignored: 1
  • 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 (82727ffb by mnmiller1)
a month ago
master#6325Tests passed: 198, ignored: 1
  • Add property suggestions for hand,offhand,pos1 patterns (#2269) (d960fa22 by mnmiller1)
a month ago
master#6322Tests passed: 198, ignored: 1
  • Allow factory suggestions to have parser context (#2236) (98fd5dc8 by mnmiller1)
a month ago
master#6314Tests passed: 198, ignored: 1
  • Merge branch 'version/7.2.x' (b18d66c5 by mnmiller1)
  • Merge pull request #2253 from Brokkonaut/bukkit-custombiomes Allow custom biomes in bukkit (ab79341a by octavia.togami)
  • Allow custom biomes in bukkit (6bbcf746 by hannos17)
a month ago
master#6310Tests passed: 198, ignored: 1
  • Merge pull request #2245 from cthbleachbit/master EditSession.drawSpline: use vectors at block center for spline nodes (78848d5c by octavia.togami)
  • 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. (17ce47cd by cth451)
a month ago
master#6307Tests passed: 198, ignored: 1
  • Only mark CLI clipboard world as dirty when the underlying calls return a success state (98611c2a by mnmiller1)
2 months ago
master#6305Tests passed: 198, ignored: 1
  • Update README.md Fix minor typo (034d7218 by untouchedodin0)
2 months ago