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.

  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

Last updated