Core
Core copied to clipboard
Implement a helpsearch command
This command, used as /helpsearch <text>, will search all the commands that the user has permissions to execute for the occurrence of
This is useful for discovering commands - if a player wants to know what commands deal with teleporting, they ask /helpsearch teleport, and all commands containing "teleport" will be listed, together with their help strings.
A step towards this behavior has been implemented in f8c2531fbef9bfd0b6f024d4d3319384a70a0831 - the /help command filters commands based on the prefix given. Still, this search feature is missing and would be awesome to have.