WorldGuard Build #2382

Be aware that this branch (synchronized-region-save) is not the main branch (version/7.0.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
ProjectWorldGuard
StatusSUCCESS
Branchsynchronized-region-save
Number#2382-4d06481
Datea day ago
Artifacts
Changes
IDSummaryCommitterDate
4d06481dSynchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlRegionFile per world, so synchronizing on the instance wouldn't necessarily help. tomylobo3 years ago
ccea1065Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storagetomylobo3 years ago
1439345aFix gradle publish with Shadow 9 Maddy Millera day ago
f310e93aperf: avoid unnecessary isNPC checks (#2285)rvskelea day ago
ab33d3fdMigrate to Crankcase (and drop <MC 26.1) (#2291) * Migrate to Crankcase (and drop <MC 26.1) * missed java 21 refs * May as well populate the single material flag for 26.1 hereMaddy Millera day ago
d1a31937Back to SNAPSHOT for continued development Maddy Millera month ago
e42d8bcdRelease 7.0.17 Maddy Millera month ago
20eb298cfix: detect cocoa as a crop (#2278)jmkohnagel2 months ago
b4914ef8Fix checkstyle problems tomylobo2 months ago
3e9e1c84Replace PaperLib functionality that no longer works properly on 26.1+ Maddy Miller2 months ago
8783e2baOnly store originalGameMode if NULL (#2265)brite3 months ago
aa516033Cleanup Folia handlers to use more shared code Maddy Miller3 months ago
caa121c1Back to SNAPSHOT for continued development Maddy Miller4 months ago
f7fded2fRelease 7.0.16 Maddy Miller4 months ago
dd8d2ff5Generating an End Portal should not trigger BlockMultiPlaceEvent (#2266) * Allow end_portal generation if player can interact with block * add some comments * concise commentcatteaa4 months ago
88db0e50Basic Folia Support (#2259) * Basic Folia Support * Teleport async only with Folia server * restore * Extract the location for teleportation and add the {} * Extract the location for teleportation * Revert worldedit versioneuphyllia4 months ago
039e9af0Manually deserialize block/item names during blacklist handling. Fixes #2255 Maddy Miller5 months ago
6b994f08Merge branch 'version/7.0.x' of github.com:EngineHub/WorldGuard into version/7.0.x Maddy Miller6 months ago
999fb12eBack to SNAPSHOT for continued development Maddy Miller6 months ago
ce4622f1Release 7.0.16 Beta 1 Maddy Miller6 months ago
94b75224Fix tiny typo (#2217) aaron beier6 months ago
4405a297Bump API version to 1.21.11 aerulion6 months ago
6697bab3Updated material definitions and dependencies for 1.21.11 - Updated Mojang-provided libraries to the correct version - Added new Material and SpawnEgg definitions - Fixed some missing item materials i missed during the previous commit, since I did not know items should also be covered aerulion6 months ago
5baf085aBack to SNAPSHOT for continued development Maddy Miller6 months ago
5fafea67Release 7.0.15 Maddy Miller6 months ago
480afaebMerge branch 'pr/2249' into version/7.0.x Maddy Miller6 months ago
cff2510cBump API version to 1.21.11 aerulion6 months ago
af098686Updated material definitions and dependencies for 1.21.11 - Updated Mojang-provided libraries to the correct version - Added new Material and SpawnEgg definitions - Fixed some missing item materials i missed during the previous commit, since I did not know items should also be covered aerulion6 months ago
b7e9c4c7Back to SNAPSHOT for continued development Maddy Miller8 months ago
445a1d73Release 7.0.15 Beta 1 Maddy Miller8 months ago
56427c71Updated material definitions up to 1.21.10 (#2239) * Updated material definitions up to 1.21.10 * Remove commented-out materialsaerulion8 months ago
8191e5dfImprove region file loading compatibility with NIO Java APIs Maddy Miller8 months ago