Incendo / cloud-minecraft

Integrations between Minecraft and Cloud Command Framework
https://cloud.incendo.org/minecraft/
MIT License
29 stars 8 forks source link

Bukkit: Missing / when you try to execute /help <registered command> #7

Closed DevCyntrix closed 9 months ago

DevCyntrix commented 2 years ago

Hey, by default minecraft has a / before the command in the usage. Cloud doesn't make it. Maybe you could add this.

I am using annotations and the bukkti platform

jpenilla commented 9 months ago

This is working as intended - slash is not always required, for example when executing commands from the console. You will notice that built-in Minecraft commands also lack a preceding slash in their Bukkit usage strings.