-
Bug
-
Resolution: Incomplete
-
None
-
1.20.51
-
None
-
Win11_23H2
-
Unconfirmed
在BDS中加载function时,发现命令'execute'的语法仍停留在1.19.x之前版本,即
加载:
execute as @a[scores=\{UltraIO_Tp=100000}] in overworld run tp 0 80 0 0 0
报错:
[2023-12-29 06:00:01:339 WARN] [Commands] Error on line 21: command failed to parse with error 'Syntax error: Unexpected "@a": at "xecute as >>@a<<[scores={U"
尝试加载:
execute @a ~~~ tp 0 80 0 0 0
成功