The bug
The feedback of some commands uses the OS' locale for formatting decimal numbers.
Affected commands
List might be incomplete, last updated for 17w45b
Command | Argument(s) | Notes |
---|---|---|
data | scale | - |
spreadplayers | distance | Affects success error message like the ones from MC-97196 |
How to reproduce
Change your OS locale to for example German
Use the following command
/spreadplayers ~ ~ 0 1 false @s
→ A comma is used as decimal separator for the distance
/data get <Some selection> <Some path> 1.0
gives1,00
as well. Probably universal.