Staff++
latest
latest
  • Staff++
  • General information
    • Quick start
    • Reload Configuration
    • Multi Server Setup
    • General Configuration
    • Other
      • Text parsing
      • Styling the GUIs
        • Gui structure
        • Selectors
      • Configuring command hooks
  • Permissions & Commands
    • Commands
    • Permissions
      • Legacy permissions
  • Features
    • Alerts
      • X-Ray
    • Alt account detection
    • Authentication
    • Banning
      • IP Banning
        • Messages
      • Fixed Ban Reason
      • Templates
    • Blacklist
    • Broadcasting
    • Chat module
    • Chest/Inventory Interaction
    • Command detection
    • Examine players
    • Freezing
      • Command hooks
      • Luckperms integration
      • Chat channels
    • Infractions
    • Investigate
      • Command hooks
    • Join messages
    • Player IPs
    • Kicking
    • Muting
      • Appealing
    • Protection
    • Player information
    • Player notes
    • Reporting
      • Command hooks
      • Messages
      • Finding reports
      • Report types & Reasons
      • Chat channels
    • Staff Chat
    • Staff Mode
      • Multiple modes
      • Staff Modules
      • Custom Staff Modules
        • State dependent modules
      • Command hooks
      • Luckperms integration
    • Staff Locations
    • Teleporting
    • Vanish
      • Luckperms integration
    • Warnings
      • Quick start
      • Severity levels
      • Thresholds
      • Actions (punishments)
      • Appealing
      • Warning workflow
  • Web Platform
    • Register Players
    • Setup Web Platform
    • Architecture
  • Integrations
    • Discord Integration
      • Staff Chat
      • Template Packs
      • Customize Discord Templates
    • Trello Integration
    • PAPI expansion
      • PAPI Examples
  • Migration guides
    • Staff+ migration guide
    • Migrating to >=V1.16.43
    • Upgrading Discord Integration to 1.16.51
  • Developers
    • API guide
Powered by GitBook
On this page
  • Configuration
  • Permissions
  • Commands

Was this helpful?

  1. Features

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

PreviousChat channelsNextInvestigate

Last updated 4 years ago

Was this helpful?