Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudnode-pro/bankaccounts
A Minecraft economy plugin that enables players to hold multiple bank accounts.
https://github.com/cloudnode-pro/bankaccounts
minecraft minecraft-economy minecraft-plugin
Last synced: 2 months ago
JSON representation
A Minecraft economy plugin that enables players to hold multiple bank accounts.
- Host: GitHub
- URL: https://github.com/cloudnode-pro/bankaccounts
- Owner: cloudnode-pro
- License: gpl-3.0
- Created: 2023-07-19T23:36:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-18T07:55:40.000Z (2 months ago)
- Last Synced: 2024-11-18T08:39:04.849Z (2 months ago)
- Topics: minecraft, minecraft-economy, minecraft-plugin
- Language: Java
- Homepage: https://modrinth.com/plugin/bankaccounts
- Size: 891 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://modrinth.com/plugin/Dc8RS2En)
# Bank Accounts
[![Available on Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg)](https://modrinth.com/plugin/Dc8RS2En) [![Available for Paper](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/paper_vector.svg)](https://papermc.io/software/paper) [![Available on GitHub](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/github_vector.svg)](https://github.com/cloudnode-pro/BankAccounts/)[![Java CI with Maven](https://github.com/cloudnode-pro/BankAccounts/actions/workflows/maven.yml/badge.svg)](https://github.com/cloudnode-pro/BankAccounts/actions/workflows/maven.yml) [![CodeQL](https://github.com/cloudnode-pro/BankAccounts/actions/workflows/codeql.yml/badge.svg)](https://github.com/cloudnode-pro/BankAccounts/actions/workflows/codeql.yml) [![Version](https://img.shields.io/modrinth/v/Dc8RS2En)](https://modrinth.com/plugin/Dc8RS2En/version/latest) [![Game Versions](https://img.shields.io/modrinth/game-versions/Dc8RS2En)](https://modrinth.com/plugin/Dc8RS2En/) [![Downloads](https://img.shields.io/modrinth/dt/Dc8RS2En)](https://modrinth.com/plugin/Dc8RS2En/)
A Minecraft economy plugin that enables players to hold multiple bank accounts.
[**`Download`**](https://modrinth.com/plugin/Dc8RS2En/version/latest)
## Features
See also: [Commands](https://github.com/cloudnode-pro/BankAccounts/wiki/Commands) · [Permissions](https://github.com/cloudnode-pro/BankAccounts/wiki/Permissions)
### Multiple Accounts/Balances
Players can have multiple independent bank accounts. You can have both personal and business accounts.### Transaction History
See the history of your account’s transactions using the `/bank history` command.### Payment Requests (Invoices)
Request money from players and track the payment status.### Vault Support
If [Vault](https://github.com/MilkBowl/Vault/releases/latest) is installed on your server,
you can [enable its integration in the configuration](https://github.com/cloudnode-pro/BankAccounts/blob/dad253525b6bc3ee9647cd01c75e2c425a921f58/src/main/resources/config.yml#L38-L44).
This allows BankAccounts to function as a Vault economy provider,
enabling compatibility with third-party plugins that support Vault.### POS and Bank Cards
You can create a [Point of Sale](https://github.com/cloudnode-pro/BankAccounts/wiki/POS), which is a type of single-use chest shop. Players can pay using a bank card (`/bank card`).
### Extensive Configuration
All functionality is fully configurable. See [default config](https://github.com/cloudnode-pro/BankAccounts/blob/master/src/main/resources/config.yml).
## Support
| Matrix | [bankaccounts:cloudnode.pro](https://matrix.to/#/#bankaccounts:cloudnode.pro) |
|--------|-------------------------------------------------------------------------------|Join our dedicated BankAccounts community space on Matrix to engage in discussions, receive support, and stay updated on crucial plugin announcements.
If you want to report a problem or request a feature, please [submit a new issue](https://github.com/cloudnode-pro/BankAccounts/issues/new?labels=bug).
## Release Cycle
BankAccounts follows a weekly **time-based release schedule**, with new features or changes typically released every **Tuesday**.
When we merge critical bug fixes, we may publish out-of-band releases on any day of the week.
## Report Issues
Please ensure that you are using the [latest version](https://modrinth.com/plugin/Dc8RS2En/version/latest) of BankAccounts. The newest bug fixes are only available in the most recent version, and support is provided exclusively for this version.If you encounter any problems with the plugin, please first check the [list of known issues](https://github.com/cloudnode-pro/BankAccounts/issues?q=is%3Aopen+is%3Aissue+label%3Abug) on our GitHub repository. If you don’t find a similar fault listed there, we encourage you to [submit a new issue](https://github.com/cloudnode-pro/BankAccounts/issues/new?labels=bug). Resolving bugs is the highest priority for this project.
To help us resolve your issue as quickly as possible, please provide as much relevant information as possible, including error logs, screenshots, and detailed steps to reproduce the problem.
## Feature Requests
To suggest a new feature, please [create a new issue](https://github.com/cloudnode-pro/BankAccounts/issues/new), providing a detailed description of your idea.
## Contributing
New contributors are most welcome to the project.
If you're interested in contributing, follow these steps:
1. [Fork the repository](https://github.com/cloudnode-pro/BankAccounts/fork)
2. Create a new branch for your contributions.
3. Make your changes and ensure they align with the project’s goals.
4. Commit your changes with clear and descriptive messages.
5. Push your changes to your fork.
6. Submit a pull request.## Thanks To
[](https://www.jetbrains.com)
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports BankAccounts with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). IntelliJ IDEA is the recommended IDE for working with BankAccounts.