>

Minecraft Punishments

@if (punishment === undefined) {

Loading...

} < Back
@if (punishment) {
{{ this.historyFormat.getType(punishment) }}
{{ this.historyFormat.isActive(punishment) ? 'Active' : 'Inactive' }}
}
@if (punishment) {

Player

{{punishment.username}}'s Minecraft skin

{{ punishment.username }}

}
@if (punishment) {

Moderator

{{punishment.punishedBy}}'s Minecraft skin

{{ punishment.punishedBy }}

}
@if (punishment) {

Reason

{{ punishment.reason | removeTrailingPeriod }}

}
@if (punishment) {

Date

{{ this.historyFormat.getPunishmentTime(punishment) }}

}
@if (punishment) { Expires {{ this.historyFormat.getExpiredTime(punishment) }} @if (punishment.removedBy !== undefined && punishment.removedBy.length > 0) { Un{{ this.historyFormat.getType(punishment).toLocaleLowerCase() }} reason {{ punishment.removedReason == null ? 'No reason specified' : punishment.removedReason }} } }