BedrockEconomy

An extremely customizable Economy plugin designed for scalability and simplicity

MIT License

Stars
46
Committers
18
BedrockEconomy - BedrockEconomy v2.0.7 Latest Release

Published by cooldogedev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.6...v2.0.7

BedrockEconomy - BedrockEconomy v2.0.6

Published by cooldogedev over 2 years ago

BedrockEconomy - BedrockEconomy v2.0.5

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is backwards compatible with 2.0.4

What's Changed

  • removed recently added events that were experimental
  • create abstraction of transaction class
  • create a new query for handling money transfers for further optimizations
  • new classes have been added TransferTransaction, UpdateTransaction
  • added new event TransactionProcessEvent
  • implemented support for addons
  • added support for Scorehud, closes https://github.com/cooldogedev/BedrockEconomy/issues/36
  • updated the documentation
  • updated to libSQL v0.1.1

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.4...2.0.5

BedrockEconomy - BedrockEconomy v2.0.4

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is backwards compatible with the older v2.0.0 versions

What's Changed

  • Added Chinese translations by @Endermanbugzjfc in https://github.com/cooldogedev/BedrockEconomy/pull/28
  • Optimizations for the queries
  • Fixed an unexpected behavior with balances going negative
  • Fixed a case-sensitivity issue
  • Transaction now accepts a ?int $balanceCap parameter
  • Account deletion no longer calls AccountManager::getBalance()
  • Account update query is no longer 2-step query (removed the secondary query)
  • Added further checks for the balance-cap in the queries
  • Send error message to players when there's no top balances to display

New Contributors

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.3...v2.0.4

BedrockEconomy -

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is backwards compatible with the older v2.0.0 versions

What's Changed

  • fixed an issue when paying someone with a balance of zero
  • top balance rows limit is now configurable
  • fixed typos in the default language file
  • removed an outdated script
  • updated to libSQL v0.1.0

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.2...v2.0.3

BedrockEconomy - BedrockEconomy v2.0.2

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is backwards compatible with the older v2.0.0 versions

What's Changed

New Contributors

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.1...v2.0.2

BedrockEconomy - BedrockEconomy v2.0.1

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is backwards compatible with the older v2.0.0 versions

What's Changed

  • Bug fixes
  • Added documentation for the API

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v2.0.0...v2.0.1

BedrockEconomy - v2.0.0

Published by cooldogedev over 2 years ago

Backwards Compatibility

This update is not backwards compatible with the older versions.

What's Changed

  • German translations by @Paul14912 in https://github.com/cooldogedev/BedrockEconomy/pull/20
  • New API for third party developers
  • Removed usage of libpromise
  • Removed the cache (now usable for multi-server networks)
  • Updated to libsql v0.0.6
  • All the data is now retrieved directly from the database upon the request (real-time data retrieval)
  • Introduced a new database design (removed usage of xuids, now usable for offline mode)
  • New command /topbalance

New Contributors

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/compare/v1.0.0...v2.0.0

BedrockEconomy - BedrockEconomy v1.0.0

Published by cooldogedev almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cooldogedev/BedrockEconomy/commits/v1.0.0