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

[Feature]: Wrap Commands in sub-commands instead #30

Open
Gozzim opened this issue May 16, 2022 · 0 comments
Open

[Feature]: Wrap Commands in sub-commands instead #30

Gozzim opened this issue May 16, 2022 · 0 comments
Labels
Suggestion Feature Suggestion

Comments

@Gozzim
Copy link
Owner

Gozzim commented May 16, 2022

Describe your feature request or suggestion in detail

If possible create sub-commands instead of individual commands for every single action/function.

Problem here is that we do not want a different command to trigger when a player writes for example
.global disable the addon
which is why it is done the way it is right now.

Describe a possible solution to your feature or suggestion in detail

But t might be possible to escape the problem described above by checking the tail of the command for further arguments.
Maybe not possible for every command, but the more commands are sub-commands instead the better.

Additional context

No response

@Gozzim Gozzim added the Suggestion Feature Suggestion label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion Feature Suggestion
Projects
None yet
Development

No branches or pull requests

1 participant