Class VoucherCommand

java.lang.Object
xyz.geik.glib.shades.triumphteam.cmd.core.BaseCommand
xyz.geik.farmer.modules.voucher.commands.VoucherCommand

public class VoucherCommand extends xyz.geik.glib.shades.triumphteam.cmd.core.BaseCommand
Voucher Command
Author:
geyik, amownyy
  • Constructor Details

    • VoucherCommand

      public VoucherCommand()
  • Method Details

    • defaultCommand

      public void defaultCommand(org.bukkit.command.CommandSender sender)
      Base command
      Parameters:
      sender - executor
    • giveCommand

      public void giveCommand(org.bukkit.command.CommandSender sender, String target, String amount)
    • isNumeric

      public static boolean isNumeric(String strNum)
      Checks value is numeric
      Parameters:
      strNum - to parse
      Returns:
      status of input numeric or not