<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:18:43 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>[BDS-17611] typing in BDS console :tp &lt;PlayerName&gt; ~ ~ ~ send the player to 0 0 0</title>
                <link>https://bugs.mojang.com/browse/BDS-17611</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;br/&gt;
1. start BDS server&lt;br/&gt;
2. join the server&lt;br/&gt;
3. in BDS console :/tp &amp;lt;PlayerName&amp;gt; ~ ~ ~&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Observed Results:&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;The player teleport to 0 0 0&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;The player should teleport to his own location.&lt;/em&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="515389">BDS-17611</key>
            <summary>typing in BDS console :tp &lt;PlayerName&gt; ~ ~ ~ send the player to 0 0 0</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="limlom1">limlom1</reporter>
                        <labels>
                    </labels>
                <created>Sat, 3 Sep 2022 17:22:50 +0200</created>
                <updated>Thu, 4 Jan 2024 18:37:15 +0100</updated>
                            <resolved>Thu, 4 Jan 2024 18:37:15 +0100</resolved>
                                    <version>1.19.21 Hotfix</version>
                    <version>1.19.22 Hotfix</version>
                                                            <votes>1</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="1200663" author="skreepit" created="Mon, 19 Sep 2022 13:22:16 +0200"  >&lt;p&gt;Console Command Origin still is Actor that has position on 0, 0, 0&lt;/p&gt;

&lt;p&gt;For example Block Command Origin has &quot;pos&quot; on block position where command was executed. This works as expected.&lt;/p&gt;</comment>
                            <comment id="1198624" author="handlbar.rick@comcast.net" created="Wed, 7 Sep 2022 18:05:18 +0200"  >&lt;p&gt;DAMcraft was correct and this works as expected. ~ ~ ~ doesn&apos;t return the coordinates of whatever player you name, it returns the coordinates of the actor executing the command. The /tp @s ~ ~ ~ only works because the actor is the same person as the &amp;lt;victim&amp;gt; @s, and the command output in chat shows the destination they were teleported to, which is the same position they&apos;re at. It&apos;s just a tricky way to find out where you are.&lt;/p&gt;

&lt;p&gt;The /execute command lets you specify the actor for the command that follows it. That&apos;s what it&apos;s for, in fact. So you can use /execute &amp;lt;PlayerName&amp;gt; ~ ~ ~ tp  ~ ~ ~  to find out where the player is, if that&apos;s what you wanted to do.&lt;/p&gt;</comment>
                            <comment id="1198134" author="JIRAUSER732959" created="Mon, 5 Sep 2022 17:37:18 +0200"  >&lt;p&gt;@Maciej Piornik&lt;/p&gt;

&lt;p&gt;This bug only occurs on Bedrock dedicated servers&lt;br/&gt;
Because you need to put the command on the BDS console, and local worlds/Realms do not have a console.&lt;/p&gt;</comment>
                            <comment id="1198029" author="JIRAUSER648376" created="Mon, 5 Sep 2022 11:17:39 +0200"  >&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Does this issue occur only on bedrock dedicated server or it can be reproduced on local worlds/Realms?&lt;/p&gt;

&lt;p&gt;This ticket will automatically reopen when you reply. &lt;/p&gt;</comment>
                            <comment id="1197817" author="JIRAUSER732959" created="Sun, 4 Sep 2022 11:08:01 +0200"  >&lt;p&gt;@DAMcraft I know, but in Bedrock Edition, players use /tp @s to know their location.&lt;/p&gt;

&lt;p&gt;So typing that in the console must return the player&apos;s location to me (server owner).&lt;/p&gt;</comment>
                            <comment id="1197813" author="JIRAUSER552856" created="Sun, 4 Sep 2022 10:46:13 +0200"  >&lt;p&gt;Looks like you are in the console. ~ is always relative to the player executing the command, in this case the console, which apparently is 0|0|0. Try /execute Bsayss ~~~ (your command)&lt;/p&gt;

&lt;p&gt;example:&#160;&lt;/p&gt;

&lt;p&gt;/execute Bsayss ~~~ tp @s ~ ~10 ~&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;will teleport the player 10 blocks up&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;hope this helps&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="507138" name="mstsc_07F0oZ3rCd.png" size="1536" author="limlom1" created="Sat, 3 Sep 2022 17:16:12 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>888717</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_12700" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Description</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>[Briefly describe the bug here]&lt;br/&gt;
&lt;br/&gt;
*Steps to Reproduce:*&lt;br/&gt;
# [Step 1]&lt;br/&gt;
# [Step 2]&lt;br/&gt;
# [Step 3]&lt;br/&gt;
&lt;br/&gt;
*Observed Results:*&lt;br/&gt;
[Describe what happens]&lt;br/&gt;
&lt;br/&gt;
*Expected Results:*&lt;br/&gt;
[Describe what should happen]&lt;br/&gt;
&lt;br/&gt;
*Screenshots/Videos attached:* [please attach an image or short video]&lt;br/&gt;
&lt;br/&gt;
*Notes:*</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_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i2acfz:</customfieldvalue>

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