-
Notifications
You must be signed in to change notification settings - Fork 4
Manage player balance (Vault)
Alexander edited this page Mar 17, 2019
·
4 revisions
Quick example on how to use the vault api
var balance = economy.getBalance(player);
economy.depositPlayer(player, cast.asDouble(15.25))
economy.withdrawPlayer(player, cast.asDouble(10.5))