# 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
```

![](https://292687455-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPQohtcLxhXAvpSXOMt%2F-MVJWMM9HAg4ENvY2N1t%2F-MVJXAJGEx2Kq7nPu72s%2Fselect_report_type.png?alt=media\&token=d5a9be31-0e48-4882-8bdb-768c144bd5c5)

##
