Jessassin / ZombieSP-Dev

CommandHelper package set for my Minecraft server... not sure on the name or objective at this point.
3 stars 1 forks source link

XPWallet, XPBank, and Economy should all have specific boundaries #8

Open Jessassin opened 10 years ago

Jessassin commented 10 years ago

At the current time, XPWallet and the economy are sort of merged together and dependant on each other. Dependancies should be created with a 1-way relationship in order to be more usable.

Should be fine through beta, but should be fixed before release.

CTMiner commented 10 years ago

I would say make XPBank and XPWallet dependent on Economy. Would make the most sense.

Jessassin commented 10 years ago

Indeed, that is the plan. Either that or remove economy entirely in favor of wallet/bank, since is is pretty skeletal to begin with.

CTMiner commented 10 years ago

I personally think that economy should be a core and the xp wallet and bank should hook into it. That way there's a central core, so other things can use it too. For example, mob money.

Jessassin commented 10 years ago

That does make sense. That is how it will work to begin with, but MobMoney only affects XPWallet anyway, so moving it to that would not be a big deal.