Vault hook not taking money

Discussion in 'Plugin Development' started by xXMaTTHDXx, Jul 15, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    xXMaTTHDXx

    I am making a sort of leveling system, with my command it preforms this method:
    Code:
    public static void takeMoney(Player p, double amount){
            econ.withdrawPlayer(p.getName(), amount);
        }
    For some reason the money isn't being taken.
     
Thread Status:
Not open for further replies.

Share This Page