need help with iconomy6/register

Discussion in 'Plugin Development' started by Stantastic, Oct 22, 2011.

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

    Stantastic

    ill try to add money to an account by command...

    allready found out i need to use register now but cant find any apidocs =(

    allready tryd:
    Code:
    MethodAccount Account = getAccount(player.getName());
                            Account.add(10);
    just throws internal error...
     
  2. Offline

    AinSophAur

    Try casting it
     
Thread Status:
Not open for further replies.

Share This Page