Building test
This commit is contained in:
parent
50864479c9
commit
a26dc56b9a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ public class V10LiftTabCompleter implements TabCompleter {
|
|||
|
||||
private static final List<String> COMMANDS = Arrays.asList("create", "delete", "rename", "abort", "whois", "edit", "floor", "input", "build", "rope", "door", "speed", "realistic", "repair", "whitelist", "reload", "help", "start", "stop", "offline");
|
||||
|
||||
|
||||
@Override
|
||||
public List<String> onTabComplete(@Nonnull CommandSender commandSender, @Nonnull Command cmd, @Nonnull String label, @Nonnull String[] args) {
|
||||
if (label.equalsIgnoreCase("v10lift")) {
|
||||
|
|
Loading…
Reference in a new issue