Remove unnecessary Overrides in Default commands.
This commit is contained in:
@@ -66,11 +66,6 @@ public class GameRuleCommand extends VanillaCommand {
|
||||
return Bukkit.getWorlds().get(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean matches(String input) {
|
||||
return input.equalsIgnoreCase("gamerule");
|
||||
}
|
||||
|
||||
@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