Skip to content

v1.1.0

Choose a tag to compare

@yigit-guven yigit-guven released this 14 Jan 23:36
· 8 commits to main since this release

🛠️ Implemented Dynamic Reflection Utilities:

Added a robust HytaleUtils helper class that uses Java Reflection to handle API calls. This fixes persistent compilation errors related to getComponent and getArgs by dynamically resolving the correct method signatures at runtime, ensuring maximum compatibility.

🐛 Fixed Command Argument Parsing:

Resolved issues where command arguments were not being detected by the compiler. The mod now intelligently attempts multiple argument retrieval methods (checking getArguments, getParams, etc.) to ensure seamless execution for /pay and /ecoadmin.

⚡ Stabilized ECS Transactions:

Refactored BalanceCommand, PayCommand, and EcoAdminCommand to bypass strict generic type checks. The economy system now uses raw casting and reflection to reliably attach and retrieve wallets from the EntityStore without crashing the build process.

Full Changelog: v1.0.1...v1.1.0