Ah, thanks :D
I was thinking use a double but you can't have fraction of a kill and that would be irrational. I am currently making my own KillCounter plugin and I am running into troubles.
Sorry if this is the wrong place to ask, but how would I convert from an int to a double so I can then format it with DecimalFormat? In other words, how did you make the k/d ratio?
First of all, you should start using StackExchange, it has everything. Second, I don't really get the question? Converting a double to an int shouldn't cause any problems. You can just cast (double), or multiply it by a double. double kd = kills / (double) deaths
Comments on Profile Post by ZakMuir