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
81real slots per page (9x9). - The bank UI now works with the full
9x9grid. - Older
27slot configs are upgraded automatically. - Added
HyCitizenssupport 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
/bankfrom 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 adminwith a config editor for the functionalconfig.jsonsettings.
For administrators
defaultMaxPages = 0now means no base pages. The first page can be unlocked by buying it.defaultMaxPages = -1means unlimited pages.hardMaxPages = -1removes the hard page cap./bankpages <player> -1grants unlimited pages to an account./bank buy [pages]lets players buy more pages if economy support is enabled.bank.buygrants permission to buy pages.bank.buy.max.<n>limits how many purchased pages a player can have.bank.buy.max.-1andbank.buy.max.unlimitedremove that purchase cap.bank.pages.<n>still controls base pages through permissions./bank adminnow includes both the account list and a mod config editor.- The admin UI can edit the functional
config.jsonvalues live and reload the mod after saving. bankAccessSourceModelets you choose player-only, NPC/console-only, or both.- For
HyCitizens, configure the NPC to run as console:bank {PlayerName}bank {PlayerName} 2bank npc {PlayerName} 1
- Supported economy providers:
THE_ECONOMICESSENTIALS_PLUSELITE_ESSENTIALS
economyProviderModelets admins force the economy provider fromconfig.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.