v1.1.1
⚙️ Fixed Command Validation Bug:
Fully implemented the RequiredArg and ArgTypes pattern for /pay and /ecoadmin. This informs the Hytale engine of expected positional parameters, successfully fixing the "Expected: 0, actual: X" error.
Switched numerical inputs to ArgTypes.INTEGER for better stability within the current command validator.
🛠️ Reflection & Stability Fixes:
Refined HytaleUtils to act as a robust fallback for fetching components and arguments, ensuring the mod doesn't break when Hytale updates its internal method signatures.
Implemented a custom ComponentType registration via reflection in EconomyPlugin to ensure the MoneyComponent is recognized by the server regardless of initialization order.
⚡ Logic Improvements:
Updated all commands to pull data directly from the new Arg objects, removing the need for manual string parsing and improving performance.
Added standard Hytale loggers to EconomyPlugin to provide better debugging info during server startup.
Full Changelog: v1.1.0...v1.1.1