Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myth-mc/banco
A simple item-based economy plugin
https://github.com/myth-mc/banco
bukkit-plugin economy economy-plugin minecraft minecraft-plugin paper spigot-plugin vault
Last synced: 7 days ago
JSON representation
A simple item-based economy plugin
- Host: GitHub
- URL: https://github.com/myth-mc/banco
- Owner: myth-MC
- License: gpl-3.0
- Created: 2024-07-21T22:59:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:51:32.000Z (8 days ago)
- Last Synced: 2024-11-06T02:40:01.624Z (8 days ago)
- Topics: bukkit-plugin, economy, economy-plugin, minecraft, minecraft-plugin, paper, spigot-plugin, vault
- Language: Java
- Homepage: https://discord.gg/bpkwdzREcR
- Size: 322 KB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick navigation
## 📚 Information
**banco 🏦** provides server owners with a simple and configurable item-based currency system, ideal for RPG-style servers.
>[!WARNING]
> banco is still under development. Although most of its features do work, we cannot promise a bug-free experience. You can report any misbehaviours or share any feedback by [creating an issue](https://github.com/myth-MC/banco/issues).### Features
* **Item-based** economy system
* Customizable items (display name, lore and **custom model data**)
* [Vault](https://www.spigotmc.org/resources/vault.34315/) support (Towny Advanced, Factions, Jobs Reborn...)
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) support
* **Multi-language** (full list [here](https://docs.mythmc.ovh/banco/administration/translations))
* **Lightweight** and performant
* Developed with **configurability** and simplicity on mind
* No dependencies other than Vault### Planned features
* ~~[Folia](https://papermc.io/software/folia) support~~ ✅ (0.3+)
* ~~Commands~~ ✅ (0.2+)
* ~~Custom Model Data support~~ ✅ (0.5+)
* MySQL support
* ~~Update tracker~~ ✅ (0.2+)
* ~~Baltop~~ ✅ (0.6+)
* ~~Count Ender Chest items~~ ✅ (0.4+)### Compatibility chart
| | Compatible? | Version | Notes |
|---------------------------------------------------------|-------------|---------|----------------------------------------------|
| [PaperMC](https://papermc.io/) | ✅ | 1.20.6+ | |
| [PurpurMC](https://purpurmc.org/) | ✅ | 1.20.6+ | |
| [Spigot](https://www.spigotmc.org) | ✅ | 1.20+ | Consider using [PaperMC](https://papermc.io) |
| [Bukkit](https://bukkit.org) | ✅ | 1.20+ | Consider using [PaperMC](https://papermc.io) |
| [Folia](https://papermc.io/software/folia) | ✅ | 1.20.6+ | |### Dependencies
* [Vault](https://www.spigotmc.org/resources/vault.34315/) 1.7+ or [VaultUnlocked](https://www.spigotmc.org/resources/vaultunlocked.117277/) 2.2+ (required)
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) (optional)
* [Towny Advanced](https://townyadvanced.github.io) (optional)## 📥 Installation
1. **Download the banco jar file for your platform**. You can find the latest version on [our releases page](https://github.com/myth-MC/banco/releases).
2. **Add the banco jar file to your server's plugin folder**. Make sure to delete any older versions of banco.
3. **Download and install [Vault](https://www.spigotmc.org/resources/vault.34315/)**.
4. **Fully restart your server**. Type `/stop` and start the server again [instead of using `/reload`](https://madelinemiller.dev/blog/problem-with-reload/).## 🖊️ Usage
When you run banco for the very first time it will automatically generate two files:
* 'settings.yml' contains general settings
* 'accounts.yml' is where data will be storedbanco comes with a very simple gold-based economy setup that can be expanded by modifying `settings.yml`
#### Other supported plugins
* [Towny Advanced](https://townyadvanced.github.io)
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
* Any other plugin with Vault support