Opening the Bank
Access your island’s bank interface:- Current bank balance
- Bank transaction history
- Deposit and withdraw options
- Bank limit (if configured)
The bank is shared among all island members. Any member with appropriate permissions can view the balance using
/island balance.Depositing Money
Transfer money from your personal account to the island bank:
Requirements:
superior.island.depositpermissionDEPOSIT_MONEYisland privilege (Member role and above by default)- Sufficient personal balance
All island members are notified when someone deposits money into the bank.
Withdrawing Money
Transfer money from the island bank to your personal account:superior.island.withdrawpermissionWITHDRAW_MONEYisland privilege (Moderator role and above by default)- Sufficient bank balance
Checking Bank Balance
View the current island bank balance without opening the menu:Bank Limits
Servers can configure bank limits to cap the maximum amount an island can store:- Can be increased through upgrades
- Creates progression system
- Balances economy
When a bank limit is set, deposits that would exceed the limit are rejected. The limit can be increased using the
/admin addbanklimit command or through island upgrades.Transaction History
The bank maintains a complete history of all transactions:- Player who performed the action
- Action type (deposit/withdrawal)
- Amount
- Timestamp
- Success or failure status
Transaction logging can be configured in the bank module settings. Logs can be cached in memory or stored in the database.
Bank Interest
Some servers may configure automatic interest payments to island banks. This is managed through the plugin configuration and can reward active islands. Interest features:- Configurable interest rate
- Scheduled payouts
- Can be tied to island level or worth
Admin Commands
Administrators can manage island banks with special commands:superior.admin.deposit- Admin deposit commandsuperior.admin.withdraw- Admin withdraw commandsuperior.admin.setbanklimit- Set bank limitsuperior.admin.addbanklimit- Increase bank limit
Integration with Economy
The island bank integrates with your server’s economy plugin through Vault:- Deposits withdraw from player’s Vault balance
- Withdrawals add to player’s Vault balance
- All transactions are logged
- Failed transactions are tracked
Use Cases
Team Resource Pooling- Members contribute to shared funds
- Moderators manage withdrawals for upgrades
- Track contribution history
- Save money for expensive upgrades
- Leader can withdraw for purchases
- Transparent spending history
- Receive island competition prizes
- Automated interest payments
- Admin rewards for achievements