Docs / TeamsPlus / Configuration

Configuration

TeamsPlus supports YAML (default) and MySQL (recommended for production). Economy features require Vault.

Storage Modes

  • Flatfile (YAML): no setup required, ideal for small/medium servers
  • MySQL: recommended for production, scalable storage with clean startup/shutdown behavior
If MySQL is unreachable, TeamsPlus should fail safely (no corrupt data). Always validate credentials before going live.

Bank + Economy

  • The team bank is separate from personal balances.
  • Players can deposit/withdraw if they have team access and Vault is installed.
  • Bank data is persisted (YAML/MySQL) and safe across restarts.

Team Chest

  • Accessible only to team members
  • Persistent and synchronized
  • Safe across restarts/crashes
  • Designed to be simple and stable