-
Bug
-
Resolution: Works As Intended
-
None
-
1.15.2, 20w19a
-
None
-
Unconfirmed
-
Commands
argument type “minecraft:component” for commnds allows all data types in JSON, including number, boolean, etc.
for example,
/title @s title 1 /title @s title true /bossbar add id 0.555 /tellraw @s false
these commands works in java edition since 1.13. And they don't make sense. It should only allow string, array, and object.