- Builds
- WorldGuard (
synchronized-region-save) - Build #2382
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| Project | WorldGuard |
|---|---|
| Status | SUCCESS |
| Branch | synchronized-region-save |
| Number | #2382-4d06481 |
| Date | a day ago |
Artifacts
Changes
| ID | Summary | Committer | Date |
|---|---|---|---|
| 4d06481d | Synchronize 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. | tomylobo | 3 years ago |
| ccea1065 | Synchronize 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 storage | tomylobo | 3 years ago |
| 1439345a | Fix gradle publish with Shadow 9 | Maddy Miller | a day ago |
| f310e93a | perf: avoid unnecessary isNPC checks (#2285) | rvskele | a day ago |
| ab33d3fd | Migrate 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 here | Maddy Miller | a day ago |
| d1a31937 | Back to SNAPSHOT for continued development | Maddy Miller | a month ago |
| e42d8bcd | Release 7.0.17 | Maddy Miller | a month ago |
| 20eb298c | fix: detect cocoa as a crop (#2278) | jmkohnagel | 2 months ago |
| b4914ef8 | Fix checkstyle problems | tomylobo | 2 months ago |
| 3e9e1c84 | Replace PaperLib functionality that no longer works properly on 26.1+ | Maddy Miller | 2 months ago |
| 8783e2ba | Only store originalGameMode if NULL (#2265) | brite | 3 months ago |
| aa516033 | Cleanup Folia handlers to use more shared code | Maddy Miller | 3 months ago |
| caa121c1 | Back to SNAPSHOT for continued development | Maddy Miller | 4 months ago |
| f7fded2f | Release 7.0.16 | Maddy Miller | 4 months ago |
| dd8d2ff5 | Generating an End Portal should not trigger BlockMultiPlaceEvent (#2266) * Allow end_portal generation if player can interact with block * add some comments * concise comment | catteaa | 4 months ago |
| 88db0e50 | Basic 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 version | euphyllia | 4 months ago |
| 039e9af0 | Manually deserialize block/item names during blacklist handling. Fixes #2255 | Maddy Miller | 5 months ago |
| 6b994f08 | Merge branch 'version/7.0.x' of github.com:EngineHub/WorldGuard into version/7.0.x | Maddy Miller | 6 months ago |
| 999fb12e | Back to SNAPSHOT for continued development | Maddy Miller | 6 months ago |
| ce4622f1 | Release 7.0.16 Beta 1 | Maddy Miller | 6 months ago |
| 94b75224 | Fix tiny typo (#2217) | aaron beier | 6 months ago |
| 4405a297 | Bump API version to 1.21.11 | aerulion | 6 months ago |
| 6697bab3 | Updated 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 | aerulion | 6 months ago |
| 5baf085a | Back to SNAPSHOT for continued development | Maddy Miller | 6 months ago |
| 5fafea67 | Release 7.0.15 | Maddy Miller | 6 months ago |
| 480afaeb | Merge branch 'pr/2249' into version/7.0.x | Maddy Miller | 6 months ago |
| cff2510c | Bump API version to 1.21.11 | aerulion | 6 months ago |
| af098686 | Updated 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 | aerulion | 6 months ago |
| b7e9c4c7 | Back to SNAPSHOT for continued development | Maddy Miller | 8 months ago |
| 445a1d73 | Release 7.0.15 Beta 1 | Maddy Miller | 8 months ago |
| 56427c71 | Updated material definitions up to 1.21.10 (#2239) * Updated material definitions up to 1.21.10 * Remove commented-out materials | aerulion | 8 months ago |
| 8191e5df | Improve region file loading compatibility with NIO Java APIs | Maddy Miller | 8 months ago |