WorldGuard Build #2337

Be aware that this branch (feat/1.21.5) 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
Branchfeat/1.21.5
Number#2337-fd9c0d6
Date8 days ago
Changes
IDSummaryCommitterDate
fd9c0d62Add material defs for 1.21.5. wizjany8 days 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íka month ago
65792ec3Restore previous behavior of ride/interact. (#2196) Closes #2194.wizjanya month ago
656cda43Point readme to compiling file so we don't have to update two places.wizjanya month ago
4ec325efUse chest-access for hoppers pulling from entities. (#2191) Closes #2187.wizjanya month ago
a949b106Skip the hopper doing the pulling. (#2186) Closes #2185.wizjany2 months ago
33bbd93aBack to SNAPSHOT for development. wizjany2 months ago
82fdc65dRelease 7.0.13. wizjany2 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. wizjany2 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. wizjany2 months ago
38ce4d42Port outside repo usage elimination Ports da223671a5e5d0107d502234d7378522db162e3c from WorldEdit to Worldguard and updates Gradle. Co-authored-by: octylFractal <octavia.togami@gmail.com> aurora3 months ago
f89b1495Use PaperLib to get inventory holderjquery-package4 months ago
910b2412Drop spigot api as dependency in gradle joo2003 months ago
5f8e5eafBump mojang libs. Only affects api-users building against 1.21.4 mojang deps. wizjany4 months ago
675d86ceBack to snapshot. wizjany4 months ago
5c4848b8Release 7.0.13-beta-2. wizjany4 months ago
acd4fda8Update to 1.21.4. wizjany4 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 wizjany4 months ago
7ae07a94Back to snapshot. Also update changelog cuz I forgot. wizjany5 months ago
2f13ae04Release 7.0.13-beta-1 wizjany5 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.wizjany5 months ago
764d258eFix deprecations on stack methods. Also this was supposed to be on a branch but I just realized I forgot. wizjany6 months ago
5579d197Remove stack size bypassing perm. Entire command should eventually be removed. wizjany6 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> joo2006 months ago