-
Bug
-
Resolution: Invalid
-
None
-
1.20.51
-
None
-
% cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy% cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL=" https://www.ubuntu.com/ " SUPPORT_URL=" https://help.ubuntu.com/ " BUG_REPORT_URL=" https://bugs.launchpad.net/ubuntu/ " PRIVACY_POLICY_URL=" https://www.ubuntu.com/legal/terms-and-policies/privacy-policy " UBUNTU_CODENAME=jammy
-
Unconfirmed
This has been ongoing through several versions. The menus all indicate a / is needed before a command but those commands are rejected. Command without the / works.
```
/?
[2023-12-17 13:52:55:272 ERROR] Unknown command: /. Please check that the command exists and that you have permission to use it.
?
[2023-12-17 13:52:57:469 INFO] §2--- Showing help page 1 of 35 (/help <page>) —
/? <page: int>
/? [command: CommandName]
/allowlist <action: AllowListAction> [name: string]
/alwaysday [lock: Boolean]
/camera <players: target> clear
/camera <players: target> fade
/camera <players: target> fade color <red: int> <green: int> <blue: int>
§2Tip: Use the <tab> key while typing a command to auto-complete the command or its arguments
/gamemode survival EnrikHawkins
[2023-12-17 13:54:44:525 ERROR] Unknown command: /. Please check that the command exists and that you have permission to use it.
gamemode survival EnrikHawkins
[2023-12-17 13:54:49:174 ERROR] No targets matched selector
```
The second error is expected as EnrikHawkins isn't currently on the server.
Additionally, the tab key auto-complete doesn't work.
Overall the inline help isn't particularly helpful.
- relates to
-
BDS-18985 Console commands insconsistent with help output
- Resolved