Convert Forum <-> Minecraft Economy
SXRWahrheit opened this issue ยท 6 comments
Forum stuff is stored in MySQL while Minecraft is usually flatfile, SQLite, etc. Use of Vault to accomplish this would just make my life much easier.
Oh... and I'm sure other people would like it as well. :)
Whether it's a separate plugin / module is up to you, but I think it would go really well with this.
I'm not completely sure I understand what you're wanting here. You have a forum that has some kind of economy value that you'd like to synchronize with the Minecraft economy value?
If that's the case, it'd definitely be via Vault. In theory, one could bend the statistical synchronization section to do this now but it'd require giving up the other statistics.
Yes, there are two different economy values. I don't want it to synchronize necessarily. Here is what I think would be most useful to the widest audience:
Sets of options for withdraw and deposit, each with their own true/false options and toggles (so only send to forums, or only pull from forums, or both, or neither). Ratios for withdraw/deposit forums <-> Minecraft. Options for limits per X time. Etc.
It sounds simple enough in my head, do you think you could / would do it?
I started the basic part, unrefined synchronization, a couple of weeks ago thinking it'd be quick and easy. The actual synchronization was easy, but integrating it well with the existing features involved some re-engineering which took more time than I expected. On the upside, that made strides in the overall synchronization model which will make future improvements easier. :)