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

Allow {damage} to be shortened parsed. #184

Open
3 tasks done
KhrysAK47 opened this issue Jan 4, 2024 · 0 comments
Open
3 tasks done

Allow {damage} to be shortened parsed. #184

KhrysAK47 opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KhrysAK47
Copy link

Just making sure

  • 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.

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

@d0by1 d0by1 added the enhancement New feature or request label Jan 13, 2024
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