TheNewEconomy / EconomyCore

The core code powering TNE.
Other
19 stars 5 forks source link

[FEAT]: Placeholders for virtual and inventory balance in mixed mode? #71

Closed dentatar closed 11 months ago

dentatar commented 11 months ago

Feature Description

It would be nice to be able to get player pocket/virtual/ender balance separately. Internal placeholder to use in messages.yml would be enough i guess. It is already in storage structure and maybe wouldn't be that hard to implement? Thank you!

Reasoning

Total balance in mixed mode may be confusing sometimes, especially if ender chest is included…

creatorfromhell commented 11 months ago

Feature Description

It would be nice to be able to get player pocket/virtual/ender balance separately. Internal placeholder to use in messages.yml would be enough i guess. It is already in storage structure and maybe wouldn't be that hard to implement? Thank you!

Reasoning

Total balance in mixed mode may be confusing sometimes, especially if ender chest is included…

So you're looking for this as a placeholder in messages.yml only?

dentatar commented 11 months ago

Ye i think this would be enough, just to inform player about his physical/virtual/ender holdings more clearly. I guess also implementing PAPI placeholders would require more work and wouldn't be that useful (but maybe in the future?).

creatorfromhell commented 11 months ago

Ye i think this would be enough, just to inform player about his physical/virtual/ender holdings more clearly. I guess also implementing PAPI placeholders would require more work and wouldn't be that useful (but maybe in the future?).

This has been implemented, will be apart of the next release.

image