fixed perm for KaratTrophy
parent
bc59a8cdfb
commit
d59f8186da
|
@ -21,7 +21,7 @@ public class KaratTrophyCommand implements CommandExecutor {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onCommand(CommandSender commandSender, Command command, String s, String args[]) {
|
public boolean onCommand(CommandSender commandSender, Command command, String s, String args[]) {
|
||||||
if (!commandSender.hasPermission("qol.karat_trophy")) {
|
if (!commandSender.hasPermission("qol.karattrophy")) {
|
||||||
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
|
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,7 +73,7 @@ permissions:
|
||||||
qol.deathmute:
|
qol.deathmute:
|
||||||
description: Ability to use the Death Mute command
|
description: Ability to use the Death Mute command
|
||||||
default: op
|
default: op
|
||||||
qol.karatTrophy:
|
qol.karattrophy:
|
||||||
description: to use the Karat Trophy Command
|
description: to use the Karat Trophy Command
|
||||||
default: op
|
default: op
|
||||||
qol.auditable:
|
qol.auditable:
|
||||||
|
|
Loading…
Reference in New Issue