v0.14.1 - March 2026 Patch Notes

What's new in v0.14.1 - March 2026

Bug Fixes

  • Fixed quest XP rewards not being awarded - Quest rewards that grant skill XP (e.g., daily quest bonus XP) were silently failing because the internal command used the wrong format and couldn't run from console. XP rewards now use a dedicated /mmoawardxp command that works correctly from both console and quest reward systems
  • Fixed placed block tracking resetting on server restart - The anti-exploit system that prevents XP from breaking player-placed blocks was purely in-memory and lost all data on server restart. Placed block positions are now saved to disk on shutdown and restored on startup, so players can't exploit restarts to re-mine their own blocks for XP
  • Placed block tracking is now per-world - Block positions now include the world UUID, so a block placed at coordinates (10, 64, 20) in one world won't incorrectly block XP for the same coordinates in a different world