Infractions

Staff++ provides a command to show all infractions a player has. This gives you a nice history off the player actions and punishments in time. The infractions are ordered by date. Latest infractions are shown first. Currently infractions include: bans, mutes, warnings, kicks and it also shows an infraction when a player is reported by another player.

Configuration

infractions-module:
  # Whether or not the plugin will enable the infractions gui.
  enabled: true
  show-bans: true
  show-mutes: true
  show-warnings: true
  show-reported: true
  show-kicks: true
  # Configure the material which is shown inside the GUI 
  # for every type of infraction
  bans-gui-item: PAPER
  mutes-gui-item: PAPER
  warnings-gui-item: PAPER
  reported-gui-item: PAPER
  kicks-gui-item: PAPER

You can choose which infractions will be shown in the overview.

Permissions

Permission

Description

staff.infractions.view

Permission to open the infraction guis

Commands

Command

Description

/infractions <playername>

Opens the infractions gui displaying all infractions of the given player

/infractions-top <type?>

Open the overview of players and their amount of infractions. Ordered by most to least infractions. The type parameter is optional. When given only the top of that specific type of infraction will be shown.

Player Infraction GUI

Top infraction GUI

Last updated