Two or more spaces will be merged into one in JSON text
Two or more spaces will be merged into one in JSON text.
For example, I type the command:
/tellraw {"text":" space test "}
I want to get " space test ", (2x3 spaces)
But it came back: " space test"?? (Only 1x3 spaces)
Why?