> For the complete documentation index, see [llms.txt](https://wiki.staffplusplus.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.staffplusplus.org/master/features/reporting/custom-report-types.md).

# Custom report types

## Report types

You can configure report-types underneath the reports-module. This is completely optional.\
If you do configure them the player creating the report will get a selection screen where he must select his report type.

#### Configuration

Every report type must define a **name.** \
Optionally you can also define **info** which will be displayed as lore of the item and a **material.**

```yaml
  report-types:
  - name: GRIEFED
    info: Select when you want to report someone destroying your property.
    material: MUSIC_DISC_11
  - name: BULLIED
    info: Something about bullying
    material: MUSIC_DISC_13
  - name: BUG
    info: Select this report type if you found a bug somewhere on the server
    material: MUSIC_DISC_BLOCKS
```

![](/files/-MVJXAJGEx2Kq7nPu72s)

##
