
Vault 2.0 economy plugins
What is Vault2.0? Vault2.0 is an economy plugin that registers a Bukkit Economy service compatible with the Vault API, allowing other plugins (shops, ranks, etc.) to use money without depending on the original Vault.jar. It includes menus, pay/charge flows
Список изменений
Vault2.0 Update v1.7.0
2 new improvements are being implemented in this update
Asynchronous Saving in MySQL
Changes to balances no longer block the server's main thread. Balances are now updated instantly in memory and saved to MySQL in the background. This reduces stuttering or micro-freezes when there are many transactions. Server shutdown is also protected by a final save to prevent the loss of pending data.
Separate Balances for Selected Worlds
You can specify in the config.yml file which worlds will have separate economies. Only the worlds you include in world_balances.separate_worlds will use separate balances. All others continue to use the usual global balance. The /balance and /pay commands, the payments menu, /eco, and placeholders now display the correct balance based on the current world. Backward compatibility is maintained, as global calls without a world parameter continue to use the global balance.
