mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Add aliases to TellCommand to bring us in line with Vanilla behaviour.
This commit is contained in:
parent
fad6c476fe
commit
ceab221b8e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue