Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Fixed
on-sellcommands not executing foritem-type: COMMANDitems —sell()no longer checks or removes physical items from the player's inventory when the item's delivery type isCOMMAND. Previously the transaction exited early with "insufficient items" because the player had no material to hand over, preventing sell commands from running at all.on-sell execute-asoverridden byon-buy execute-as—ShopPricingManagernow tracksexecute-asindependently for theon-buyandon-sellblocks. Previously a single shared flag meant that settingon-buy: execute-as: playerwould silently overrideon-sell: execute-as: console, causing sell commands to run as the player instead of the console.
Added
- Code coverage reporting — JaCoCo is now configured in the Maven build (
jacoco-maven-plugin 0.8.12). Coverage reports (jacoco.xml) are generated on everymvn testrun and uploaded to Codecov by the CI workflow for both unit-test and feature-test jobs.
Information
| Published on | May 18, 2026 |
|---|---|
| Downloads | 5 |
Platforms
Paper (1.21-26.1.2)
Dependencies
Paper