fixed invis, added cooldown for op and qop

This commit is contained in:
Super_
2019-12-12 18:33:23 -05:00
parent ee44b5fb7f
commit a0571b0175
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH, cooldown = 5)
@CommandParameters(description = "Makes a player operator", usage = "/<command> <playername>")
public class Command_op extends FreedomCommand
{