WorldGuard Build #2396

Be aware that this branch (master) 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
Branchmaster
Number#2396-578e802
Date15 hours ago
Artifacts
Changes
IDSummaryCommitterDate
578e8023Merge branch 'version/7.0.x' Maddy Miller15 hours ago
49ebc79bAdd a GH Actions run to do a simple Gradle build Maddy Miller15 hours ago
31c9320dRequire MC 26.2 and add additional material definitions Maddy Miller15 hours ago
8ec5e8a7Back to SNAPSHOT for continued development Maddy Millera day ago
fa605e6aRelease 7.0.18 Maddy Millera day ago
048bd2adSynchronize YamlRegionFile#saveAll (#2014) * 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 * 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.tomylobo2 days ago
d002474eRemove strict versions from MC libs Maddy Miller3 days ago
a156c07aFilter "standing in" regions list by permission access. Fixes #2262 (#2293) * Filter "standing in" regions list by permission access. Fixes #2262 * Don't filter the actual result, just the outputMaddy Miller4 days ago
f0239b63Use new Enemy interface for hostile detection Maddy Miller15 days ago
7c38af4cMigrate PigZapEvent for Paper. Fixes #2290 (#2292)Maddy Miller21 days ago
da6bfb3bAdd lava-harden flag (#2275) * Rename type to newType and extract oldType variable * Add lava-harden flag This covers the forming of cobblestone, stone, obsidian and basalt.tomylobo21 days ago
1439345aFix gradle publish with Shadow 9 Maddy Miller21 days ago
f310e93aperf: avoid unnecessary isNPC checks (#2285)rvskele21 days 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 Miller22 days ago
d1a31937Back to SNAPSHOT for continued development Maddy Miller2 months ago
e42d8bcdRelease 7.0.17 Maddy Miller2 months ago
20eb298cfix: detect cocoa as a crop (#2278)jmkohnagel2 months ago
b4914ef8Fix checkstyle problems tomylobo3 months ago
3e9e1c84Replace PaperLib functionality that no longer works properly on 26.1+ Maddy Miller3 months ago
8783e2baOnly store originalGameMode if NULL (#2265)brite3 months ago
aa516033Cleanup Folia handlers to use more shared code Maddy Miller4 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 versioneuphyllia5 months ago
039e9af0Manually deserialize block/item names during blacklist handling. Fixes #2255 Maddy Miller6 months ago
6b994f08Merge branch 'version/7.0.x' of github.com:EngineHub/WorldGuard into version/7.0.x Maddy Miller7 months ago
999fb12eBack to SNAPSHOT for continued development Maddy Miller7 months ago
ce4622f1Release 7.0.16 Beta 1 Maddy Miller7 months ago
94b75224Fix tiny typo (#2217) aaron beier7 months ago
4405a297Bump API version to 1.21.11 aerulion7 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 aerulion7 months ago
5baf085aBack to SNAPSHOT for continued development Maddy Miller7 months ago
5fafea67Release 7.0.15 Maddy Miller7 months ago
480afaebMerge branch 'pr/2249' into version/7.0.x Maddy Miller7 months ago
cff2510cBump API version to 1.21.11 aerulion7 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 aerulion7 months ago
b7e9c4c7Back to SNAPSHOT for continued development Maddy Miller9 months ago
445a1d73Release 7.0.15 Beta 1 Maddy Miller9 months ago
56427c71Updated material definitions up to 1.21.10 (#2239) * Updated material definitions up to 1.21.10 * Remove commented-out materialsaerulion9 months ago
8191e5dfImprove region file loading compatibility with NIO Java APIs Maddy Miller9 months ago