You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to register a command like this: myplugin reload. How can I do that, so it shows in help?
I've tried doing it like this (code is written in Kotlin):
Hi, I would like to register a command like this:
myplugin reload
. How can I do that, so it shows in help?I've tried doing it like this (code is written in Kotlin):
When I execute
/help NameOfMyPlugin
I get this:I get autocomplete:
But the command doesn't execute:
The text was updated successfully, but these errors were encountered: