Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Fixed
- Spigot compatibility –
ItemStackdata is now stored as a Base64-encoded byte stream (item-datakey) viaBukkitObjectOutputStreaminstead of YAML-native serialization. This eliminates the[ERROR] Material cannot be nulllog entries that appeared during startup when loading YAML files written by a Paper 1.21+ server on a Spigot server. Existing files are migrated to the new format automatically on the next save cycle; the olditemkey is still read as a fallback during the transition. - Smoke test coverage – Added
YamlAuctionStorageSmokeTest(8 tests) and a dedicatedspigot-smoke.ymlGitHub Actions workflow to guard this code path in CI.
Information
| Published on | May 17, 2026 |
|---|---|
| Downloads | 9 |
Platforms
Paper (1.21-26.1.2)
Dependencies
Paper