Closed Chaoshero5567 closed 2 years ago
this is how i am doing it after how its most easy for me as a refrance
Hi, If you do it the way as in the previous image, you are using Vault to deposit money. But, if your plugin is the only economy plugin, than it won't do anything.
I suppose what you want to do is, when someone is given money, or buys something, (through Vault), your plugin should know about the change, to update the balance of players. You need to implement an instance of the Economy class, and register it when your plugin enables, and unregister when your plugin disables. See more details on this Spigot Forum Thread.
Ok i will look into that
Closing this issue because of inactivity.
Hello, i am currently trieng to implement vaulkt support to my econmy system, but i am confused over how, i read trough the documentation and the example, but i am still having some issues, can someone help me with that, for me currently the most easy way seems getting the econmy class and then updating it trough there in my methods, but do i check balance updates then, is there something i may have overseen