- Builds
- WorldGuard (
fix/leashing-rideables
) - Build #2335
WorldGuard Build #2335
Be aware that this branch (
fix/leashing-rideables
) 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 downloadsProject | WorldGuard |
---|---|
Status | SUCCESS |
Branch | fix/leashing-rideables |
Number | #2335-725dd2a |
Date | 9 days ago |
Artifacts
Changes
ID | Summary | Committer | Date |
---|---|---|---|
725dd2a7 | Restore previous behavior of ride/interact. Closes #2194. | wizjany | 9 days ago |
4ec325ef | Use chest-access for hoppers pulling from entities. (#2191) Closes #2187. | wizjany | 16 days ago |
a949b106 | Skip the hopper doing the pulling. (#2186) Closes #2185. | wizjany | 23 days ago |
33bbd93a | Back to SNAPSHOT for development. | wizjany | a month ago |
82fdc65d | Release 7.0.13. | wizjany | a month ago |
2d96cdb9 | Consider decorated pots chest-access instead of interact. Message is a bit awkward since it says "open that" but oh well. Closes #2170. | wizjany | a month ago |
9eadfdbc | More 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. | wizjany | a month ago |
38ce4d42 | Port outside repo usage elimination Ports da223671a5e5d0107d502234d7378522db162e3c from WorldEdit to Worldguard and updates Gradle. Co-authored-by: octylFractal <octavia.togami@gmail.com> | aurora | 2 months ago |
f89b1495 | Use PaperLib to get inventory holder | jquery-package | 3 months ago |
910b2412 | Drop spigot api as dependency in gradle | joo200 | 3 months ago |
5f8e5eaf | Bump mojang libs. Only affects api-users building against 1.21.4 mojang deps. | wizjany | 3 months ago |
675d86ce | Back to snapshot. | wizjany | 3 months ago |
5c4848b8 | Release 7.0.13-beta-2. | wizjany | 3 months ago |
acd4fda8 | Update to 1.21.4. | wizjany | 4 months ago |
89b6bdc1 | Fix 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 | wizjany | 3 months ago |
7ae07a94 | Back to snapshot. Also update changelog cuz I forgot. | wizjany | 5 months ago |
2f13ae04 | Release 7.0.13-beta-1 | wizjany | 5 months ago |
1a59d1eb | Update 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. | wizjany | 5 months ago |
764d258e | Fix deprecations on stack methods. Also this was supposed to be on a branch but I just realized I forgot. | wizjany | 5 months ago |
5579d197 | Remove stack size bypassing perm. Entire command should eventually be removed. | wizjany | 5 months ago |
3b9ab47a | Avoid 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> | joo200 | 5 months ago |