Skip to content
AshleyThew edited this page Jul 5, 2026 · 3 revisions

Start Here

Overview

Bank is a multi-system banking plugin for server admins. This page is the quickest path to install, configure, and operate Bank safely.

How It Works

Bank starts by loading configuration files, selecting a storage backend, registering commands and GUI handlers, then enabling player data loading and autosave. Most admin changes are done in YAML files under plugins/Bank/ and then applied with restart or /bank admin reload.

Configuration

Admin setup order:

  1. Setup
  2. Configuration System
  3. Storage and Persistence
  4. Commands and Permissions

Subsystem pages you will configure most often:

  • Bank.Save.* and backend files for persistence
  • Bank.Type.* for access modes (command/sign/block/npc)
  • Bank.Opentype.Subset.* for limiting what /bank open can show
  • Bank.Money.*, Bank.Exp.*, and Bank.Loans.* for economy rules

Commands

Primary command root is /bank. See Commands and Permissions for complete command tree and permission mapping.

Permissions

Permissions are split between command permissions (conf/commands.yml) and behavior permissions (conf/permissions.yml). See Commands and Permissions.

Data and Storage

Save backends: SQLITE, MYSQL, and MONGODB. See Storage and Persistence.

Examples

Troubleshooting

If players cannot open their bank, start with world/gamemode restrictions, lock state, and storage connectivity.

Related Pages

Contact

Clone this wiki locally