Class SocialSpyCommand

java.lang.Object
adhdmc.simplepms.commands.SocialSpyCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class SocialSpyCommand extends Object implements org.bukkit.command.CommandExecutor
  • Field Details

    • spyingPlayers

      private final HashSet<org.bukkit.entity.Player> spyingPlayers
    • spyToggle

      private final org.bukkit.NamespacedKey spyToggle
  • Constructor Details

    • SocialSpyCommand

      public SocialSpyCommand()
  • 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