Add aliases to TellCommand to bring us in line with Vanilla behaviour.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -50,6 +50,6 @@ public class TellCommand extends VanillaCommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean matches(String input) {
|
public boolean matches(String input) {
|
||||||
return input.equalsIgnoreCase("tell");
|
return input.equalsIgnoreCase("tell") || input.equalsIgnoreCase("w") || input.equalsIgnoreCase("msg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user