Remove unnecessary Overrides in Default commands.
This commit is contained in:
@@ -75,11 +75,6 @@ public class ExpCommand extends VanillaCommand {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean matches(String input) {
|
||||
return input.equalsIgnoreCase("xp");
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
|
||||
Validate.notNull(sender, "Sender cannot be null");
|
||||
|
||||
Reference in New Issue
Block a user