Spigot: Scoreboard shows an E from 10 million euro?

Al
4

On my Minecraft network, I have a scoreboard with money-status indicator

this is about Vault and Essentials.

Two decimal places have already been programmed, and this works very well.

Now the problem:

All sums of 0.01 Euro - 10 million go great,

but if you have 10 million or more now, the scoreboard will display an e.

Here I have 10 million:

Does anyone know why this is?

Br

I think it's displayed that way because the scoreboard can't be endless. With the decimal places and the other signs in front of and behind the amount, the limit in the scoreboard has already been reached.

If you now remove the numbers and characters in front of and behind, I think more numbers will come onto the scoreboard.

You can't handle that as far as I know and have to accept it.

But who has more than 10 million euro on a server?

If you still want to work around it, you have to convert the double to a string. Then maybe it works.

Al

Okay Thanks for now, let's see how this works.

Br

OK. If you need more help, just write a message

Al

I have tried your suggestion with the string, unfortunately without success.