MyPlot icon indicating copy to clipboard operation
MyPlot copied to clipboard

Add support for BedrockEconomy + Capital

Open MrBlasyMSK opened this issue 2 years ago • 5 comments

I wanted to know if it is possible to add support for BedrockEconomy and Capital since that is what is now mostly being used for API 4 and they are going to be updated with improvements and bug fixes (not like EconomyAPI).

  • These plugins will be updated with constant improvements.
  • EconomyAPI has become outdated in many ways.
  • People are moving from EconomyAPI to BedrockEconomy (from cooldogede9) or Capital (from SOF3).
  • It would help many users to choose the option they would like so that they do not have to change their economy plugin.

MrBlasyMSK avatar Mar 14 '22 14:03 MrBlasyMSK

I have support for Capital on the libasynql branch. It's still very work-in-progress. It's unlikely I will support both due to the different async architectures they use

jasonw4331 avatar Mar 14 '22 15:03 jasonw4331

I have support for Capital on the libasynql branch. It's still very work-in-progress. unfortunately it's impossible to support both due to the different async architectures they use

Is there no way to add BedrockEconomy? I say this because most plugins are using that or EconomyAPI, here are some examples:

LuckyPlayer by MintoD CustomShopUI by AlexPads ChestShop by Muqsit etc...

And it would be annoying for most people to have to change a complete Economy plugin for a different one and in which there are almost no existing plugins that have Capital support.

MrBlasyMSK avatar Mar 14 '22 16:03 MrBlasyMSK

The asynchronous architecture I'm using is based on php's Generator class, but BedrockEconomy's is based on closures and threads, which makes it difficult to synchronize the result to be passed back into the first async chain. It's probably possible, but ridiculously over complicated

jasonw4331 avatar Mar 14 '22 16:03 jasonw4331

Well after all you are the one who makes the plugin so I don't want to pressure you to do anything, I just hope that in the future you plan to add it.

If you want to close this issue

MrBlasyMSK avatar Mar 14 '22 17:03 MrBlasyMSK

It would be nice to add it to BedrockEconomy because I also use it, and it would be annoying if I had to change the server's Economy

BoyKage avatar Aug 08 '22 19:08 BoyKage