PerfectEconomy v1.0.1
2026-05-26
Hytale Update 5 compatibility update.
Changes:
- Updated for Hytale Update 5 (Pre-Release 5).
- Recompiled against the latest server API (JOML vectors, new permission and HUD APIs).
- Fixed the red "Target Version" warning shown in the mod manager.
- No feature changes. Your existing configs, data and saved files are kept as is.
How to update:
- Stop your server.
- Replace the old PerfectEconomy jar with this one.
- Start your server. Nothing else to do.
PerfectEconomy v1.0.1 - Patch Notes
API
No breaking changes - drop-in replacement for v1.0.
- Added EconomyAPI.getSellPrice(String itemId) - returns the sell price per unit for any item configured in the shop, or -1 if not sellable
- Enables cross-plugin integration (used by PerfectSellChest to pull prices directly from your shop config)
