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: 6 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T01:03:55.000Z (7 months ago)
- Last Synced: 2025-04-12T10:05:01.379Z (6 months ago)
- Topics: bukkit-plugin, economy, economy-plugin, minecraft, minecraft-plugin, paper, spigot-plugin, vault
- Language: Java
- Homepage: https://discord.gg/bpkwdzREcR
- Size: 553 KB
- Stars: 11
- 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. The plugin has been designed with **performance** on mind, making it a good fit for small or large servers equally.
### Features
* 💰 **Item-based** economy system with support for bundles
* 💭 **Customizable items** (display name, lore, custom model data, item attributes...) with built-in support for **ItemsAdder**, **Nexo**, Slimefun, Oraxen, Nova and MythicMobs
* 🤝 [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://banco.mythmc.ovh/docs/getting-started/configuration/translations/))
* 🍃 **Lightweight** and performant with scalable optimizations
* 😮💨 Developed with **configurability** and simplicity on mind
* ☕️ Extensive **API for developers** with countless possibilities
* ‼️ 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)
## 📥 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.db' is where accounts will be storedbanco comes with a very simple emerald-based economy setup that can be expanded by modifying `settings.yml`
### Built-in Integrations
* 🏷️ [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
* 🐣 [social](https://github.com/myth-MC/social)
* Any other plugin with Vault support, including Factions, Towny Advanced, Jobs...