Ajneb97 / ConditionalEvents

MIT License
22 stars 12 forks source link

Suggestion: Register command and tab support #17

Open Tanerx opened 1 year ago

Tanerx commented 1 year ago

Right now we can able to create custom command but this commands not register to server. My suggestion is register command to server with tab complete support.

Ajneb97 commented 1 year ago

You can register a command on the register_commands option on the config: https://ajneb97.gitbook.io/conditionalevents/config.yml

Tanerx commented 1 year ago

You can register a command on the register_commands option on the config: https://ajneb97.gitbook.io/conditionalevents/config.yml

Thank you. I miss this config.

It's possible to add new feature to commands to tabcompleter ? Similar like MyCommand plugin.

image image

Ajneb97 commented 1 year ago

I have plans to add that in the future, but I don't know when. For now I suggest you use MyCommands to register the command and the tab completion.