Staff++
Search…
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

1
investigations-module:
2
enabled: true
3
allow-offline-investigation: false
4
# How many investigations can be conducted on one player at a time.
5
# By default only one investigation can be ongoing for one player
6
max-concurrent-investigations: 1
7
# When enabled investigations will automatically be paused
8
# when the player under investigation leaves the server.
9
automatic-pause: true
10
notifications:
11
investigated:
12
# Player under investigation has a constant message in his action bar.
13
title-message-enabled: true
14
# Player under investigation has a constant message in his action bar.
15
chat-message-enabled: true
16
# Run commands whenever an investigation open/pauses/isConcluded
17
start-investigation-commands: []
18
conclude-investigation-commands: []
19
pause-investigation-commands: []
20
# When set to true, staff mode will be enabled when starting an investigation.
21
# When disabling staff mode during an investigation, your investigation will be paused.
22
enforce-staff-mode: true
23
# Optional property, if set, enforce a specific staff mode during investigations.
24
staff-mode: Investigator
Copied!

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.
Investigations
Player under investigation

Linking evidence

Staff++ allows you to link certain infractions to an investigation.
Currently following infractions can be linked to investigations:
  • Reports
  • Mutes
  • Bans
  • Warnings
Developers can also link any other kind of evidence using the Developer API​
Link report as evidence
Confirmation evidence linked
Investigation manage screen
Evidence overview

Taking notes

Players can add notes to an investigation.
Go to notes
Notes overview