Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Withdrawal denomination #128

Open
liam-macann opened this issue Oct 25, 2022 · 1 comment
Open

Withdrawal denomination #128

liam-macann opened this issue Oct 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@liam-macann
Copy link

Is your feature request related to a problem? Please describe.
My server uses one primary currency (value: 1), and then a separate denomination (value: 16) when trading in values over a stack. When executing /money withdraw 64 the smaller denomination would be preferred.

Describe the solution you'd like
I would like to be able to set a withdrawal denomination. All withdraw actions can return one denomination, whereas deposit actions can accept all. This also means /balance values are accurate.

Describe alternatives you've considered
Other use cases may prefer to choose the denomination of each action. An additional argument /money withdraw <value> [type] would be appropriate. A default type could then be configured, with auto retaining the current behaviour.

If denomination types are being exchanged, then it would make sense to consolidate currency when inventories are running out of space.

Additional context
This is relevant when trading with Shopkeepers. Users may prefer to operate with a single denomination, to avoid unnecessarily using both trading slots.
Screenshot 2022-10-25 at 21 36 37

@liam-macann liam-macann added the enhancement New feature or request label Oct 25, 2022
@nikosgram
Copy link
Owner

I have currently paused all the new features/enhancement development as I'm focusing on improving performance issues. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants