iConomy / Core

Attempting to get 6.0 out.
http://dev.bukkit.org/server-mods/iconomy/
77 stars 91 forks source link

Question #254

Closed Takedown031 closed 9 years ago

Takedown031 commented 11 years ago

Hello,

I am thinking of implementing Iconomy onto my server, but have a question: I already have a custom economy with 3 different tiered currencies (Electronic circuits, biofuel cells, and HV solar arrays, yes I run tekkit) And was wondering if I could hook the "money" to those items? For example only use the money to buy those 3 items that they can then use IG (because i don't want a totally EMC-based economy) Is that possible? Because then they could do jobs etc and then transfer that "virtual" money into the In game "physical" currencies.

Thanks :)

Smithey commented 11 years ago

You can't hook directly into iconomy with the items although you could simply run it so they can buy the items in a shop using the iconomy money. You can get plugins like BetterShop for a shop with iconomy support. Sorry if this didn't make sense just let me know if you need any more help.

On 24/03/2013, at 10:01 PM, Takedown031 notifications@github.com wrote:

Hello,

I am thinking of implementing Iconomy onto my server, but have a question: I already have a custom economy with 3 different tiered currencies (Electronic circuits, biofuel cells, and HV solar arrays, yes I run tekkit) And was wondering if I could hook the "money" to those items? For example only use the money to buy those 3 items that they can then use IG (because i don't want a totally EMC-based economy) Is that possible? Because then they could do jobs etc and then transfer that "virtual" money into the In game "physical" currencies.

Thanks :)

— Reply to this email directly or view it on GitHub.

Takedown031 commented 11 years ago

That's perfect, just what I wanted to know, thanks a lot ! :)