With this update, you are now able to add categories to the 
/bugreport command. When 
enablePluginReportCategories is enabled, instead of doing 
/bugreport <message>, you will only need to use 
/bugreport where the user is then shown a GUI with the different categories.
 
 
 
 
  Code (YAML):
 
 
 
  webhookURL
  : https://discord.com/api/webhooks/
  
 
  
 enablePluginReportCategories
  : true
  
 reportCategories:
  
 - name
  : Plugin Bug
  
   id
  : 1
  
   description
  : Report a bug with a plugin
  
   item
  : minecraft:book
  
   color
  : red
  
 - name
  : Server Bug
  
   id
  : 2
  
   description
  : Report a bug with the server
  
   item
  : minecraft:emerald
  
   color
  : green
  
 - name
  : Resource Bug
  
   id
  : 3
  
   description
  : Report a bug with the resource pack
  
   item
  : minecraft:map
  
   color
  : blue
  
 - name
  : Other
  
   id
  : 4
  
   description
  : Report something else
  
   item
  : minecraft:paper
  
   color
  : yellow
 
 
 This plugin is in pre-development so bugs are likely, if you are looking for a stable version of this plugin, please wait for the 
1.X.X releases.