how to use iconomy 6

Discussion in 'Plugin Development' started by okami35, Sep 27, 2011.

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

    okami35

    Hello,
    I want to use iconomy 6 in my next plugin, so i have readen this tutorial for 5.0:
    http://ico.nexua.org/Main/API

    But i have some errors:
    For example:
    Code:
    	public iConomy iConomy = null;
     Account account = iConomy.getAccount(String name);
    Eclipse says me getAccount is undefined for the iConomy type.

    Do you have any ideas?

    Thank you

    nobody?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  2. Offline

    okami35

  3. Offline

    alexanderpas

  4. Offline

    okami35

    Thank you for your answer.
    I know register, but i find there is not good examples.
    Do you have a code wich uses register?
     
  5. Offline

    okami35

  6. Offline

    okami35

  7. Offline

    Don Redhorse

    well I would also have something about that.. this code looks very nice.. https://github.com/Bone008/DeathControl
    but you would have to adapt it..

    I agree that the register pages need some beginner examples too on how to use it.
     
  8. Offline

    okami35

    Ok tjank you very much, i'm going to see this
    Nobody has an example for register? It would be very useful
     
  9. Offline

    Don Redhorse

    perhaps create a new thread or ask in the register thread
     
  10. Offline

    okami35

    yes, i will ask in the register thread.
    Thank you for your help
     
  11. Offline

    RTRD


    I got a email from Nijiko:
     
  12. Offline

    okami35

    I did not understand sorry.
    But thank you very much for your help
     
  13. Offline

    ibhh

    Account account = new Accounts().get
    ("playername");
     
Thread Status:
Not open for further replies.

Share This Page