diff --git a/assets/js/index.js b/assets/js/index.js index 183f246..460ff47 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -84,15 +84,30 @@ $("#copybutton").click(function () { const message = dropdownMap.get(id); let messageBody = getStringValue(message.message); + // Replace predefined variables in the message body - for (const variable in variables) { - for (const { project: expected, value } of variables[variable]) { - if (isExpectedProject(expected, project)) { - messageBody = messageBody.replace(new RegExp(`%${variable}%`, 'g'), getStringValue(value)); + function resolveVariables(text, limit) { + var varExpanded = false; + for (var variable in variables) { + if (text.includes(variable)) { + for (const { project: expected, value } of variables[variable]) { + if (isExpectedProject(expected, project)) { + varExpanded = true; + text = text.replace(new RegExp(`%${variable}%`, 'g'), getStringValue(value)); + } + } } } + + if (varExpanded && limit > 0) { + return resolveVariables(text, limit - 1); + } else { + return text; + } } - // TODO: Allow more than one variable + + messageBody = resolveVariables(messageBody, 10); + if (message.fillname.length >= 1) { if (!$("#fill").val()) { wiggle($("#fill")); diff --git a/assets/messages.yml b/assets/messages.yml index 48539eb..3a04273 100644 --- a/assets/messages.yml +++ b/assets/messages.yml @@ -1,69 +1,96 @@ variables: + awaiting_response: + - project: + - bds + - mc + - mcapi + - mcd + - mce + - mcl + - mcpe + - mctest + - realms + - web + value: |- + ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ quick_links: - project: bds value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/BDS/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [BDS Wiki|https://minecraft.gamepedia.com/Bedrock_Dedicated_Server] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360035131651-Dedicated-Servers-for-Minecraft-on-Bedrock-] - - project: mc - value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MC/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] - - project: mcapi + *Quick Links*: + πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/BDS/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [BDS Wiki|https://minecraft.gamepedia.com/Bedrock_Dedicated_Server] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360035131651-Dedicated-Servers-for-Minecraft-on-Bedrock-] + - project: + - mc + - mcapi + - mcl + - mcpe + - mctest + - web value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCAPI/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] + *Quick Links*: + πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/%project_id%/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] - project: mcd value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCD/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360041345271] + *Quick Links*: + πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCD/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360041345271] - project: mce value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCE/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360033744412-Minecraft-Earth-FAQs] - - project: mcl - value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCL/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] - - project: mcpe - value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCPE/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] + *Quick Links*: + πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/MCE/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com/Minecraft_Wiki] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/articles/360033744412-Minecraft-Earth-FAQs] - project: realms value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/REALMS/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/sections/360004954931-Minecraft-Realms] - - project: web - value: |- - *Quick Links*: - πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/WEB/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com] + *Quick Links*: + πŸ““ [Issue Guidelines|https://bugs.mojang.com/projects/REALMS/summary] -- πŸ’¬ [Community Support|https://discord.gg/58Sxm23] -- πŸ“§ [Customer Support|https://help.minecraft.net/hc/en-us/requests/new] -- ✍️ [Feedback and Suggestions|https://feedback.minecraft.net/] -- πŸ“– [Game Wiki|https://minecraft.gamepedia.com] -- πŸ“– [FAQs|https://help.minecraft.net/hc/en-us/sections/360004954931-Minecraft-Realms] project_id: + - project: bds + value: BDS - project: mc value: MC - - project: mcd - value: MCD - - project: mcpe - value: MCPE - - project: mcl - value: MCL - project: mcapi value: MCAPI + - project: mcd + value: MCD - project: mce value: MCE - - project: bds - value: BDS + - project: mcl + value: MCL + - project: mcpe + value: MCPE + - project: mctest + value: MCTEST - project: realms value: REALMS + - project: web + value: WEB + search_for_dupes: + - project: + - bds + - mc + - mcapi + - mcd + - mce + - mcl + - mcpe + - mctest + - realms + - web + value: |- + If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] in the future to see if the issue has already been reported. messages: account-issue: - - project: mc + - project: + - bds + - mc + - mcl + - mcpe + - realms name: Account issue shortcut: acc message: |- *Thank you for your report!* However, this issue is {color:#FF5722}*Invalid*{color}. - This is an account issue. We do not have the tools to help you on this tracker. - Please contact the *[Customer Support|https://help.minecraft.net/hc/en-us/requests/new]*. + This is an account or billing issue. Unfortunately, we do not have the tools to help you on this tracker. + Please contact *[Customer Support|https://help.minecraft.net/hc/en-us/requests/new]*. %quick_links% fillname: [] @@ -79,7 +106,7 @@ messages: Please *attach the crash report* found in {{[minecraft/crash-reports/crash--client.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}} here. If you cannot find a crash report, please attach the *full launcher log* found in {{[minecraft/launcher_log.txt|https://minecrafthopper.net/help/guides/getting-minecraft-logs/]}}. - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] @@ -96,7 +123,7 @@ messages: Then, please *attach the profile results* found in {{[minecraft/debug/profile-results-.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder]}}, as well as the *debug report* found in {{[minecraft/debug/debug-report-.zip|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder]}} here. - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] @@ -117,6 +144,21 @@ messages: *Thank you for your report!* Could you please include information about your server? Without it we may be unable to reproduce the issue. + %quick_links% + fillname: [] + attach-launcher-log: + - project: + - mc + - mcl + name: Attach launcher log + shortcut: llog + message: |- + _We do not have enough information to find the cause of this issue._ + + Please attach the *full launcher log* found in {{[minecraft/launcher_log.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}}. + + %awaiting_response% + %quick_links% fillname: [] attach-video: @@ -165,12 +207,14 @@ messages: Please *attach the affected (zipped) world file*. If the file size is too large, please upload it somewhere else and then link to it here. - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] auth-server-down: - - project: mc + - project: + - mc + - mcl name: Auth server down shortcut: auth message: |- @@ -180,6 +224,24 @@ messages: The authentication services are offline. This will be fixed shortly, please hang tight. Check tweets from [@MojangSupport|https://twitter.com/MojangSupport] for the current status. + %quick_links% + fillname: [] + awaiting-response: + - project: + - bds + - mc + - mcl + - mcd + - mce + - mcpe + - mctest + - realms + - web + name: Awaiting Response + shortcut: ar + message: |- + %awaiting_response% + %quick_links% fillname: [] combat-test: @@ -192,23 +254,9 @@ messages: We're currently not taking bug reports for the Combat Test experiment; it is for testing the combat system only. Please leave any combat-related feedback on the [reddit post|https://www.reddit.com/r/Minecraft/comments/epy4hv/experimental_combat_snapshot_version_5/] or on the [feedback website|https://aka.ms/JavaCombatSnap]. - If you need help or support you might like to follow a link below. - - %quick_links% - fillname: [] - contact-support: - - project: mcpe - name: Contact Support - shortcut: support - message: |- - *Thank you for your report!* - However, this issue is {color:#FF5722}*Invalid*{color}. - - As this is an issue with your account or billing, you will need to contact [Mojang Customer Support|https://help.minecraft.net/hc/en-us/requests/new] directly. - %quick_links% fillname: [] - crash-logges-automatically: + crash-logged-automatically: - project: - bds - mcpe @@ -233,6 +281,17 @@ messages: If you need help or have a suggestion you might like to follow a link below. + %quick_links% + fillname: [] + - project: mcd + name: Crash logged automatically + shortcut: crash + message: |- + *Thank you for your report!* + However, this issue is {color:#FF5722}*Invalid*{color}. + + Crashes like this one will be automatically collected and sent to Mojang if you pressed a "Send" button after the crash occurred. There is no need to additionally report them here. + %quick_links% fillname: [] device-not-supported: @@ -269,21 +328,7 @@ messages: If you would like to add a vote and any extra information to the main ticket it would be appreciated. - If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] to see if the issue has already been mentioned. - - %quick_links% - fillname: - - Enter parent issue ID - - project: bds - name: Duplicate - shortcut: dup - message: |- - *Thank you for your report!* - We're tracking this issue in *%s%*, so this ticket is being resolved and linked as a *duplicate*. - - If you would like to add a vote and any extra information to the main ticket it would be appreciated. - - If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] to see if the issue has already been mentioned. + %search_for_dupes% %quick_links% fillname: @@ -308,53 +353,53 @@ messages: That ticket has already been resolved as Fixed. The fix will arrive in the next version or is already included in the latest development version of the game, you can check the Fix Version/s field in that ticket to learn more. - If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] to see if the issue has already been mentioned. + %search_for_dupes% %quick_links% fillname: - Enter parent issue ID - duplicate-of-mc-128302: - - project: - - mc - - mcl - name: Duplicate of MC-128302 - shortcut: ogl + duplicate-of-mc-297: + - project: mc + name: MC-297 / Pixel format not accelerated + shortcut: '297' message: |- *Thank you for your report!* - We're actually already tracking this issue in *MC-128302*, so I've resolved and linked this ticket as a duplicate. + We're actually already tracking this issue in *MC-297*, so this ticket is being resolved and linked as a *duplicate*. This is known to be a problem with your computer. -- Update your [graphics card drivers|https://help.minecraft.net/hc/en-us/articles/360029643912--Updating-video-card-drivers]. (Do not rely on automatic updates) -- If you are using Java arguments to increase the amount of memory, please reduce it to the default 512MB. - -- If that did not help, please contact the *[Community Support|https://discord.gg/58Sxm23]*. + -- If that did not help, please contact *[Community Support|https://discord.gg/58Sxm23]*. %quick_links% fillname: [] - duplicate-of-mc-297: - - project: mc - name: Duplicate of MC-297 - shortcut: '297' + duplicate-of-mc-128302: + - project: + - mc + - mcl + name: MC-128302 / OpenGL not supported + shortcut: ogl message: |- *Thank you for your report!* - We're actually already tracking this issue in *MC-297*, so I've resolved and linked this ticket as a duplicate. + We're actually already tracking this issue in *MC-128302*, so this ticket is being resolved and linked as a *duplicate*. This is known to be a problem with your computer. -- Update your [graphics card drivers|https://help.minecraft.net/hc/en-us/articles/360029643912--Updating-video-card-drivers]. (Do not rely on automatic updates) -- If you are using Java arguments to increase the amount of memory, please reduce it to the default 512MB. - -- If that did not help, please contact the *[Community Support|https://discord.gg/58Sxm23]*. + -- If that did not help, please contact *[Community Support|https://discord.gg/58Sxm23]*. %quick_links% fillname: [] duplicate-of-mcl-5638: - project: mcl - name: Duplicate of MCL-5638 - shortcut: jre + name: MCL-5638 / Unable to locate Java runtime + shortcut: runtime message: |- *Thank you for your report!* - We're actually already tracking this issue in *MCL-5638*, so I've resolved and linked this ticket as a duplicate. + We're actually already tracking this issue in *MCL-5638*, so this ticket is being resolved and linked as a *duplicate*. This is known to be an issue involving detection of the Java runtime. - Please take a look at the Moderator’s Note on that ticket to see solutions to your issue. + Please take a look at the Moderator Note on that ticket to see solutions to your issue. %quick_links% fillname: [] @@ -376,6 +421,31 @@ messages: *Thank you for your report!* We're actually already tracking this issue as *%s%* (private), so this ticket is being resolved and linked as a *duplicate*. + %quick_links% + fillname: + - Enter parent issue ID + duplicate-resolved: + - project: + - bds + - mc + - mcapi + - mcd + - mce + - mcl + - mcpe + - mctest + - realms + - web + name: Duplicate (resolved) + shortcut: rdup + message: |- + *Thank you for your report!* + We're tracking this issue as *%s%*, so this ticket is being resolved and linked as a *duplicate*. + + That ticket has already been resolved. Please take a look at it to learn more. + + %search_for_dupes% + %quick_links% fillname: - Enter parent issue ID @@ -398,9 +468,9 @@ messages: We're tracking this issue in *%s%*, so this ticket is being resolved and linked as a *duplicate*. That ticket has already been resolved as invalid, which means this is a technical support issue. Please take a look at the parent ticket (%s%) and see if a solution is provided there. - If you need additional help to fix this problem, please contact the *[Community Support|https://discord.gg/58Sxm23]* + If you need additional help to fix this problem, please contact *[Community Support|https://discord.gg/58Sxm23]* - If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] to see if the issue has already been mentioned. + %search_for_dupes% %quick_links% fillname: @@ -417,7 +487,7 @@ messages: - mctest - realms - web - name: Duplicate (wai) + name: Duplicate (WAI) shortcut: wdup message: |- *Thank you for your report!* @@ -425,11 +495,25 @@ messages: That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket. - If you haven't already, you might like to make use of the [*+search feature+*|https://bugs.mojang.com/issues/?jql=project=%project_id%] to see if the issue has already been mentioned. + %search_for_dupes% %quick_links% fillname: - Enter parent issue ID + edition: + - project: + - mc + - mcl + - mcpe + name: Unknown Edition + shortcut: edition + message: |- + Are you playing on Bedrock Edition (title screen just says "Minecraft") or on Java Edition (title screen says "Minecraft: Java Edition")? + + %awaiting_response% + + %quick_links% + fillname: [] external-server-issue: - project: - bds @@ -462,7 +546,7 @@ messages: However, this issue is {color:#FF5722}*Invalid*{color}. You have posted a feature request or a suggestion. This site is for *bug reports* only. - For suggestions, please visit [Minecraft Suggestions on Reddit|http://www.reddit.com/r/minecraftsuggestions] or visit the [Feedback website|https://feedback.minecraft.net/hc/en-us]. + For suggestions, please visit the [Minecraft feedback website|https://feedback.minecraft.net/hc/en-us] or [Minecraft Suggestions on Reddit|https://www.reddit.com/r/minecraftsuggestions]. %quick_links% fillname: [] @@ -477,7 +561,7 @@ messages: Please force a crash by pressing *F3 + C* for *10 seconds* while in-game and attach the crash report ({{[minecraft/crash-reports/crash--client.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}}) here. - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] @@ -489,23 +573,27 @@ messages: For any new or ongoing hashtag issues, please create a new ticket for any gamertags still affected and use the label {{[chat-filter|https://bugs.mojang.com/issues/?jql=labels+%3D+chat-filter]}}. fillname: [] - i-am-a-bot: + hserr: - project: - - bds - mc - - mcapi - - mcd - - mce - mcl - - mcpe + name: Attach hserr_pid file + shortcut: hserr + message: |- + Is there a file with a name starting with {{hs_err_pid}} in your {{[https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/|.minecraft]}} folder? If so, please attach it here. + + %awaiting_response% + + %quick_links% + fillname: [] + i-am-a-bot: + - project: - mctest - - realms - - web name: I am a Bot shortcut: bot message: "~{color:#888}-- I am a bot. This action was performed automagically! - Please report any issues in [Discord|https://discordapp.com/invite/rpCyfKV] + Please report any issues on [Discord|https://discordapp.com/invite/rpCyfKV] or [Reddit|https://www.reddit.com/r/Mojira/]{color}~" fillname: [] incomplete: @@ -522,7 +610,11 @@ messages: Your report does not contain enough information. As such, we're unable to understand or reproduce the problem. Please review the guidelines linked below before making further reports. - In case of a game crash, be sure to attach the crashlog from {{[minecraft/crash-reports/crash--client.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}}. + You can also check out [this video guide|https://youtu.be/YmMjqGPmgsA] by [~silentwisperer] about how to create good bug reports. + + In case of a game crash, be sure to attach the crash report found at {{[minecraft/crash-reports/crash--client.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}}. + + %search_for_dupes% %quick_links% fillname: [] @@ -550,14 +642,14 @@ messages: - project: - mc - mcl - name: MCL-6550 tech support issue + name: MCL-6550 / not responding shortcut: resp message: |- *Thank you for your report!* However, this issue is {color:#FF5722}*Invalid*{color}. This is a technical support issue; this site is for bug reports only. We do not have the resources to provide you with technical support. - Please check *MCL-6550* for help with your issue. If you still need assistance after that, please contact the *[Community Support|https://discord.gg/58Sxm23]*. + Please check *MCL-6550* for help with your issue. If you still need assistance after that, please contact *[Community Support|https://discord.gg/58Sxm23]*. %quick_links% fillname: [] @@ -573,6 +665,18 @@ messages: Your computer does not meet the [minimum system requirements|https://help.minecraft.net/hc/en-us/articles/360035131371-Minecraft-Java-Edition-system-requirements-] to run Minecraft. + %quick_links% + fillname: [] + - project: + - mcd + name: Minimum requirements not met + shortcut: min + message: |- + *Thank you for your report!* + However, this issue is {color:red}*Invalid*{color}. + + Your computer does not meet the [minimum system requirements|https://help.minecraft.net/hc/en-us/articles/360038937032-Dungeons-Minimum-Specifications-for-Gameplay] needed to run Minecraft Dungeons. + %quick_links% fillname: [] modified-game: @@ -643,6 +747,22 @@ messages: Please put only one bug report in each ticket. It is very difficult to keep track of bugs when they are not in their own tickets, and it is easier for you to make multiple tickets than for the mods to separate them. + %search_for_dupes% + + %quick_links% + fillname: [] + non-api-feature-request: + - project: + - mcapi + name: Non-API feature request + shortcut: api + message: |- + *Thank you for your report!* + However, this issue is {color:#FF5722}*Invalid*{color}. + + You have posted a gameplay feature request or a suggestion. This project is for *API feature requests only*. + For gameplay suggestions, please visit the [Minecraft feedback site|https://feedback.minecraft.net/] or [Minecraft Suggestions on Reddit|https://www.reddit.com/r/minecraftsuggestions]. + %quick_links% fillname: [] not-available-countries: @@ -688,7 +808,9 @@ messages: Your Minecraft version is *outdated*. We currently take issues for version *%s%* and the *latest snapshot*. Please update to the latest version as it includes the newest fixes. If you still have this problem after updating, then please create a new issue. - In case of a game crash, please also attach the [crashlog|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]. + In case of a game crash, please also attach the crash report found at {{[minecraft/crash-reports/crash--client.txt|https://minecrafthopper.net/help/guides/finding-minecraft-data-folder/]}}. + + %search_for_dupes% %quick_links% fillname: @@ -707,9 +829,10 @@ messages: - web name: Panel - Environment Desc. shortcut: env - message: - "{panel:borderColor=orange}(!) The environment is supposed to only contain - PC details.{panel}" + message: |- + {panel:borderColor=orange} + (!) The environment is supposed to only contain PC details. + {panel} fillname: [] panel-future-version: - project: @@ -718,10 +841,11 @@ messages: - mcl - mcpe name: Panel - Future Version - shortcut: fut-old - message: - "{panel:borderColor=orange}(!) Please do not mark _Unreleased Versions_ - as affected. You don't have access to them yet.{panel}" + shortcut: fut-panel + message: |- + {panel:borderColor=orange} + (!) Please do not mark _Unreleased Versions_ as affected. You don't have access to them yet. + {panel} fillname: [] panel-mojang-priority: - project: @@ -737,9 +861,10 @@ messages: - web name: Panel - Mojang Priority shortcut: prio - message: - '{panel:borderColor=orange}(!) Don''t try to change "Mojang Priority". - It may only be changed by the developers. Consider this a warning.{panel}' + message: |- + {panel:borderColor=orange} + (!) Don't try to change "Mojang Priority". It may only be changed by the developers. Consider this a warning. + {panel} fillname: [] panel-note: - project: @@ -775,10 +900,10 @@ messages: - web name: Panel - Private issue shortcut: priv - message: - "{panel:borderColor=orange}(!) Please do not mark issues as _private_, - unless your bug report is an exploit or contains information about your username - or server.{panel}" + message: |- + {panel:borderColor=orange} + (!) Please do not mark issues as _private_, unless your bug report is an exploit or contains information about your username or server. + {panel} fillname: [] panel-unmark-private-issue: - project: @@ -794,9 +919,10 @@ messages: - web name: Panel - Unmark private issue shortcut: unpriv - message: - "{panel:borderColor=orange}(!) Please do not unmark issues from _private_ - after a moderator had set it that way{panel}" + message: |- + {panel:borderColor=orange} + (!) Please do not unmark issues from _private_ after a moderator had set it that way. + {panel} fillname: [] panel-workaround: - project: @@ -826,8 +952,23 @@ messages: name: Parity issue shortcut: parity message: |- - Minecraft has several different editions, and some features vary from edition to edition. Often this happens when one edition evolves faster than another, and tweaks or balances are made that don't propagate immediately to other editions. - Parity issues are not tracked on the bug tracker but should instead be reported on the [Feedback website|https://feedback.minecraft.net/hc/en-us/community/topics/360001191251-Parity]. + *Thank you for your report!* + However, this issue is {color:#FF5722}*Invalid*{color}. + + You have posted a parity issue. Minecraft has several different editions, and some features vary from edition to edition. + This is especially the case with features that were added a long time ago, because one edition evolved faster than another, and tweaks or balances were made that did not propagate immediately to other editions. + These differences between the different versions of the game are called "Parity issues". + + We only accept bug reports about a parity issue if it fulfills the following criteria: + * The feature affected by the parity issue is present in both Bedrock Edition and Java Edition in the latest release or development version + * The feature behaves differently in one edition than in the other + * The parity issue was introduced in Buzzy Bees (Bedrock Edition 1.14 / Java Edition 1.15) or later and was not present before + + All other parity issues are not tracked on the bug tracker but should instead be reported on the [Feedback website|https://feedback.minecraft.net/hc/en-us/community/topics/360001191251-Parity]. + + For more information about this, please take a look at [this post|https://www.reddit.com/r/Mojira/comments/g9rjfh/from_now_on_well_accept_bug_reports_about_certain/] on our subreddit. + + %quick_links% fillname: [] pirated-minecraft: - project: @@ -857,17 +998,19 @@ messages: name: Provide affected versions shortcut: fut message: |- - {panel:borderColor=orange}(!) Please do not mark _Unreleased Versions_ as affected. You don't have access to them yet.{panel} + {panel:borderColor=orange} + (!) Please do not mark _Unreleased Versions_ as affected. You don't have access to them yet. + {panel} - _We have removed it and added the latest released version_ + _We have removed the unreleased version and added the latest released version._ - Please edit the *Affects Version/s* field and select the specific *Released Version* you were using when you encountered the reported issue. + Please edit the *Affects Version/s* field and select the correct *Released Version* you were using when you encountered the reported issue. If you can't find it in the list, please make sure that: - You are in the *correct project* on the bug tracker. - You were playing the *latest release version* or the *latest development version* of the game. - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] @@ -884,11 +1027,12 @@ messages: -- "Default" if you have not chosen one when creating the world. -- For "Superflat": Additionally provide the generation preset. -- For "Buffet": Additionally provide the generator type and biome you have selected. + -- For "Customized": Additionally provide the world generator settings file. - Additional generation settings (in case you changed them): E.g. "Generate Structures", "Bonus Chest", ... - Seed: Can be obtained by using the {{/seed}} command and clicking on the message in chat - Coordinates: Can be copied to clipboard by pressing {{F3}} + {{C}} - ~This issue has been temporarily closed as {color:#d04437}*Awaiting Response*{color}. Once the requested information has been delivered, the report will be reopened automatically.~ + %awaiting_response% %quick_links% fillname: [] @@ -901,7 +1045,9 @@ messages: - mce - mcl - mcpe + - mctest - realms + - web name: Quick links shortcut: qul message: "%quick_links%" @@ -916,6 +1062,7 @@ messages: - mcl - mcpe - realms + - web name: Report not in English shortcut: lang message: |- @@ -926,7 +1073,7 @@ messages: However, please [*+search+*|https://bugs.mojang.com/issues/] before writing a new bug report, as it's very likely that someone else already reported your issue before. If you find an existing ticket about your issue, you can add a vote and any new information to it instead of reporting it yourself. - Please note that this bug tracker is not for support or technical issues. If you have a payment issue or an issue with your account, please contact *[Mojang Customer Support|https://help.minecraft.net/hc/en-us/requests/new]*. If you need help with a technical issue (i.e. Minecraft doesn't start at all), please use the *[Community Support Discord server|https://discord.gg/58Sxm23]*. + Please note that this bug tracker is not for support or technical issues. If you have a payment issue or an issue with your account, please contact *[Mojang Customer Support|https://help.minecraft.net/hc/en-us/requests/new]*. If you need help with a technical issue (i.e. Minecraft doesn't start at all), please contact *[Community Support|https://discord.gg/58Sxm23]*. %quick_links% fillname: [] @@ -934,7 +1081,12 @@ messages: - project: - bds - mc + - mcd + - mce - mcl + - mcpe + - realms + - web name: Technical support issue shortcut: tech message: |- @@ -942,7 +1094,7 @@ messages: However, this issue is {color:#FF5722}*Invalid*{color}. This is a technical support issue; this site is for bug reports only. We do not have the resources to provide you with technical support. - Please contact the *[Community Support|https://discord.gg/58Sxm23]*. + Please contact *[Community Support|https://discord.gg/58Sxm23]* to get help with your issue. %quick_links% fillname: [] @@ -981,7 +1133,7 @@ messages: The report you have submitted is working as intended: %s%. - Please note, that mechanics of the game may change between updates. + Please note that mechanics of the game may change between updates. Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions. [Full Version History|https://minecraft.gamepedia.com/Java_Edition_version_history] -- [Snapshot Version History|https://minecraft.gamepedia.com/Java_Edition_version_history/Development_versions] -- [Feature Requests and Suggestions|https://www.reddit.com/r/minecraftsuggestions] @@ -998,7 +1150,7 @@ messages: The report you have submitted is working as intended: %s%. - Please note, that mechanics of the game may change between updates. + Please note that mechanics of the game may change between updates. Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions. [Full Version History|https://minecraft.gamepedia.com/Bedrock_Edition_version_history] -- [Snapshot Version History|https://minecraft.gamepedia.com/Bedrock_Edition_version_history/Development_versions] -- [Feature Requests and Suggestions|https://www.reddit.com/r/minecraftsuggestions] @@ -1041,10 +1193,10 @@ messages: This is related to a different project. Use one of the links below to go to the correct project. -- [Minecraft: Java Edition|https://bugs.mojang.com/browse/MC] --- Windows, Mac, and Linux - -- [Minecraft Launcher|https://bugs.mojang.com/browse/MCL] --- Bugs about the Minecraft Launcher specifically -- [Minecraft: Bedrock Edition|https://bugs.mojang.com/browse/MCPE] --- Gear VR, iOS, Android, Windows 10 (from the Windows store), Xbox One, Windows 10 Mobile, Fire TV, Nintendo Switch, and PS4 - -- [Minecraft Earth|https://bugs.mojang.com/browse/MCE] --- AR Compatible Devices -- [Minecraft Dungeons|https://bugs.mojang.com/browse/MCD] --- Action-adventure title set in the Minecraft universe + -- [Minecraft Earth|https://bugs.mojang.com/browse/MCE] --- AR Compatible Devices + -- [Minecraft Launcher|https://bugs.mojang.com/browse/MCL] --- Bugs about the Minecraft Launcher specifically Please don't forget to search for an existing issue matching yours in the appropriate project before raising a new one.