
Bank Plus Plus / ZBank
BankPlusPlus is a Minecraft economy plugin developed by Mridul. It provides a tiered banking system that allows players to upgrade their account capacity through an exponential cost progression.
Список изменений
New Features
Core Banking System: Released the main plugin class BankPlusPlus to handle server economy interactions.
Tiered Progression: Implemented the Tier class, allowing bank accounts to have distinct levels.
Upgrade Logic: Established the upgrade cost formula starting at 1000 currency, with a 2x multiplier for every subsequent level (e.g., 1000, 2000, 4000).
Data Persistence: Added PlayerBankData to securely store individual player balances and tier status.
Configuration
config.yml: Added the main configuration file to allow admins to tweak the base costs and multipliers.
