Skip to content

banco v1.3.0

Choose a tag to compare

@U8092 U8092 released this 13 Apr 09:02
51b92ff

🎉 banco 1.3.0 is a minor release adding compatibility with Minecraft 26.1, a balance conversion command, enhanced item configuration, PostgreSQL support, and more.

⚠️ Migrating from 0.6.x to 1.x

As you can anticipate from a major version upgrade, there are some breaking changes that server owners should take care of. Legacy configurations will still be supported until version 1.4, which means that you don't necessarily need to migrate immediately, although we strongly advise you to begin the migration process as soon as possible to fully utilize all the new features.

https://banco.mythmc.ovh/docs/migration/0-to-1/

👀 New features

🎉 Minecraft 26.1 Support

Native support for Minecraft 26.1 has been added.

♻️ Command /balanceconvert

This new command allows users to compact and change their balance using Minecraft's new dialog system.
Note: This feature is exclusive to Paper servers running version 1.21.7 or newer.
Captura de pantalla 2026-04-13 a las 10 41 36 a  m

💬 Revamped Translations System

The translation system has been redesigned to support MiniMessage tags and simplify customization.
Note: If you are using the legacy overrides system, replace tags like {0}, {1} with MiniMessage tags such as <arg:0>, <arg:1>).

💎 Enhanced Item Configuration

The item registry now supports the vanilla /give syntax.

Additionally, a new restrictInteractions property has been added for native items, preventing them from being used, consumed, renamed, or enchanted.

✨UX & Performance Improvements

Change is now automatically returned to the original storage source.

For example, if $100 is withdrawn from an ender chest for a $98 transaction, the remaining $2 will be returned to the ender chest.

🪲 Bug fixes

  • Fixed race conditions in Towny that could cause negative balances for town and nation accounts
  • Fixed multiple NPEs
  • Fixed an issue where the VaultUnlocked implementation was not initialized
  • Fixed an issue where some inventories did not respect the configured order

👁️ Minor Changes

  • Removed Slimefun support due to lack of maintenance
  • Reduced overhead in the UUID resolver
  • Updated French localization

⚠️ If you are a developer using banco's API, see #80 for breaking changes and deprecations.

❓ Supported versions

banco officially supports Bukkit, SpigotMC and Paper. We recommend using Paper for the best performance.

Other forks such as Purpur and Pufferfish tend to work well with banco but might occasionally break some functionality.

🪣 Legacy version (Bukkit, SpigotMC...) for 1.20(.x)+

Use the legacy version if your server runs Bukkit or one of its forks. Works for Paper servers running any version prior to 1.21.7 too.
💾 Click here to download

➕ Modern version (Paper, Pufferfish, Purpur...) for 1.21.7+

Use the modern version if your server runs PaperMC or one of its forks.
💾 Click here to download

📋 Full Changelog: 1.2.2...1.3.0