According to the Bedrock edition release notes (https://www.minecraft.net/en-us/article/caves--cliffs-part-i-out-today-bedrock), the /whitelist
command has been renamed to /allowlist
in Bedrock edition. Since the corresponding Java edition command has not yet been renamed, this change introduces a parity issue.
steps to reproduce:
start a server
type
allowlist list
❌ the server responds with something like:
[20:02:31] [Server thread/INFO]: Unknown or incomplete command, see below for error
[20:02:31] [Server thread/INFO]: allowlist list<--[HERE]
type
whitelist list
❌ the server responds with something like:
[20:02:36] [Server thread/INFO]: There are no whitelisted players
even though this command should be removed in favor of allowlist
Attachments
Comments 7
Clones MC-187218. This might not be considered a valid parity issue as discussed in this r/mojira thread.
See the description of MC-187218 for an explanation. Otherwise, let's not discuss the nature of the term here, as this is not a discussion forum.
reported @tryashtar's observation as BDS-14119
Can confirm