Class SCommand

java.lang.Object
com.ryandw11.structure.commands.SCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class SCommand extends Object implements org.bukkit.command.CommandExecutor
Handles the commands for the plugin.
  • Constructor Details

  • Method Details

    • onCommand

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