SilverAndro / itemflexer

Simple server-side mod that allows you to flex you items
MIT License
3 stars 6 forks source link

Feature Request: Add ability to display when there is more of one item held in hand #6

Closed zachthedev closed 2 years ago

zachthedev commented 2 years ago

When there is more than one of an item, allow a placeholder that says how many. So the template could be Flex: 1 x Chicken or like Flex: 37 x Diamonds

SilverAndro commented 2 years ago

Hm good idea, ill likely add that as an optional branch so

/flex, /flex <slot>, /flex showCount, and /flex showCount <slot>

SilverAndro commented 2 years ago

Implemented in 1.3.0

zachthedev commented 2 years ago

Thanks!