-
Bug
-
Resolution: Fixed
-
1.17.11 Hotfix, 1.17.10, 1.17.2, 1.17.30, 1.17.40, 1.18.0, 1.18.2 Hotfix
-
None
-
Arch Linux, kernel version 5.15.7
-
Confirmed
-
601009
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.
- the server responds with something like
- type whitelist list
- the server responds with something like
###* {"command":"whitelist","result":[]} *###
even though this command should be removed in favor of allowlist