The files whitelist.json and ops.json are not included in the download of BDS. Thus, all opped & whitelisted players are no longer remembered by the server as soon as it is restarted.
Linked issues
is duplicated by 7
relates to 2
Comments 24
Relates to BDS-45
this can be temporarily fixed using the syntax:
[
{
"permission": "operator",
"xuid": "xxxxx"
},
{
"permission": "opterator",
"xuid": "xxxxx"
}
]
in a file called ops.json in the same directory as the .exe
but changes made in the console wont update the .json
this can be temporarily fixed using the syntax:
[
{
"permission": "operator",
"xuid": "xxxxx"
},
{
"permission": "opterator",
"xuid": "xxxxx"
}
]
in a file called ops.json in the same directory as the .exe
but changes made in the console wont update the .json
this can be temporarily fixed using the syntax:
[
{
"permission": "operator",
"xuid": "xxxxx"
},
{
"permission": "opterator",
"xuid": "xxxxx"
}
]
in a file called ops.json in the same directory as the .exe
but changes made in the console wont update the .json
Please vote up this issue and follow it at MCPE-26842
Please vote up this issue and follow it at MCPE-26842
I just tested this with the latest BDS release and both ops.json and whitelist.json are included in the download now.
I just tested this with the latest BDS release and both ops.json and whitelist.json are included in the download now.
Probably same bug as https://bugs.mojang.com/browse/MCPE-26842