- Builds
- WorldGuard (
version/7.0.x
) - Build #2282
WorldGuard Build #2282
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable DownloadsProject | WorldGuard |
---|---|
Status | SUCCESS |
Branch | version/7.0.x |
Number | #2282-1bfae45 |
Date | 5 months ago |
Artifacts
Changes
ID | Summary | Committer | Date |
---|---|---|---|
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 | 5 months ago |
b269d7e2 | Handle vaults as use, crafters as chest-access. | wizjany | 5 months ago |
af645ea2 | Cleanup code | joo200 | 5 months ago |
a5ea5115 | Fix UseBlockFlag for multiple uses at the same time, add windburst-flag | joo200 | 5 months ago |
83298796 | WindCharge -> AbstractWindCharge | brokkonaut | 5 months ago |
8aa37e38 | Do not call as a bulk event, because it has to check every blocks type | brokkonaut | 6 months ago |
887f3bfa | Special handling for WindCharges | brokkonaut | 6 months ago |
6898ad86 | Fix ItemStack conversion for spigot compatibility | joo200 | 5 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 | 5 months ago |
2bd426ba | Update Materials.java with 1.21 tags and materials | joo200 | 5 months ago |
27f00959 | Fix compilation for MC 1.21. Nothing tested yet. | wizjany | 5 months ago |