banco 1.0.0
on Mar 28, 2025banco 1.0.0
on Mar 28, 2025- Revamped item registry with support for 3rd party plugins such as ItemsAdder, Oraxen, Nexo, Nova, Slimefun or MythicMos
- Bundles integration
- MiniMessage format support
- Various performance tweaks which should make a big difference in your server's MSPT
- Native Brazilian Portuguese localization (thanks to Redyiel)
- Native Russian localization (thanks to delta)
- The database can now be backed up with command /banco dump
- It is now possible to configure player heads with custom textures
- Message prefixes are customizable
- Fixes an issue where account UUIDs wouldn't match the actual player, causing issues with plugins such as Geyser
- Fixes an issue where items would be dropped to the floor instead of being passed between storage instances
- Fixes an issue with the Vault integration where some API methods were not correctly implemented
- Fixes an issue where the plugin would send unnecessary database verbose to the console
- Fixes an issue where the update checker would still look for updates in development builds
Full Changelog: https://github.com/myth-MC/banco/releases/tag/1.0.0
banco 0.6.8
on Nov 28, 2024banco 0.6.8
on Nov 28, 2024- Fixes an issue where the economy RSP would be registered too late, causing incompatibility issues with other plug-ins
- The Adventure API is now downloaded in runtime with Spigot's libraries system, making the JAR file lighter
banco 0.6.7
on Nov 21, 2024banco 0.6.7
on Nov 18, 2024- Adds German translation
- Fixes an issue that would prevent databases from loading in certain systems (seems to only affect Windows computers)
banco 0.6.6
on Nov 15, 2024banco 0.6.6
on Nov 15, 2024- Adds database support (limited to SQLite for now)
- Adds a migration utility to migrate effortlessly from the old data format (no action from an administrator is required)
- [!] Fixes an issue where items with tag
glowEffect
set tofalse
wouldn't count as valid banco items - Fixes an issue where databases larger than 3.2MB would prevent the plug-in from loading
- Fixes an issue that affects PaperMC-based servers where the plug-in wouldn't hook with some plug-ins that use the Vault API
- Fixes an issue that affects PaperMC-based servers in specific set-ups where the plug-in wouldn't load due to a circular plug-in loading
- Removes the auto-saver (no longer needed)
banco 0.6.5
on Oct 8, 2024banco 0.6.5
on Oct 8, 2024- Adds a config option to allow transactions to go into the player's ender-chest first
- Fixes an issue where checking a non-player's balance would throw a NullPointerException
- Fixes an issue where
/balancetop
could contain empty slots if a non-player account was found - Updated
social-api
to 0.1.1
banco 0.6.4
on Oct 2, 2024banco 0.6.4
on Oct 2, 2024This release fixes a critical security issue for servers running in 1.20-1.20.6
- Adds
/balance change
(has to be manually enabled in settings.yml) - Adds property
glowEffect
for items - Fixes an error with
/balancetop
- Fixes command autocompletion
- Fixes an error within the method that checks if an item is valid
banco 0.6.3
on Sep 29, 2024banco 0.6.3
on Sep 29, 2024- Fixes an issue with relocations during compilation. It's recommended to update as quick as possible due to possible conflicts with other plug-ins.
- Adds bStats metrics
banco 0.6.2
on Sep 21, 2024banco 0.6.2
on Sep 21, 2024- Fixes an issue where
/banco reload
would not clear cached items
banco 0.6.1
on Aug 27, 2024banco 0.6.1
on Aug 27, 2024- Adds world blacklist in
settings.yml
- Updates API to latest version
banco 0.6.0
on Aug 24, 2024banco 0.6.0
on Aug 24, 2024- Adds /balancetop, configurable in
settings.yml
- Adds a GUI for /banco, configurable in
settings.yml
- Adds a new placeholder: %banco_top_x%
- Developers can now use banco's API to add compatibility with other plugins
- API now includes 6 more events and BancoStorage, which allows developers to hook their own inventories or containers
- Command /banco now includes more details to help troubleshooting
- Various logic improvements and code optimizations