WorldGuard Build #2343

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#2343-86a1fa6
Date6 days ago
Changes
IDSummaryCommitterDate
86a1fa6eMerge branch 'version/7.0.x' # Conflicts: # gradle.properties joo2006 days ago
f8415edfSkip handling notify flags on false values Maddy Millera month ago
c4c17a2eRemove weird files Maddy Miller3 months ago
e2f21b66Back to SNAPSHOT for continued development Maddy Miller3 months ago
43997ecfRelease 7.0.14 Maddy Miller3 months ago
b0a98d4cAdd material defs for 1.21.5. (#2204) wizjany3 months ago
98b52206Listen to EntityPushedByEntityAttackEvent for knockback/push (#2193) Listening to the push event instead of EntityKnockbackByEntity includes other sources of knockback/push in the internal DamageEntityEvent. Closes #2190.wertík5 months ago
65792ec3Restore previous behavior of ride/interact. (#2196) Closes #2194.wizjany5 months ago
656cda43Point readme to compiling file so we don't have to update two places.wizjany6 months ago
4ec325efUse chest-access for hoppers pulling from entities. (#2191) Closes #2187.wizjany6 months ago
a949b106Skip the hopper doing the pulling. (#2186) Closes #2185.wizjany6 months ago
33bbd93aBack to SNAPSHOT for development. wizjany6 months ago
82fdc65dRelease 7.0.13. wizjany6 months ago
2d96cdb9Consider decorated pots chest-access instead of interact. Message is a bit awkward since it says "open that" but oh well. Closes #2170. wizjany6 months ago
9eadfdbcMore comprehensive fishing rod checks. Checks the retrieve (caught entity) for all non-hostiles (i.e. including vehicles now, checked with vehicle-destroy). Also checks the projectile hit event, to prevent hooks from attaching pre-emptively. Closes #2157, #2155. wizjany6 months ago
38ce4d42Port outside repo usage elimination Ports da223671a5e5d0107d502234d7378522db162e3c from WorldEdit to Worldguard and updates Gradle. Co-authored-by: octylFractal <octavia.togami@gmail.com> aurora7 months ago
f89b1495Use PaperLib to get inventory holderjquery-package9 months ago
910b2412Drop spigot api as dependency in gradle joo2008 months ago
5f8e5eafBump mojang libs. Only affects api-users building against 1.21.4 mojang deps. wizjany8 months ago
675d86ceBack to snapshot. wizjany8 months ago
5c4848b8Release 7.0.13-beta-2. wizjany8 months ago
acd4fda8Update to 1.21.4. wizjany9 months ago
89b6bdc1Fix typo. Only affected the config option, not the flag, so not too surprised it wasn't noticed earlier. https://github.com/EngineHub/WorldGuard/pull/2115/files/679b56948f41869bd545564a8c57562f157a6b66#r1878791900 wizjany9 months ago
7ae07a94Back to snapshot. Also update changelog cuz I forgot. wizjany10 months ago
2f13ae04Release 7.0.13-beta-1 wizjany10 months ago
1a59d1ebUpdate to 1.21.3. (#2153) * Initial update to 1.21.3. Compiles, launches, nothing tested yet. * Boat tag includes chest boat tag. * Avoid Material.values call. * Split ride checks to separate event handler. Bypass the interact entirely and let EntityMount handle it, since we can't discriminate usage in interact.wizjany10 months ago
764d258eFix deprecations on stack methods. Also this was supposed to be on a branch but I just realized I forgot. wizjany10 months ago
5579d197Remove stack size bypassing perm. Entire command should eventually be removed. wizjany10 months ago
3b9ab47aAvoid using metadata storage if possible (#2150) * Avoid using metadata storage if possible * Fix cause detection, use always on paper * Fix fat fingers Co-authored-by: aurora <21148213+aurorasmiles@users.noreply.github.com> joo20010 months ago