Add aliases to TellCommand to bring us in line with Vanilla behaviour.
This commit is contained in:
parent
fad6c476fe
commit
ceab221b8e
@ -50,6 +50,6 @@ public class TellCommand extends VanillaCommand {
|
||||
|
||||
@Override
|
||||
public boolean matches(String input) {
|
||||
return input.equalsIgnoreCase("tell");
|
||||
return input.equalsIgnoreCase("tell") || input.equalsIgnoreCase("w") || input.equalsIgnoreCase("msg");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user