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
  • Commands
  • Permissions
  • Manage investigation
  • Linking evidence
  • Taking notes

Was this helpful?

  1. Features

Investigate

Staff++ added an investigation module. You can start investigating players, takes notes and link evidence to the investigation. Once finished the investigation must be concluded.

Configuration

investigations-module:
    enabled: true
    allow-offline-investigation: false
    # How many investigations can be conducted on one player at a time.
    # By default only one investigation can be ongoing for one player
    max-concurrent-investigations: 1
    # When enabled investigations will automatically be paused 
    # when the player under investigation leaves the server.
    automatic-pause: true
    notifications:
        investigated:
            # Player under investigation has a constant message in his action bar. 
            title-message-enabled: true
            # Player under investigation has a constant message in his action bar.
            chat-message-enabled: true
    # Run commands whenever an investigation open/pauses/isConcluded        
    start-investigation-commands: []
    conclude-investigation-commands: []
    pause-investigation-commands: []
    # When set to true, staff mode will be enabled when starting an investigation.
    # When disabling staff mode during an investigation, your investigation will be paused.
    enforce-staff-mode: true
    # Optional property, if set, enforce a specific staff mode during investigations.
    staff-mode: Investigator

Commands

command

description

/investigate <player?>

Open/resume an investigation. If no player name is given you will start an investigation with an "Unknown" player

/pause-investigation

Pause your currently ongoing investigation

/conclude-investigation

Conclude your investigation. This closes the investigation

/manage-investigations <playername?>

Opens up the overview of all investigations or all investigation for a player if the playername is provided

/inote <notemessage>

Add a note to your current investigation

Permissions

permission

Description

staff.investigation.manage.investigate

allows the use of /investigate

staff.investigation.manage.notifications

Get all staff notifications for investigations

staff.investigation.manage.view

Allow viewing all investigations

staff.investigation.manage.link-evidence

Allow linking evidence to investigations

staff.investigation.manage.add-note

Allow adding notes to investigations

staff.investigation.manage.delete-note

Allow deleting your own notes from investigations

staff.investigation.manage.delete-note-others

Allow deleting any note from investigations

Manage investigation

Staff members can view an overview of all investigations.

Linking evidence

Staff++ allows you to link certain infractions to an investigation.

Currently following infractions can be linked to investigations:

  • Reports

  • Mutes

  • Bans

  • Warnings

Taking notes

Players can add notes to an investigation.

PreviousInfractionsNextCommand hooks

Last updated 4 years ago

Was this helpful?

Developers can also link any other kind of evidence using the

Developer API
Investigations
Player under investigation
Link report as evidence
Confirmation evidence linked
Investigation manage screen
Evidence overview
Go to notes
Notes overview