• Game
  • Leaderboards
  • Resources
  • Docs

Error handling and minor bug fixes

July 7, 2026 - v0.10.4

Error handling and minor bug fixes

Programming Game v0.10.4 adds server generated errors that are sent to clients when they attempt invalid actions. These errors include a human readable error code as well as the intent that was set on the player at the time of the error. Additionally, several bugs have been fixed related to quests and arenas.

New Features

  • The server now sends events when clients attempt invalid actions (missing items, missing targets, insufficient resources)
    • The error event includes a code field that can be used to determine the type of error, as well as the intent that was set on the player at the time the error was generated.
  • The onTick handler now receives the event that triggered the tick, allowing for more specific handling of events.

Bug Fixes

  • Kill quests no longer count arena kills against their progress.
  • Quests can no longer be accepted, completed, or abandoned while the player is in an arena.