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
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