- Builds
- WorldGuard (
feature/fix-breeze-stuff
) - Build #2288
WorldGuard Build #2288
Be aware that this branch (
feature/fix-breeze-stuff
) 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 | feature/fix-breeze-stuff |
Number | #2288-2042b32 |
Date | 5 months ago |
Artifacts
Changes
ID | Summary | Committer | Date |
---|---|---|---|
2042b32a | Fix breeze damage flags | joo200 | 5 months ago |
8ffc81ad | Fix NPE for teleport events without target location Fixes #2111 | joo200 | 5 months ago |
16ea4625 | Merge pull request #2100 from aurorasmiles/feat/buildlogic Port buildlogic from WorldEdit | wizjany | 5 months ago |
ca49458a | A bit of cleanup. Definitely did not accidentally make a 40MB jar halfway through. | wizjany | 5 months ago |
57492108 | Port build-logic from WorldEdit | aurora | 6 months ago |
c6fbfb87 | remove double space | cyberflame | 6 months ago |
fa357f46 | Back to snapshot. Idk why we even to this for betas, they're not getting a maven release. | wizjany | 6 months ago |
a801a9d6 | Release 7.0.11-beta1. | wizjany | 6 months ago |
1bfae454 | Merge pull request #2089 from EngineHub/feat/mc-1.21 * Fix compilation for MC 1.21. Nothing tested yet. * Update Materials.java with 1.21 tags and materials * Fix ItemStack conversion on block place on MC 1.21 (#2093) * Fix ItemStack conversion on block place This issue is present in 1.21 because some materials do not convert 1:1 to item types. This throws an exception in the ItemStack constructor. Example: WALL_TORCH is a valid block but not a valid item, only TORCH is a valid item. So, use the item in hand instead, creating a copy with quantity set to 1, for issueing the use item event. * Use ItemStack as-is. Closes #2092. * Fix ItemStack conversion for spigot compatibility * Special handling for WindCharges * Do not call as a bulk event, because it has to check every blocks type * WindCharge -> AbstractWindCharge * Fix UseBlockFlag for multiple uses at the same time, add windburst-flag * Cleanup code * Handle vaults as use, crafters as chest-access. --------- Co-authored-by: Joo200 <github@joo200.de> Co-authored-by: Lennart <1535717+lenis0012@users.noreply.github.com> Co-authored-by: Brokkonaut <hannos17@gmx.de> | wizjany | 6 months ago |
b269d7e2 | Handle vaults as use, crafters as chest-access. | wizjany | 6 months ago |
af645ea2 | Cleanup code | joo200 | 6 months ago |
a5ea5115 | Fix UseBlockFlag for multiple uses at the same time, add windburst-flag | joo200 | 6 months ago |
83298796 | WindCharge -> AbstractWindCharge | brokkonaut | 6 months ago |
8aa37e38 | Do not call as a bulk event, because it has to check every blocks type | brokkonaut | 7 months ago |
887f3bfa | Special handling for WindCharges | brokkonaut | 7 months ago |
6898ad86 | Fix ItemStack conversion for spigot compatibility | joo200 | 6 months ago |
7783e9ae | Fix ItemStack conversion on block place on MC 1.21 (#2093) * Fix ItemStack conversion on block place This issue is present in 1.21 because some materials do not convert 1:1 to item types. This throws an exception in the ItemStack constructor. Example: WALL_TORCH is a valid block but not a valid item, only TORCH is a valid item. So, use the item in hand instead, creating a copy with quantity set to 1, for issueing the use item event. * Use ItemStack as-is. Closes #2092. --------- Co-authored-by: wizjany <wizjany@gmail.com> | lennart | 6 months ago |
2bd426ba | Update Materials.java with 1.21 tags and materials | joo200 | 6 months ago |
27f00959 | Fix compilation for MC 1.21. Nothing tested yet. | wizjany | 6 months ago |
ead1e1b7 | Fix checking bypass on initialize (#2082) * Fix checking bypass on initialize * Add SessionManager#createSession back as deprecated | joni aromaa | 7 months ago |
8b7729e0 | Fix silent flag for gameplay commands (#2081) * Fix silent flag for gameplay commands This issue has been fixed in CommandBook with https://github.com/EngineHub/CommandBook/commit/644803182ed1765a9862d0a0cd0d3763d399efee but never in WorldGuard. Co-authored-by: Wyatt Childers <DarkArc@users.noreply.github.com> * codestyle | aurora | 7 months ago |
d6ef5e93 | Remove adventure snapshot repository | joo200 | 7 months ago |
6f5501f7 | Bump to snapshot. | wizjany | 7 months ago |
d9424b1c | Release 7.0.10. | wizjany | 7 months ago |
65431c7d | Fix fire placement by blocks when fire-spread is set to deny Fixes #2070 | aurora | 7 months ago |