DecentHolograms icon indicating copy to clipboard operation
DecentHolograms copied to clipboard

Allow {damage} to be shortened parsed.

Open Khrystyian opened this issue 1 year ago • 0 comments

Just making sure

  • [X] I have read the wiki and made sure, this feature is not yet in the plugin.
  • [X] I believe, that this feature is possible to implement.
  • [X] 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.

appearance: '&c%formatter_number_format_{damage}%'

Khrystyian avatar Jan 04 '24 18:01 Khrystyian