Class ListHomeCommand

java.lang.Object
fr.fuzeblocks.homeplugin.commands.home.ListHomeCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class ListHomeCommand extends Object implements org.bukkit.command.CommandExecutor
Command to list all homes of a player with interactive management options.
  • Constructor Details

    • ListHomeCommand

      public ListHomeCommand()
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor