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 a user is using a BungeeChat command incorrectly with an alias, then the helper text return uses the original command / alias instead of the one the player used. It should not.
The command /ignore has the alias /i, if a player uses the /i alias and does anything incorrectly, then it will return the original command, like so
&cIncorrect usage! Use this command like this: /ignore .....
but it should instead use the same command / alias that the player used to begin with
&cIncorrect usage! Use this command like this: /i .....
If the player uses /ignore, it shows /ignore in the error, if he uses /i it shows /i, and so on.
The text was updated successfully, but these errors were encountered:
When a user is using a BungeeChat command incorrectly with an alias, then the helper text return uses the original command / alias instead of the one the player used. It should not.
The command
/ignore
has the alias/i
, if a player uses the /i alias and does anything incorrectly, then it will return the original command, like so&cIncorrect usage! Use this command like this: /ignore .....
but it should instead use the same command / alias that the player used to begin with
&cIncorrect usage! Use this command like this: /i .....
If the player uses
/ignore
, it shows /ignore in the error, if he uses/i
it shows /i, and so on.The text was updated successfully, but these errors were encountered: