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
banco 0.5.1
on Aug 13, 2024banco 0.5.1
on Aug 13, 2024- Fixed an issue where some plug-ins tried to access a non-implemented Vault method to create a fake account, leading the server to crash while trying to get an OfflinePlayer's UUID. Numerous plug-ins could be affected by this issue.
banco 0.5.0
on Aug 10, 2024- Adds customizable items (display name, lore and custom model data)
- Adds language overrides
- Adds Catalan localization
- Adds
settings.yml
, which replacesconfig.yml
- Adds
accounts.yml
, which replacesdata.yml
- Adds automatic
data.yml
migration
banco 0.4.5
on Aug 5, 2024banco 0.4.5
on Aug 5, 2024- Fixes compatibility with CMI
banco 0.4.4
on Aug 4, 2024banco 0.4.4
on Aug 4, 2024- Fixes an issue where the PlaceholderAPI expansion is registered before the plugin itself