Class AdsTabCompleter

java.lang.Object
dev.oumaimaa.commands.AdsTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public final class AdsTabCompleter extends Object implements org.bukkit.command.TabCompleter
Provides tab completion for the /ads command based on current state and permissions.
  • Constructor Details

    • AdsTabCompleter

      public AdsTabCompleter(KawaiiAdPlugin plugin)
      Constructs the TabCompleter.
      Parameters:
      plugin - The main plugin instance.
  • Method Details

    • onTabComplete

      @Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String @NotNull [] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter