Skip to content

Commit 56c31e6

Browse files
authored
Merge pull request #52 from myth-MC/dev/1.0
1.0
2 parents 468f060 + 3726e0d commit 56c31e6

File tree

137 files changed

+3562
-1769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+3562
-1769
lines changed

README.md

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<summary>Quick navigation</summary>
1616
<ol>
1717
<li>
18-
<a href="#information">Information</a>
18+
<a href="#information">📚 Information</a>
1919
</li>
2020
<li>
21-
<a href="#installation">Installation</a>
21+
<a href="#installation">📥 Installation</a>
2222
</li>
2323
<li>
24-
<a href="#usage">Usage</a>
24+
<a href="#usage">Usage</a>
2525
</li>
2626
</ol>
2727
</details>
@@ -30,21 +30,19 @@
3030

3131
## 📚 Information
3232

33-
**banco 🏦** provides server owners with a simple and configurable item-based currency system, ideal for RPG-style servers.
34-
35-
>[!WARNING]
36-
> 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).
33+
**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.
3734

3835
### Features
3936

40-
* **Item-based** economy system
41-
* Customizable items (display name, lore and **custom model data**)
42-
* [Vault](https://www.spigotmc.org/resources/vault.34315/) support (Towny Advanced, Factions, Jobs Reborn...)
43-
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) support
44-
* **Multi-language** (full list [here](https://docs.mythmc.ovh/banco/administration/translations))
45-
* **Lightweight** and performant
46-
* Developed with **configurability** and simplicity on mind
47-
* No dependencies other than Vault
37+
* 💰 **Item-based** economy system with support for bundles
38+
* 💭 **Customizable items** (display name, lore, custom model data, item attributes...) with built-in support for **ItemsAdder**, **Nexo**, Slimefun, Oraxen, Nova and MythicMobs
39+
* 🤝 [Vault](https://www.spigotmc.org/resources/vault.34315/) support (Towny Advanced, Factions, Jobs Reborn...)
40+
* 🏷️ [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) support
41+
* 🌐 **Multi-language** (full list [here](https://banco.mythmc.ovh/docs/getting-started/configuration/translations/))
42+
* 🍃 **Lightweight** and performant with scalable optimizations
43+
* 😮‍💨 Developed with **configurability** and simplicity on mind
44+
* ☕️ Extensive **API for developers** with countless possibilities
45+
* ‼️ No dependencies other than Vault
4846

4947
### Planned features
5048

@@ -69,8 +67,6 @@
6967
### Dependencies
7068

7169
* [Vault](https://www.spigotmc.org/resources/vault.34315/) 1.7+ or [VaultUnlocked](https://www.spigotmc.org/resources/vaultunlocked.117277/) 2.2+ (required)
72-
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) (optional)
73-
* [Towny Advanced](https://townyadvanced.github.io) (optional)
7470

7571
<div id="installation"></div>
7672

@@ -87,14 +83,21 @@
8783

8884
When you run banco for the very first time it will automatically generate two files:
8985
* 'settings.yml' contains general settings
90-
* 'accounts.yml' is where data will be stored
86+
* 'accounts.db' is where accounts will be stored
87+
88+
banco comes with a very simple emerald-based economy setup that can be expanded by modifying `settings.yml`
89+
90+
### Built-in Integrations
9191

92-
banco comes with a very simple gold-based economy setup that can be expanded by modifying `settings.yml`
92+
* 🏷️ [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
93+
* 🐣 [social](https://github.com/myth-MC/social)
94+
* Any other plugin with Vault support, including Factions, Towny Advanced, Jobs...
9395

94-
#### Other supported plugins
96+
<hr>
9597

96-
* [Towny Advanced](https://townyadvanced.github.io)
97-
* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
98-
* Any other plugin with Vault support
99-
100-
<div id="bugs"></div>
98+
<a href="https://sponsor.mythmc.ovh/">
99+
<img src="https://assets.mythmc.ovh/banner_godlike.png" />
100+
</a>
101+
<div align="center">
102+
<p>We're sponsored by <a href="https://sponsor.mythmc.ovh/">Godlike</a>, a high performance game server hosting. Check them out!</p>
103+
</div>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.8
1+
1.0.0

api-bukkit/pom.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

api-bukkit/src/main/java/ovh/mythmc/banco/api/bukkit/inventories/BancoContainerBukkit.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

api-bukkit/src/main/java/ovh/mythmc/banco/api/bukkit/inventories/BancoInventoryBukkit.java

Lines changed: 0 additions & 77 deletions
This file was deleted.

api-bukkit/src/main/java/ovh/mythmc/banco/api/bukkit/util/ItemUtil.java

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)