We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minecraft Version : 1.20.1
Mohist Version : 908
Operating System : Window 11
Logs : There are no error logs. Everything looks fine in console.
[00:45:09] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl]: **** issued server command: /tp ~
Note : I have obscured my Minecraft nickname with ****
Mod list : Nothing
Plugin list : Nothing (or my own plugin which using CommandAPI)
CommandAPI
Description of issue :
If there some error with player's command input, it always shows "Unknown Command", instead of error message.
I execute command /tp ~ then...
/tp ~
Note : tested on spigot
throw CommandAPI.failWithString("error message")
Unknown Command
I believe this issue might have already reported. However, I cound't find somthing related to it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minecraft Version : 1.20.1
Mohist Version : 908
Operating System : Window 11
Logs : There are no error logs. Everything looks fine in console.
Mod list : Nothing
Plugin list : Nothing (or my own plugin which using
CommandAPI
)Description of issue :
Summary
If there some error with player's command input, it always shows "Unknown Command", instead of error message.
Expected behavior
I execute command
/tp ~
then...Actually behavior
I execute command
/tp ~
then...Extra information
/tp ~
is just exmple. Same behavior seen when command input have some error.throw CommandAPI.failWithString("error message")
, when usingCommandAPI
Unknown Command
in MohistI believe this issue might have already reported. However, I cound't find somthing related to it.
The text was updated successfully, but these errors were encountered: