-
Bug
-
Resolution: Fixed
-
1.19.2, 22w42a, 22w43a, 22w44a, 22w45a, 22w46a, 1.19.3, 23w03a, 23w05a
-
None
-
Confirmed
-
Commands
-
Low
-
Platform
The bug
Some commands have aliases, such as /xp, which is an alias for /experience. An error is normally shown when running a command that doesn't include all the required parameters. However, when running a command through an alias, those error messages don't show, providing the user with no feedback about what they have done wrong.
Steps to reproduce
Run the following command:
/xp query @s
Expected behaviour
A red "unknown or incomplete command" error would be shown
Observed behaviour
No error is produced
Screenshots
Notes
- A fix for the issue has been provided by zly2006, who has submitted it as a PR to the Mojang/brigadier repository.
- discovered while testing
-
MC-239808 Level up sound plays in creative mode
- Resolved
- is duplicated by
-
MC-106914 Teleport fails with no error
- Resolved
-
MC-124055 /tp @e[type=sheep] (and other selectors not limited to one entity) does absolutely nothing
- Resolved
-
MC-125684 Tp command doesn't let players teleport to non-player entities
- Resolved
-
MC-258972 Redirected and incomplete command can be executed without producing an error message
- Resolved
-
MC-262972 [Duplicate] Command alias isn't an exact replica of the original command
- Resolved
- relates to
-
MC-165773 /execute run does not cause syntax error when arguments are missing
- Resolved
-
MC-260576 Incomplete 'execute summon' command still runs
- Resolved
-
MC-124137 Varieties of /teleport create ambiguities for tab-completion and syntax highlighting
- Open