{"id":35468,"date":"2026-06-01T20:13:28","date_gmt":"2026-06-01T17:13:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/"},"modified":"2026-06-01T20:13:28","modified_gmt":"2026-06-01T17:13:28","slug":"bugreport","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/","title":{"rendered":"Bug Report"},"content":{"rendered":"<p># Bug Report<br \/>\n## What is Bug Report?<br \/>\nBug Report is a tool that helps server owners manage any bugs found by players which can then be accessed by a GUI. This is especially helpful as information about the player is stored as soon as they submit a bug report. Information collected when a bug report is submitted is as follows:<br \/>\n1. Server Name<br \/>\n2. Player Name<br \/>\n3. Player&#8217;s UUID<br \/>\n4. Current World Name<br \/>\n5. Full Message<br \/>\n6. Category ID (If the option is turned on)<br \/>\n7. Status (Can be customized using a GUI)<br \/>\n8. Date &#038; Time<br \/>\n9. Player&#8217;s Location<br \/>\n10. Player&#8217;s Game Mode<br \/>\nYou can archive\/unarchive\/delete bug reports, customize the &#8220;Bug Report Details&#8221; GUI, customize all of the statuses, language selector and more!<\/p>\n<p>## Commands<br \/>\n&#8211; **bugreport <Message>** &#8211; Adds a new bug report either via message or a GUI for the categories.<br \/>\n&#8211; **buglist** &#8211; This shows a GUI with all the reports made on the settings page.<br \/>\n&#8211; **buglistsettings** &#8211; This shows the Bug List Settings GUI.<br \/>\n&#8211; **buglistarchived** &#8211; See all of the bug reports that have been archived in a GUI.<br \/>\n&#8211; **buglinkdiscord <Webhook URL>** &#8211; Links a Discord Webhook to send all Bug Reports to.<\/p>\n<p>## Command Aliases<\/p>\n<p>&#8211; **\/br <message>** (\/bugreport <Message>)<br \/>\n&#8211; **\/bl** (\/buglist)<br \/>\n&#8211; **\/bla** (\/buglistarchived)<br \/>\n&#8211; **\/bls** (\/buglistsettings)<br \/>\n&#8211; **\/bld <Webhook URL>** (\/buglinkdiscord <Webhook URL>)<\/p>\n<p>## Permissions<br \/>\n&#8211; bugreport.admin &#8211; Allows the player to manage bug reports<br \/>\n&#8211; bugreport.notify &#8211; Receive notifications for bug reports<br \/>\n&#8211; bugreport.archived &#8211; Allows the player to access the archived bug reports<br \/>\n&#8211; bugreport.settings &#8211; Allows the player to access and change the settings of the plugin<br \/>\n&#8211; bugreport.list &#8211; Allows the player to access the list of bug reports<br \/>\n&#8211; bugreport.use &#8211; Allows the player to use the bug report command<br \/>\n&#8211; bugreport.archive &#8211; Allows the player to archive bug reports<br \/>\n&#8211; bugreport.delete &#8211; Allows the player to delete bug reports<\/p>\n<p>## Plan Support<br \/>\nBug Report now supports the Plan API. To use Bug Report with Plan, you will need to install Plan onto your Spigot Server and it should set up everything automatically.<\/p>\n<p>## Custom GUI Support<br \/>\nBug Report now supports the ability to customize GUIs, to customize a GUI simply navigate to the `custom_bug_report_details_GUI.yml` file and then choose whatever style GUI you would like. This is currently in BETA so bugs are likely to be found. YML file is below:<br \/>\n&#8220;`yaml<br \/>\n# Slots always start from 0 and go up to the max guiSize value.<br \/>\n# The list of valid bugReportItem instances are<br \/>\n# BugReporter, BugReportUUID, BugReportWorld, BugReportMessage, BugReportCategory, BugReportStatus, BugReportTimestamp<br \/>\n# BugReportLocation, BugReportGamemode, BugReportArchive, BugReportBack, BugReportDelete, BugReportServerName<br \/>\n# Any of these items can have a texture, the list of textures can be obtained from here: https:\/\/minecraft-heads.com\/custom-heads<br \/>\n# Then select the &#8220;Value&#8221; under the &#8220;For Developers:&#8221; section and paste it in the texture field.<br \/>\n# The only material that accepts an array of materials is BugReportStatus. Any other bugReportItem won&#8217;t accept this type!<br \/>\n# The list of all items that can have a texture are:<br \/>\n# BugReportUUID, BugReportWorld, BugReportMessage<br \/>\n# BugReportCategory, BugReportTimestamp, BugReportLocation<br \/>\n# BugReportGamemode, BugReportArchive, BugReportDelete, BugReportServerName<br \/>\n# BugReportStatus will be terminated if a custom status is provided.<br \/>\nbug_report_details_GUI:<br \/>\n  guiSize: 45 # The GUI size can be between 9 and 54 but has to be a multiple of 9.<br \/>\n  items:<br \/>\n    &#8211; slot: 0<br \/>\n      bugReportItem: BugReportServerName<br \/>\n      material: DIAMOND<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 2<br \/>\n      bugReportItem: BugReporter<br \/>\n      material: PLAYER_HEAD # For player texture, use %player_texture%. Only works for BugReporter.<br \/>\n      texture: &#8220;%player_texture%&#8221;<br \/>\n    &#8211; slot: 4<br \/>\n      bugReportItem: BugReportUUID<br \/>\n      material: NAME_TAG<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 6<br \/>\n      bugReportItem: BugReportWorld<br \/>\n      material: GRASS_BLOCK<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 8<br \/>\n      bugReportItem: BugReportMessage<br \/>\n      material: PAPER<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 18<br \/>\n      bugReportItem: BugReportCategory<br \/>\n      material: CHEST<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 20<br \/>\n      bugReportItem: BugReportStatus<br \/>\n      material: [ LIME_DYE, RED_DYE ] # First item is Active, Second is Archived<br \/>\n    &#8211; slot: 22<br \/>\n      bugReportItem: BugReportTimestamp<br \/>\n      material: CLOCK<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 24<br \/>\n      bugReportItem: BugReportLocation<br \/>\n      material: COMPASS<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 26<br \/>\n      bugReportItem: BugReportGamemode<br \/>\n      material: DIAMOND_SWORD<br \/>\n      texture: &#8220;&#8221;<br \/>\n    &#8211; slot: 38 # For BugReportArchive and BugReportUnArchive, only one will ever show depending on the GUI. The other will be hidden.<br \/>\n      bugReportItem: BugReportUnArchive<br \/>\n      material: PLAYER_HEAD<br \/>\n      texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDVjNTg4YjllYzBhMDhhMzdlMDFhODA5ZWQwOTAzY2MzNGMzZTNmMTc2ZGM5MjIzMDQxN2RhOTNiOTQ4ZjE0OCJ9fX0=&#8221;<br \/>\n    &#8211; slot: 38<br \/>\n      bugReportItem: BugReportArchive<br \/>\n      material: PLAYER_HEAD<br \/>\n      texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y5YjY3YmI5Y2MxYzg4NDg2NzYwYjE3MjY1MDU0MzEyZDY1OWRmMmNjNjc1NTc1MDA0NWJkNzFjZmZiNGU2MCJ9fX0=&#8221;<br \/>\n    &#8211; slot: 40<br \/>\n      bugReportItem: BugReportBack<br \/>\n      material: BARRIER<br \/>\n    &#8211; slot: 42<br \/>\n      bugReportItem: BugReportDelete<br \/>\n      material: PLAYER_HEAD<br \/>\n      texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmUwZmQxMDE5OWU4ZTRmY2RhYmNhZTRmODVjODU5MTgxMjdhN2M1NTUzYWQyMzVmMDFjNTZkMThiYjk0NzBkMyJ9fX0<br \/>\n&#8220;`<br \/>\n## Placeholder API Support<br \/>\nBug Report now supports Placeholder API, the keys for Bug Report are the following with more to come in the future.<\/p>\n<p>%bugreports_totalBugReports% &#8211; (**Returns the total amount of bug reports**)<br \/>\n%bugreports_totalArchivedBugReports% &#8211; (**Returns the total amount of archived bug reports**)<br \/>\n%bugreports_totalNonArchivedBugReports% &#8211; (**Returns the total amount of non-archived bug reports**)<\/p>\n<p>## Discord Support<br \/>\nIf you need any support or have features you want to be added to Bug Report, you can join the Discord here &#8211; https:\/\/discord.gg\/jXsV3xQJD4.<\/p>\n<p>Example Main Config File<\/p>\n<p>&#8220;`yaml<br \/>\nwebhookURL: https:\/\/discord.com\/api\/webhooks\/<\/p>\n<p>enableDiscordWebhook: false<br \/>\nenablePluginReportBook: false<br \/>\nenableBugReportNotifications: true<\/p>\n<p># Either one of them has to be true, they both can not be true at the same time<br \/>\nenablePluginReportCategoriesGUI: false # Set to true if you want a category selection GUI after doing \/bugreport<br \/>\nenablePluginReportCategoriesTabComplete: false # Set to true if you want a category tab completion after doing \/bugreport. No GUI will open<\/p>\n<p>language: en_US<\/p>\n<p>update-checker: true<br \/>\nupdate-checker-join: true<\/p>\n<p># # Available placeholders:<br \/>\n#<br \/>\n# Aqua, Black, Blue, Dark_Aqua, Dark_Blue<br \/>\n# Dark_Gray, Dark_Green, Dark_Purple, Dark_Red<br \/>\n# Gold, Gray, Green, Light_Purple, Red, White, Yellow<br \/>\ndiscordEmbedColor: Green<br \/>\ndiscordEmbedTitle: New Bug Report<br \/>\ndiscordEmbedFooter: Bug Report v0.12.3<br \/>\ndiscordEmbedThumbnail: https:\/\/www.spigotmc.org\/data\/resource_icons\/110\/110732.jpg<br \/>\ndiscordEnableThumbnail: true<br \/>\ndiscordEnableUserAuthor: true<br \/>\ndiscordIncludeDate: true<\/p>\n<p># If you want to ping a role or a member, you can add them here. You can add multiple roles and members.<br \/>\n# The role or member will be pinged in the message you set in discordPingMessage.<br \/>\n# You don&#8217;t need to add the &#8220;<@\" or \"<@&#038;\" characters to the role or member. They will be added automatically.\ndiscordPingMessage: A new Bug Report has been submitted\ndiscordEnablePing: true\n\ndiscordPingMembers:\n - ' '\ndiscordPingRoles:\n - ' '\n\nenableBungeeCordSendMessage: true\nenableBungeeCordReceiveMessage: true\n\nuseTitleInsteadOfMessage: false\nenablePlayerHeads: true\nrefreshPlayerHeadCache: 1d # Default, 1m, 1h, 1d, 1w, 1mo, 1y\n\nmetrics: true # Enables or disables metrics\nserverName: \"My Server\"\n\nmax-reports-per-player: 25 # 0 = unlimited\nreport-confirmation-message: Thanks for submitting a report!\nbug-report-cooldown: 0 # 0 = disabled\n\n# # Available placeholders:\n#\n# Aqua, Black, Blue, Dark_Aqua, Dark_Blue\n# Dark_Gray, Dark_Green, Dark_Purple, Dark_Red\n# Gold, Gray, Green, Light_Purple, Red, White, Yellow\npluginColor: Yellow\n\n# You are able to use &#038; for color codes such as \"&#038;8[&#038;6Bug Report&#038;8]&#038;9\".\n# For a list of color codes, visit https:\/\/htmlcolorcodes.com\/minecraft-color-codes (Format Codes will NOT work!)\n# This will override the pluginColor option.\npluginTitle: '[Bug Report]'\n\n# This can either be \"mysql\" or \"local\".\n# If you choose \"mysql\", you must fill out the database section below.\n# If you choose \"local\", no configuration is required.\ndatabaseType: local\ndatabase:\n  host: localhost\n  port: 3306\n  database: database\n  username: root\n  password: password\n\n# Placeholders via PlaceholderAPI are allowed to be used in the discordEmbedFields.\n# E.g: You can create a field with the biome of the player, where the bugreport was created.\n# Choose for the value: \"%player_biome%\" (without \"\"). This works with any other Placeholder supported by PlaceholderAPI.\ndiscordEmbedFields:\n  - name: \"Username\"\n    id: 1\n    value: \"%report_username%\"\n    inline: true\n  - name: \"UUID\"\n    id: 2\n    value: \"%report_uuid%\"\n    inline: true\n  - name: \"World\"\n    id: 3\n    value: \"%report_world%\"\n    inline: true\n  - name: \"Location (X, Y, Z)\"\n    id: 4\n    value: \"%report_location%\"\n    inline: true\n  - name: \"Gamemode\"\n    id: 5\n    value: \"%report_gamemode%\"\n    inline: true\n  - name: \"Status\"\n    id: 6\n    value: \"%report_status%\"\n    inline: true\n  - name: \"Category\"\n    id: 7\n    value: \"%report_category%\"\n    inline: true\n  - name: \"Sever Name\"\n    id: 8\n    value: \"%report_server_name%\"\n    inline: true\n  - name: \"Full Message\"\n    id: 9\n    value: \"%report_full_message%\"\n    inline: false\n\nreportCategories:\n  - name: Plugin Bug\n    id: 1\n    description: Report a bug with a plugin\n    item: minecraft:book\n    color: red\n  - name: Server Bug\n    id: 2\n    description: Report a bug with the server\n    item: minecraft:emerald\n    color: green\n  - name: Resource Bug\n    id: 3\n    description: Report a bug with the resource pack\n    item: minecraft:map\n    color: blue\n  - name: Other\n    id: 4\n    description: Report something else\n    item: minecraft:paper\n    color: yellow\n\nstatuses:\n  - name: Open\n    description: Report is open\n    icon: minecraft:green_dye\n    color: GREEN\n    id: 1\n  - name: Archived\n    description: Report is archived\n    icon: minecraft:red_dye\n    color: RED\n    id: 2\n  - name: Pending\n    description: Report is pending\n    icon: minecraft:yellow_dye\n    color: YELLOW\n    id: 3\n  - name: Ignored\n    description: Report is ignored\n    icon: minecraft:white_dye\n    color: WHITE\n    id: 4\n```\n\n## Languages File\nThe new languages files can be viewed here - https:\/\/github.com\/ItsLeon15\/Bug-Reports\/tree\/main\/src\/main\/resources\/languages\n\n## Metrics Collection\nBug Report uses **bStats** to collect anonymous statistics about servers. If you would like to disable metrics collection, you can do so by editing the **plugins\/bStats\/config.yml** file.\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple bug report plugin with GUI to manage player reports.<\/p>\n","protected":false},"featured_media":35469,"template":"","meta":{"_minecraft_slug":"bugreport","_minecraft_project_id":"QJ9FgEF0","_minecraft_author":"ItsLeon15","_minecraft_license":"LicenseRef-EPL-2.0","_minecraft_downloads":314,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bugreport.zip","_minecraft_size_bytes":723774,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T11:40:07.061004Z","_minecraft_date_created":"2025-03-17T03:37:44.257927Z","_minecraft_date_modified":"2025-03-17T04:00:21.015857Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bugreport","_minecraft_icon_attachment_id":35469,"_minecraft_imported_at":"2026-06-01T17:13:29+00:00","_minecraft_import_hash":"b2e7d99e7541280b2bc3ff2b8a6d2e0a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,127,129,92],"mod_loader":[130,132,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-35468","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bug Report - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bug Report - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple bug report plugin with GUI to manage player reports.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/\",\"name\":\"Bug Report - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png\",\"datePublished\":\"2026-06-01T17:13:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bugreport\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bug Report\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bug Report - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/","og_locale":"en_US","og_type":"article","og_title":"Bug Report - Minecraft","og_description":"A simple bug report plugin with GUI to manage player reports.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/","name":"Bug Report - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png","datePublished":"2026-06-01T17:13:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bugreport-icon-39bab735146c8f2b1afa504d5a9944fe532a66a9.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bugreport\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Bug Report"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/35468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/35469"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35468"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35468"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35468"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}