<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:33:11 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MCPE-21990] Various Commands are Missing Their Descriptions</title>
                <link>https://bugs.mojang.com/browse/MCPE-21990</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;&lt;sup&gt;Update by &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Mega_Spud&quot; class=&quot;user-hover&quot; rel=&quot;Mega_Spud&quot;&gt;Mega_Spud&lt;/a&gt;:&lt;/sup&gt;&lt;br/&gt;
&lt;b&gt;Verification builds:&lt;/b&gt;&lt;br/&gt;
1.1.0.9 Retail&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Summary:&lt;/b&gt;&lt;br/&gt;
Various commands are missing their description in the Help section, because the description is missing from the .lang game file.  These include:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;clear&lt;/li&gt;
	&lt;li&gt;effect&lt;/li&gt;
	&lt;li&gt;me&lt;/li&gt;
	&lt;li&gt;playsound&lt;/li&gt;
	&lt;li&gt;replaceitem&lt;/li&gt;
	&lt;li&gt;setmaxplayers&lt;/li&gt;
	&lt;li&gt;spreadplayers&lt;/li&gt;
	&lt;li&gt;stopsound&lt;/li&gt;
	&lt;li&gt;testfor&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Steps to Reproduce (example):&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Type &apos;/help me&apos; in chat (or use any from the list above)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Observed Results:&lt;/b&gt;&lt;br/&gt;
A generic reference to where the description should be is shown on screen.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;&lt;br/&gt;
I expected to see the description printed on screen.&lt;br/&gt;
(For a working example, use &apos;/help kill&apos;)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Screenshots/Videos attached:&lt;/b&gt; Yes&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Notes:&lt;/b&gt;&lt;br/&gt;
See &lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-21990?focusedCommentId=387886&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-387886&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt; for the missing sections of the .lang file that can be added.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;em&gt;Original Description:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When typing &apos;/help effect&apos;  or &apos;/help me&apos; there&apos;s no description for the command.&lt;/p&gt;</description>
            <key id="171210">MCPE-21990</key>
            <summary>Various Commands are Missing Their Descriptions</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                            <reporter username="Kripth">Mark White</reporter>
                        <labels>
                            <label>command</label>
                            <label>description</label>
                    </labels>
                <created>Fri, 19 May 2017 15:47:34 +0200</created>
                <updated>Sat, 8 Aug 2020 00:28:53 +0200</updated>
                            <resolved>Mon, 31 Jul 2017 20:54:45 +0200</resolved>
                                    <version>1.1.0.9</version>
                    <version>1.1.0.55</version>
                    <version>1.1.2.50</version>
                    <version>1.1.3.1</version>
                    <version>1.1.4.51</version>
                                    <fixVersion>1.2.0.2</fixVersion>
                                                        <votes>1</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="396422" author="mega_spud" created="Mon, 31 Jul 2017 20:55:00 +0200"  >&lt;p&gt;Fixed in 1.2.0.2&lt;/p&gt;</comment>
                            <comment id="387886" author="mega_spud" created="Fri, 9 Jun 2017 08:48:32 +0200"  >&lt;p&gt;I&apos;ve written the missing sections from the .lang file, that can be added to resolve this issue:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;commands.clear.description=Clears items from player inventory.  #
commands.effect.description=Add or remove status effects.   #
commands.me.description=Displays a message about yourself.  #
commands.playsound.description=Plays a sound.   #
commands.replaceitem.description=Replaces items in inventories. #
commands.setmaxplayers.description=Sets the maximum amount of players that can join the world.  #
commands.spreadplayers.description=Teleports entities to random locations.  #
commands.stopsound.description=Stops a sound.   #
commands.testfor.description=Counts entities matching specified conditions. #
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="383977" author="luisrobles" created="Fri, 19 May 2017 18:11:39 +0200"  >&lt;p&gt;Confirmed. Added a screenshot for &quot;/help me&quot; also updated description&lt;/p&gt;</comment>
                            <comment id="383950" author="kripth" created="Fri, 19 May 2017 16:29:40 +0200"  >&lt;p&gt;Also affects /help me&lt;/p&gt;</comment>
                            <comment id="383945" author="mega_spud" created="Fri, 19 May 2017 16:06:58 +0200"  >&lt;p&gt;Confirmed.  Also affects /help testfor.  Added screenshots.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="170682">MCPE-21908</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="139804" name="Screenshot_2017-05-19-11-09-54.png" size="558320" author="luisrobles" created="Fri, 19 May 2017 18:11:21 +0200"/>
                            <attachment id="139801" name="help1.jpg" size="341148" author="Mega_Spud" created="Fri, 19 May 2017 16:04:57 +0200"/>
                            <attachment id="139800" name="help2.jpg" size="620738" author="Mega_Spud" created="Fri, 19 May 2017 16:04:52 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>70545</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 24 Jul 2017 12:03:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11204"><![CDATA[Phone - Android - Oneplus (Specify in description)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0rx0f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>