Merge pull request #49 from Wilee999/master

Made /mp an admin command on mark's request
This commit is contained in:
Steven Lawson 2013-07-02 12:43:53 -07:00
commit 5c2e67ae1d

View File

@ -6,7 +6,7 @@ import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.*;
@CommandPermissions(level = AdminLevel.OP, source = SourceType.BOTH)
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH)
@CommandParameters(description = "Purge all mobs in all worlds.", usage = "/<command>")
public class Command_mp extends TFM_Command
{