<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 07:12:39 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-43] ops.json and whitelist.json missing</title>
                <link>https://bugs.mojang.com/browse/BDS-43</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;The files whitelist.json and ops.json are not included in the download of BDS. Thus, all opped &amp;amp; whitelisted players are no longer remembered by the server as soon as it is restarted.&lt;/p&gt;</description>
                <environment>Windows 10</environment>
        <key id="213857">BDS-43</key>
            <summary>ops.json and whitelist.json missing</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>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="Earthcomputer">Earthcomputer</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Sep 2018 14:35:31 +0200</created>
                <updated>Sat, 22 Feb 2020 00:58:29 +0100</updated>
                            <resolved>Sat, 22 Feb 2020 00:58:29 +0100</resolved>
                                    <version>1.6.1.0</version>
                    <version>1.14.21.0</version>
                                    <fixVersion>1.14.30</fixVersion>
                                            <votes>20</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="637503" author="ionicecko" created="Sat, 22 Feb 2020 00:37:40 +0100"  >&lt;p&gt;I just tested this with the latest BDS release and both ops.json and whitelist.json are included in the download now.&lt;/p&gt;</comment>
                            <comment id="501095" author="mcvnick" created="Thu, 15 Nov 2018 18:11:38 +0100"  >&lt;p&gt;Please vote up this issue and follow it at&#160;&lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-26842&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;MCPE-26842&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="493856" author="bemoty" created="Sun, 14 Oct 2018 13:03:09 +0200"  >&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Earthcomputer&quot; class=&quot;user-hover&quot; rel=&quot;Earthcomputer&quot;&gt;Earthcomputer&lt;/a&gt; uhm, sorry, accidentally forward resolved this. let me fix this real quick&lt;/p&gt;</comment>
                            <comment id="493855" author="earthcomputer" created="Sun, 14 Oct 2018 13:01:20 +0200"  >&lt;p&gt;Duplicate? Of what?&lt;/p&gt;</comment>
                            <comment id="490291" author="phunni" created="Sat, 22 Sep 2018 17:55:32 +0200"  >&lt;p&gt;Also having this problem with ops not &quot;sticking&quot;. Currently have an ops.json which looks like this:&lt;/p&gt;

&lt;p&gt;[&lt;br/&gt;
{&lt;br/&gt;
&quot;uuid&quot;: &quot;UUID - got from online based on XBox username&quot;,&lt;br/&gt;
&quot;name&quot;: &quot;username&quot;,&lt;br/&gt;
&quot;level&quot;: 4&lt;br/&gt;
}&lt;br/&gt;
]&lt;/p&gt;

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

&lt;p&gt;Obviously, that&apos;s different from the format above which specifies permissions.&#160; So I&apos;m confused as to which format it is - also, is the xuid above the username or the uuid?&lt;/p&gt;</comment>
                            <comment id="489498" author="jackiedeanwestjr" created="Tue, 18 Sep 2018 02:04:53 +0200"  >&lt;p&gt;I doubt with &quot;op&quot; you are going to get true &lt;b&gt;op&lt;/b&gt; with a world with &lt;b&gt;No Cheats&lt;/b&gt; and &lt;b&gt;achievements on&lt;/b&gt;.&#160; &#160;It would be &lt;ins&gt;crazy&lt;/ins&gt; if you could.&lt;/p&gt;</comment>
                            <comment id="488775" author="magefulrage" created="Thu, 13 Sep 2018 16:34:58 +0200"  >&lt;p&gt;I have the ops.json and the permissions.json, both with that same format, but it doesn&apos;t seem to affect the player with typical op permissions.&lt;/p&gt;</comment>
                            <comment id="488488" author="azteched" created="Tue, 11 Sep 2018 23:53:01 +0200"  >&lt;p&gt;this can be temporarily fixed using the syntax:&#160;&lt;/p&gt;

&lt;p&gt;[&lt;br/&gt;
 &lt;/p&gt;
{
 &quot;permission&quot;: &quot;operator&quot;,
 &quot;xuid&quot;: &quot;xxxxx&quot;
 }
&lt;p&gt;,&lt;/p&gt;
 {
 &quot;permission&quot;: &quot;opterator&quot;,
 &quot;xuid&quot;: &quot;xxxxx&quot;
 }
&lt;p&gt;]&lt;/p&gt;

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

&lt;p&gt;in a file called ops.json in the same directory as the .exe&lt;/p&gt;

&lt;p&gt;but changes made in the console wont update the .json&lt;/p&gt;</comment>
                            <comment id="488406" author="earthcomputer" created="Tue, 11 Sep 2018 15:24:09 +0200"  >&lt;p&gt;Relates to &lt;a href=&quot;https://bugs.mojang.com/browse/BDS-45&quot; title=&quot;Everyone&amp;#39;s gamemode is reset on server restart&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-45&quot;&gt;&lt;del&gt;BDS-45&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="488395" author="earthcomputer" created="Tue, 11 Sep 2018 14:46:27 +0200"  >&lt;p&gt;Probably same bug as&#160;&lt;a href=&quot;https://bugs.mojang.com/browse/MCPE-26842&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://bugs.mojang.com/browse/MCPE-26842&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="214121">BDS-69</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="214197">BDS-73</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="214234">BDS-76</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="214405">BDS-94</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="214736">BDS-117</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="214836">BDS-123</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="215055">BDS-136</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="217609">BDS-216</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="219249">BDS-251</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="213860">BDS-45</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="215194">BDS-142</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="181911">MCPE-26842</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="213939">BDS-56</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                    <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|i0uz5z:</customfieldvalue>

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