<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:17:37 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>[MC-8385] CommandBlock Bug</title>
                <link>https://bugs.mojang.com/browse/MC-8385</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;1.You can&apos;t get information about a spezific player with commandBlock.&lt;br/&gt;
For example: &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;/testfor Marcono1234[score_money_min=5]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;wont give a redstone signal output with a comparator.&lt;/p&gt;

&lt;p&gt;2.Comparator now works always like a repeater too&lt;br/&gt;
(look screenshot)&lt;/p&gt;</description>
                <environment>Windows 7,&lt;br/&gt;
Java 7,&lt;br/&gt;
</environment>
        <key id="21306">MC-8385</key>
            <summary>CommandBlock Bug</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="6">Works As Intended</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="marcono1234">Marcono1234</reporter>
                        <labels>
                    </labels>
                <created>Sat, 26 Jan 2013 00:39:10 +0100</created>
                <updated>Fri, 8 Feb 2013 20:26:42 +0100</updated>
                            <resolved>Sat, 26 Jan 2013 03:39:07 +0100</resolved>
                                    <version>Snapshot 13w04a</version>
                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="40326" author="marcono1234" created="Sun, 27 Jan 2013 15:30:09 +0100"  >&lt;p&gt;Yeah ok thx and sorry &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="40324" author="grygrflzr" created="Sun, 27 Jan 2013 15:25:04 +0100"  >&lt;p&gt;This site is for bug reports only. For feature suggestions/changes please use the &lt;a href=&quot;http://www.minecraftforum.net/forum/1-suggestions/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MineCraft Forums: Suggestions&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As a side note, it would not make sense to use your syntax because you would be stuck with 1 variable.&lt;br/&gt;
&lt;tt&gt;score_&lt;/tt&gt; is a &lt;em&gt;required&lt;/em&gt; prefix to make the command block recognize variables, &lt;tt&gt;_min&lt;/tt&gt; is an optional suffix to indicate that this is the minimum value. The value in-between is your variable name.&lt;br/&gt;
Note that&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;/testfor Marcono1234[score_money_min=5]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;would look for the player &lt;em&gt;Marcono1234&lt;/em&gt;, and if the player does not have at least 5 set as his &lt;b&gt;money&lt;/b&gt; score the comparator will stop outputting a signal. If you want to detect the nearest player, use &lt;em&gt;@p&lt;/em&gt; instead of &lt;em&gt;Marcono1234&lt;/em&gt;. It is recommended you set a maximum range for detection using &lt;em&gt;r=&amp;lt;maximum_radius&amp;gt;&lt;/em&gt;, like this:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;/testfor @p[score_money_min=5,r=7]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Which will only return a signal through the comparator if a player is within 7 blocks of the command block with at least 5 money.&lt;/p&gt;</comment>
                            <comment id="40318" author="marcono1234" created="Sun, 27 Jan 2013 15:14:02 +0100"  >&lt;p&gt;Yeah, I now the syntax and the usage, but it would just make sence if it also works like this&lt;/p&gt;

&lt;p&gt;And this commandBlock bug is very crazy, cause it is not every time like this&lt;/p&gt;</comment>
                            <comment id="40160" author="kumasasa" created="Sun, 27 Jan 2013 01:38:15 +0100"  >&lt;p&gt;Please refer to the syntax described at &lt;a href=&quot;http://www.minecraftwiki.net/wiki/Scoreboard&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.minecraftwiki.net/wiki/Scoreboard&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="40157" author="banana478" created="Sun, 27 Jan 2013 01:16:23 +0100"  >&lt;p&gt;Still not correct...&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;/testfor Marcono1234[score_money_min=5]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="40086" author="marcono1234" created="Sat, 26 Jan 2013 19:54:42 +0100"  >&lt;p&gt;Yes I ment &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;/testfor player[score_min=5]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And @Anon Ymus:&lt;br/&gt;
But it is not right, that even if the redstone torch on the front of the comparator is not activatet the comparator works like a repeater, cause than the comparator could not compare COMMANDBLOCK outputs&lt;/p&gt;</comment>
                            <comment id="39925" author="banana478" created="Sat, 26 Jan 2013 03:39:07 +0100"  >&lt;p&gt;If this still occurs with correct notation, please open another issue. Also, it is much easier to keep track of reports when they only have one bug each, so please do so in the future.&lt;/p&gt;</comment>
                            <comment id="39901" author="bljat" created="Sat, 26 Jan 2013 01:31:13 +0100"  >&lt;p&gt;1. Do you mean&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;/testfor player[score_name_min=5]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&quot;source&quot; is an invalid argument.&lt;/p&gt;

&lt;p&gt;2. Yes you can use the comparator as a more expensive version of a repeater with less delay.&lt;/p&gt;</comment>
                            <comment id="39893" author="marcono1234" created="Sat, 26 Jan 2013 00:55:02 +0100"  >&lt;p&gt;thx mod&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="19810" name="2013-01-26_00.38.06.png" size="465692" author="marcono1234" created="Sat, 26 Jan 2013 00:39:10 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></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_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i06rg7:</customfieldvalue>

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