Operators cannot use /allowlist
command in-game, despite correct permissions.
Affected Version:
BDS 1.21.73.01 (and possibly earlier versions).
Symptoms:
Error Message:
"Incorrect permission level for command: allowlist"
Expected Behavior: Operators should be able to use
/allowlist add <player>
in-game.Actual Behavior:
Command fails in-game even when
permissions.json
andop
status are correct.Works only in server console (
allowlist add <player>
).
Steps to Reproduce:
Set a player as operator via
permissions.json
or/op
in console.Restart the server.
Try running
/allowlist add <player>
in-game β fails.Same command works in server console.
Evidence:
permissions.json
correctly configured:
[ { "permission": "operator", "xuid": "2533274816955478" } ]
allowlist.json
valid:[{"name": "Brudehien"}]
Console confirms operator status:
permission list ###* {"command":"permissions","result":[{"permission":"operator","xuid":"2533274816955478"}]}
Root Cause:
Bedrock bug where in-game permission checks fail silently for
/allowlist
, even when the operator is properly assigned.Console bypasses this issue, confirming itβs not a file/permissions problem.
Workarounds:
Use server console for allowlist management:
allowlist add <player>
Edit
allowlist.json
manually (requires server restart).
Request to Mojang:
Fix in-game permission validation for
/allowlist
.Acknowledge bug in release notes if resolved.
Additional Notes:
No mods/plugins (vanilla server).
Reinstalling server files did not resolve the issue.
Thank you for your report!
We're tracking this issue in https://report.bugs.mojang.com/servicedesk/customer/portal/2/BDS-19001 , so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as invalid. Please take a look at the parent ticket (BDS-19001) and see if an explanation is provided there in the description of the ticket or in the comments for why this issue is invalid.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
π Bug Tracker Guidelines -- π¬ Community Support -- π§ Mojang Support (Technical Issues) -- π§ Microsoft Support (Account Issues) -- π Project Summary -- βοΈ Feedback and Suggestions -- π Game Wiki