[ECO/FUN] Orbconomy - an economy based on experience orbs [1121]

Discussion in 'WIP and Development Status' started by codename_B, Sep 15, 2011.

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

    codename_B

    Should work like normal economy plugins :)
     
    Marcos Cosmos likes this.
  2. Offline

    sddddgjd

  3. Offline

    Tauryuu

    Can you fake other plugins into believing it is iConomy 6? :)
     
  4. Offline

    codename_B

    Or I could just add support to register :p
     
  5. Offline

    Tauryuu

    But, some plugins only work with iConomy. :|
     
  6. Then those plugin authors need to update and use something like Register or another method of accepting many econs.

    @codename_B Mind posting your API? I'll integrate this into AllPay (the econ lib I use) asap!
     
  7. Offline

    codename_B

    Will send you a pm as soon as I've polished it up - it's still not working to satisfaction for me :)

    The imports you will need :3

    de.bananaco.orbconomy.OrbconomyManager
    de.bananaco.orbconomy.OrbBalance

    I will get a github up the instant I'm happy with it :3


    EDIT: getting a github up.

    Code:
    OrbconomyManager ocm;
    public void onEnable() {
    ocm = new OrbconomyManager(this);
    }
    
    And of course to get the stuff
    Code:
    ocm.getBalance(Player player);
    
     
  8. Alright, If you were going to do the Register support yourself, that file (method i think it is) is what i'd really like to see!

    Thanks,
    --FF
     
  9. Offline

    codename_B

Thread Status:
Not open for further replies.

Share This Page