Core icon indicating copy to clipboard operation
Core copied to clipboard

Implement a helpsearch command

Open madmaxoft opened this issue 11 years ago • 1 comments

This command, used as /helpsearch <text>, will search all the commands that the user has permissions to execute for the occurrence of in either the command name or its help string.

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.

madmaxoft avatar May 28 '14 20:05 madmaxoft

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.

madmaxoft avatar Oct 05 '14 13:10 madmaxoft