Class PushScoresCommand

java.lang.Object
fr.multimc.api.spigot.common.commands.executors.PushScoresCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class PushScoresCommand extends Object implements org.bukkit.command.CommandExecutor
  • Constructor Details

    • PushScoresCommand

      public PushScoresCommand(ScoreManager scoreManager, org.bukkit.plugin.Plugin plugin)
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor