Command /whitelist has not actually been changed to /allowlist
According to the release notes for 1.17 (https://www.minecraft.net/en-us/article/caves---cliffs--part-i-out-today-bedrock), the command /whitelist has been renamed to /allowlist. However, if you actually start a dedicated server, you will see that /whitelist still works and /allowlist is not recognized as a valid command.
steps to reproduce:
- start a server
- type allowlist list
the server responds with something like
Unknown command: allowlist. Please check that the command exists and that you have permission to use it.
- type whitelist list
the server responds with something like
###* {"command":"whitelist","result":[]}
*###
even though this command should be removed in favor of allowlist
Environment
Arch Linux, kernel version 5.15.7
Comments1
History14
Added affects versions: 1.17.10
Added affects versions: 1.17.11 Hotfix
Confirmation Status: Unconfirmed → Confirmed
Added affects versions: 1.17.30
Added affects versions: 1.17.40
Added affects versions: 1.18.0
Added affects versions: 1.18.2 Hotfix
Resolution: Unresolved → Fixed
Added affects versions: 1.18.10
the correct command is /whitelist in the game, but in the server console is whitelist.
To add new players in the whitelist the right command is whitelist add "player name"