fr.xephi.authme.commands
Class PasspartuCommand

java.lang.Object
  extended by fr.xephi.authme.commands.PasspartuCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class PasspartuCommand
extends java.lang.Object
implements org.bukkit.command.CommandExecutor

Author:
stefano

Field Summary
 AuthMe plugin
           
 
Constructor Summary
PasspartuCommand(AuthMe plugin)
           
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command cmnd, java.lang.String label, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

public AuthMe plugin
Constructor Detail

PasspartuCommand

public PasspartuCommand(AuthMe plugin)
Method Detail

onCommand

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