ops.json and whitelist.json missing
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.
Environment
Windows 10
Linked Issues
is duplicated by9
Comments10
History32
Added relates to link: MCPE-26842Permissions reset to default when rejoining realmFixed
Added relates to link: BDS-45Everyone's gamemode is reset on server restartCannot Reproduce
Added duplicates link: BDS-69Can't save op settingDuplicate
Added is duplicated by link: BDS-117operator issue on linux bedrock deticated server/missing fileDuplicate
Removed duplicates link: BDS-69Can't save op settingDuplicate
Added is duplicated by link: BDS-69Can't save op settingDuplicate
Removed relates to link: MCPE-26842Permissions reset to default when rejoining realmFixed
Removed relates to link: BDS-45Everyone's gamemode is reset on server restartCannot Reproduce
Removed is duplicated by link: BDS-117operator issue on linux bedrock deticated server/missing fileDuplicate
Removed is duplicated by link: BDS-69Can't save op settingDuplicate
Added duplicates link: BDS-76BDS does not generate a ops.json fileDuplicate
Resolution: Unresolved → Duplicate
Added relates to link: BDS-142BDS does not generate a permission.json fileCannot Reproduce
Added relates to link: MCPE-26842Permissions reset to default when rejoining realmFixed
Added relates to link: BDS-45Everyone's gamemode is reset on server restartCannot Reproduce
Resolution: Duplicate → Unresolved
Removed duplicates link: BDS-76BDS does not generate a ops.json fileDuplicate
Added is duplicated by link: BDS-76BDS does not generate a ops.json fileDuplicate
Added is duplicated by link: BDS-117operator issue on linux bedrock deticated server/missing fileDuplicate
Added is duplicated by link: BDS-69Can't save op settingDuplicate
Added is duplicated by link: BDS-94whitelist.json and op.json not included with download.Duplicate
Added is duplicated by link: BDS-136ops.json does not create itself on server start or when using the command op <playername>Duplicate
Added is duplicated by link: BDS-123OPs file Does Not GenerateDuplicate
Added is duplicated by link: BDS-216no log file - error opening whitelist / ops .jsonDuplicate
Changed description:
Changed summary:
Added is duplicated by link: BDS-73No Log File and Error OpeningDuplicate
Added relates to link: BDS-56"NO LOG FILE!" before every line in consoleIncomplete
Added is duplicated by link: BDS-251Permission aren't saved in ops.json / permissions.jsonDuplicate
Added affects versions: 1.14.21.0
Resolution: Unresolved → Fixed
Added affects versions: 1.14.30
Probably same bug as https://bugs.mojang.com/browse/MCPE-26842
Relates to
BDS-45this 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
I have the ops.json and the permissions.json, both with that same format, but it doesn't seem to affect the player with typical op permissions.
I doubt with "op" you are going to get true op with a world with No Cheats and achievements on. It would be crazy if you could.
Also having this problem with ops not "sticking". Currently have an ops.json which looks like this:
[
{
"uuid": "UUID - got from online based on XBox username",
"name": "username",
"level": 4
}
]
Obviously, that's different from the format above which specifies permissions. So I'm confused as to which format it is - also, is the xuid above the username or the uuid?
Duplicate? Of what?
Earthcomputer uhm, sorry, accidentally forward resolved this. let me fix this real quick
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.