commiit
This commit is contained in:
@@ -206,6 +206,9 @@ public class EditKitCommand implements CommandExecutor, TabCompleter {
|
||||
|
||||
@Override
|
||||
public @Nullable List<String> onTabComplete(@NotNull CommandSender cmds, @NotNull Command command, @NotNull String s, @NotNull String[] args) {
|
||||
if (args.length == 1) {
|
||||
return List.of("sword", "uhc");
|
||||
}
|
||||
return List.of();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user