Add TM to remove bypass and add player name to the skull
This commit is contained in:
parent
3ca434fcf6
commit
6517fe382f
@ -99,6 +99,7 @@ public class Punish extends MiniPlugin
|
||||
PermissionGroup.RC.setPermission(Perm.PUNISHMENT_REAPPLY, true, true);
|
||||
PermissionGroup.ADMIN.setPermission(Perm.PUNISHMENT_REAPPLY, true, true);
|
||||
|
||||
PermissionGroup.TM.setPermission(Perm.BYPASS_REMOVE_CONFIRMATION, true, true);
|
||||
PermissionGroup.FN.setPermission(Perm.BYPASS_REMOVE_CONFIRMATION, true, true);
|
||||
PermissionGroup.ADMIN.setPermission(Perm.BYPASS_REMOVE_CONFIRMATION, true, true);
|
||||
|
||||
|
@ -56,7 +56,7 @@ public class PunishStaffPage extends PunishPage
|
||||
|
||||
private ItemStack buildPlayerSkull()
|
||||
{
|
||||
return UtilSkull.getPlayerHead(_target, C.cGreenB, UtilText.splitLine(C.Reset + "Reason: " + C.mBody + _reason, LineFormat.LORE));
|
||||
return UtilSkull.getPlayerHead(_target, C.cGreenB + _target, UtilText.splitLine(C.Reset + "Reason: " + C.mBody + _reason, LineFormat.LORE));
|
||||
}
|
||||
|
||||
private ShopItem buildDummyCategoryIcon(Category category)
|
||||
|
Loading…
Reference in New Issue
Block a user