minny.zephyrus.commands
Class LevelUp

java.lang.Object
  extended by minny.zephyrus.commands.ZephyrusCommand
      extended by minny.zephyrus.commands.LevelUp
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class LevelUp
extends ZephyrusCommand
implements org.bukkit.command.CommandExecutor

Zephyrus

Author:
minnymin3

Constructor Summary
LevelUp(Zephyrus plugin)
           
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command arg1, java.lang.String arg2, java.lang.String[] args)
           
 
Methods inherited from class minny.zephyrus.commands.ZephyrusCommand
hasPerm, inGameOnly, isOnline, isOp, needOp, notEnough, notOnline, tooMany
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelUp

public LevelUp(Zephyrus plugin)
Method Detail

onCommand

public boolean onCommand(org.bukkit.command.CommandSender sender,
                         org.bukkit.command.Command arg1,
                         java.lang.String arg2,
                         java.lang.String[] args)
Specified by:
onCommand in interface org.bukkit.command.CommandExecutor