Merge pull request #99 from Wilee999/pull4

Added cmdspy alias "commandspy"
This commit is contained in:
Jerom van der Sar 2013-11-18 02:04:34 -08:00
commit 6b906864b3

View File

@ -6,7 +6,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Spy on commands", usage = "/<command>")
@CommandParameters(description = "Spy on commands", usage = "/<command>", aliases = "commandspy")
public class Command_cmdspy extends TFM_Command
{
@Override