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
I have read the wiki and made sure, this feature is not yet in the plugin.
I believe, that this feature is possible to implement.
I made sure, that this feature has not been requested yet.
Problem
I am using the damage indicators in DecentHolograms, however, my items deal a lot of damage, and it is confusing to read damage indicators with large numbers.
Feature
I would like to see an option to either:
a) Add commas support to it internally, (so instead of showing 10000 for example, it's 10,000) or;
b) Add shortened format to it, (so instead of showing 10000 for example, it's 10k).
Alternatives
I am currently doing it by parsing damage through Formatter, but that causes performance issues.
Just making sure
Problem
I am using the damage indicators in DecentHolograms, however, my items deal a lot of damage, and it is confusing to read damage indicators with large numbers.
Feature
I would like to see an option to either:
a) Add commas support to it internally, (so instead of showing 10000 for example, it's 10,000) or;
b) Add shortened format to it, (so instead of showing 10000 for example, it's 10k).
Alternatives
I am currently doing it by parsing damage through Formatter, but that causes performance issues.
appearance: '&c%formatter_number_format_{damage}%'
The text was updated successfully, but these errors were encountered: