Class CommandAbout

java.lang.Object
org.sgrewritten.stargate.command.CommandAbout
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class CommandAbout extends Object implements org.bukkit.command.CommandExecutor
This command represents the plugin's about command
  • Constructor Details

  • 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[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor