nulli0n / NexEngine-spigot

GNU General Public License v3.0
37 stars 35 forks source link

Add better number formatting/compacting/rounding #50

Closed NicoNekoDev closed 6 months ago

NicoNekoDev commented 7 months ago

Some examples: 1,000 -> 1k 10,100 -> 10.1k 100,100 -> 100.1k 1,100,100 -> 1.1m 123.456.789 -> 123.46m (rounded)

NicoNekoDev commented 7 months ago

DecimalFormat can also be used there, instead of NumberFormat.

nulli0n commented 6 months ago

Could you reimplment this there https://github.com/nulli0n/nightcore-spigot ?

NicoNekoDev commented 6 months ago

Will see what I can do