-
Bug
-
Resolution: Works As Intended
-
None
-
1.20.51
-
None
-
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.
In BDS-18918 Kinga Izdebska said the / was working as intended, but it is not. The help clearly indicates the / is required and it doesn't work.
He also said the tab function not working was a different issue. Okay, but help text is still wrong and THAT is the issue that is being reported. If they are not intended to work, the help text needs to be fixed.
- relates to
-
BDS-18918 Console commands insconsistent with help output
- Resolved