
Vault 2.0 economy plugins
Vault 2.0 - экономический плагин для серверов Minecraft, совместимый с Vault API. Добавляет /pay, кредиты, меню и гибкую настройку. Работает без оригинального Vault.jar.
Список изменений
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.
