WorldGuard Build #2282

This is not a stable download!

We recommend the use of released versions whenever possible.

View Stable Downloads
ProjectWorldGuard
StatusSUCCESS
Branchversion/7.0.x
Number#2282-1bfae45
Datea year ago
Artifacts

No artifacts (files) are available for this build!


Changes
IDSummaryCommitterDate
1bfae454Merge 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>wizjanya year ago
b269d7e2Handle vaults as use, crafters as chest-access. wizjanya year ago
af645ea2Cleanup code joo200a year ago
a5ea5115Fix UseBlockFlag for multiple uses at the same time, add windburst-flag joo200a year ago
83298796WindCharge -> AbstractWindCharge brokkonauta year ago
8aa37e38Do not call as a bulk event, because it has to check every blocks type brokkonauta year ago
887f3bfaSpecial handling for WindCharges brokkonauta year ago
6898ad86Fix ItemStack conversion for spigot compatibility joo200a year ago
7783e9aeFix 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>lennarta year ago
2bd426baUpdate Materials.java with 1.21 tags and materials joo200a year ago
27f00959Fix compilation for MC 1.21. Nothing tested yet. wizjanya year ago