WorldEdit Build #7438

Be aware that this branch (ot/debt/2026-03-20-gradle-update) is not the main branch (version/7.4.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
Branchot/debt/2026-03-20-gradle-update
Number#7438-d2eefa4
Date7 hours ago
Changes
IDSummaryCommitterDate
d2eefa40Update to Gradle 9.4.1 Octavia Togami7 hours ago
d73c5a4bBack to SNAPSHOT for continued development Maddy Miller9 hours ago
76eaf25bRelease 7.4.1 Maddy Miller9 hours ago
17c09012Use and fix `MissingDeprecated` checkstyle check (#2924) Fixes #2917Octavia Togami12 days ago
0819a0e0Update Gradle and some plugins (#2923) Fixes #2920Octavia Togami13 days ago
5b1d44f2Update to Checkstyle 13.3.0, enable many checks (#2922) * Update checkstyle to 13.3.0 * Apply UseEnhancedSwitch checkstyle check * Apply many further checkstyle checksOctavia Togami13 days ago
e4f1acebStore SnapshotInfo instead of Snapshot in LocalSession (#2918) This prevents issues with the lifecycle of the file handles that may be associated with it Fixes #2902Octavia Togami13 days ago
6ffef676Fixed certain commands that teleport the player or an entity to Folia. (#2919) * Fixed certain commands that teleport the player or an entity to Folia. * I just saw a comment about the requirement to include its return value, so I simply stated that if the server was running Folia (see: https://github.com/EngineHub/WorldEdit/pull/2848/changes#r2552494430euphyllia17 days ago
9741ae5fUpdate dependencies Maddy Miller18 days ago
a00b09d8Add maintainers-only blank issue link (#2916) Octavia Togami20 days ago
11ece8bdCleanup the old accepted verification files (#2913) Maddy Miller20 days ago
5a594166Add very basic Folia support (#2905) * Add very basic Folia support * PR feedbackMaddy Miller20 days ago
256fc2a8Fix value not found exception (#2911) vilperi22121 days ago
4f81416bTweak biome maths on Fabric & NeoForge (#2908) Maddy Millera month ago
44e9e7afRemove unnecessary command event listener for Bukkit (#2909) Maddy Millera month ago
75d84aafUpdate entity leash position and home position in new minecraft versions when pasting (#2900) brokkonaut2 months ago
c831bfe8Make non-legacy blocks' type/data values -1, to allow overriding non-legacy blocks with air in //generate (#2901) * In //g, allow overriding non-legacy blocks with air Previously, it was impossible to override a non-legacy block (i.e. one that was introduced after the switch to string IDs) with air. This was due to the fact that non-legacy blocks and air had the same type id (0). This change gives them separate type ids, making it possible to override non-legacy blocks with air. * Make query functions return type/data values of -1 for non-legacy blocks This matches the new behaviour of the type/data variables in //generatetomylobo2 months ago