Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
[1.6.0] - 2026-08-07
Added
- Full Folia support (
folia-supported: trueinplugin.yml). Chat delivery no longer assumes a single server thread: sender-side formatting (placeholders, MineDown/MiniMessage rendering,<selector>/<score>/<nbt>resolution) runs on the sending player's own region thread, and each recipient — message delivery and the actionbar read-receipt count alike — is handled independently on their own region thread, since Folia only allows a player's location/permissions/messaging to be touched by the thread that actually owns them. Verified on a live Folia server: broadcast channels, radius-limited local channels (including recipients on the other side of a region boundary), the read-receipt count, and the "no color permission" heads-up all behave identically to Paper.
Changed
Message's recipient fan-out (send()) was rewritten as a scatter/gather over each online player's own scheduler (newMessageDelivery) instead of one thread looping over everyone's location directly — required for the Folia support above. A player disconnecting mid-send, sender or recipient, can no longer leave the read-receipt count hanging or throw the message away silently. The radius/world eligibility check itself moved into a small pure function (newRecipientEligibility), which also collapses what used to be the same check written out twice (once for delivery, once for the count) into one place.
Information
| Published on | August 7, 2026 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.21-26.2)
Dependencies
Paper