Skip to main content

Bank Changelog

A summary of all notable changes, organized by version.


v1.0.0 — 2026-03-15

Initial Release

  • Persistent per-player bank using Hytale's native Container API
  • Native drag-and-drop, shift-click, and stack-split via SimpleItemContainer + ContainerWindow
  • Multi-page bank system with configurable slot counts per page
  • NPC integration for opening the bank via citizen interaction
  • Item restrictions with blacklist and whitelist modes via DelegateItemContainer
  • Transaction history logging to SQLite database (deposits, withdrawals, timestamps)
  • Auto-save with dirty-flag system, save on disconnect and shutdown
  • Admin commands for viewing/managing player banks, granting pages, and reloading config
  • 9 languages supported with per-player language selection
  • Works standalone or with KyuubiSoft Core for shared economy and NPC features