Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a helpsearch command #70

Open
madmaxoft opened this issue May 28, 2014 · 1 comment
Open

Implement a helpsearch command #70

madmaxoft opened this issue May 28, 2014 · 1 comment

Comments

@madmaxoft
Copy link
Member

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
Copy link
Member Author

A step towards this behavior has been implemented in f8c2531 - the /help command filters commands based on the prefix given. Still, this search feature is missing and would be awesome to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant