You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing an incomplete command, such as /whisper or /carbon with no other args, it sends the command to the backend server. This can cause the player to think the command actually isn't allowed or valid at all.
Steps to reproduce:
Install Carbon on Velocity
Run a command that requires arguments, such as /whisper, without providing anything else
See that the command is sent to the backend server
System Details:
Server Type: Velocity
Server Software: Velocity 3.4.0-SNAPSHOT (git-f986eb51-b472)
Bug Description:
What is not working as it should?
When typing an incomplete command, such as
/whisper
or/carbon
with no other args, it sends the command to the backend server. This can cause the player to think the command actually isn't allowed or valid at all.Steps to reproduce:
/whisper
, without providing anything elseSystem Details:
Pastebins:
https://pastes.dev/SRXOwc4e0G
Any other relevant details:
Ideally, this should send an error/usage message rather than passing it on. This happens for both the command and its aliases
The text was updated successfully, but these errors were encountered: