-
Bug
-
Resolution: Fixed
-
Minecraft 1.13-pre3
-
None
-
Confirmed
Example of an incorrect error message:
Command: /effect give @p speed 10 100000 <= (invalid)
ErrorMessage: Integer must not be more than 100000, found 255 at position <pos>_*
_Basically, the ErrorMessage was supposed to say:_
*_Integer must not be more than 255, found 100000 at position <pos>
Somehow it got mixed up
- is duplicated by
-
MC-131932 Command messages huge issue
- Resolved