You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, whereasdeposit
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, withauto
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.
The text was updated successfully, but these errors were encountered: