BankZZ

ZZBank is a persistent storage mod for Hytale focused on clean in-game workflows. It adds personal banks, optional shared clan or guild banks, admin management tools, optional economy support, and audit history with dedicated UIs.

File Details

ZZBank.jar

  • B
  • Mar 21, 2026
  • 167.79 KB
  • 0
  • Early Access

File Name

ZZBank.jar

Supported Versions

  • Early Access

This version

  • Bank pages now use 81 real slots per page (9x9).
  • The bank UI now works with the full 9x9 grid.
  • Older 27 slot configs are upgraded automatically.
  • Added HyCitizens support to open banks from NPCs.
  • NPCs can now open a player's bank when the command runs as server/console.
  • Fixed an issue that could prevent /bank from opening on the current server build.
  • Added economy-based page purchases.
  • Added real unlimited page support.
  • Added purchase permissions and purchase cap permissions.
  • Added economy provider selection in config.json.
  • Added update notifications for administrators.
  • Expanded /bank admin with a config editor for the functional config.json settings.

For administrators

  • defaultMaxPages = 0 now means no base pages. The first page can be unlocked by buying it.
  • defaultMaxPages = -1 means unlimited pages.
  • hardMaxPages = -1 removes the hard page cap.
  • /bankpages <player> -1 grants unlimited pages to an account.
  • /bank buy [pages] lets players buy more pages if economy support is enabled.
  • bank.buy grants permission to buy pages.
  • bank.buy.max.<n> limits how many purchased pages a player can have.
  • bank.buy.max.-1 and bank.buy.max.unlimited remove that purchase cap.
  • bank.pages.<n> still controls base pages through permissions.
  • /bank admin now includes both the account list and a mod config editor.
  • The admin UI can edit the functional config.json values live and reload the mod after saving.
  • bankAccessSourceMode lets you choose player-only, NPC/console-only, or both.
  • For HyCitizens, configure the NPC to run as console:
    • bank {PlayerName}
    • bank {PlayerName} 2
    • bank npc {PlayerName} 1
  • Supported economy providers:
    • THE_ECONOMIC
    • ESSENTIALS_PLUS
    • ELITE_ESSENTIALS
  • economyProviderMode lets admins force the economy provider from config.json.
  • The update checker can notify admins in-game and also log to console.

Quick summary

  • More storage per page.
  • More permission control.
  • NPC support.
  • Economy page purchases.
  • Real unlimited pages.
  • More admin-side configuration from UI.