Chat Tweaks

Chat Tweaks

492k Downloads

Doesn't show values from scoreboard when using tellraw with other text

Vanguard-Fx opened this issue ยท 1 comments

commented

When using tellraw command:

  • /tellraw @a [{"score":{"name":"test","objective":"test"}},{"text":" some text"}]
  • Should be: 10 some text
  • Real: some text
    2018-05-07_21 08 08

Using the same command without additional text:

  • /tellraw @a [{"score":{"name":"test","objective":"test"}}]
  • Should be: 10
  • Real: 10
    2018-05-07_21 08 18
commented

Same command on vanilla:

2018-05-07_21 14 40