Documentation URL
https://docs.commandapi.dev/velocity/intro
What the documentation currently says
Pointed out by 3add on Discord.
Currently only describes setting up shading on Velocity.
Proposed fix
Should include instructions for depending on the plugin. This would include the Maven/Gradle dependency, adding the CommandAPI plugin to your @Plugin description, and highlighting the fact that you don't need to call CommandAPI#onLoad or CommandAPI#onEnable.
Documentation URL
https://docs.commandapi.dev/velocity/intro
What the documentation currently says
Pointed out by 3add on Discord.
Currently only describes setting up shading on Velocity.
Proposed fix
Should include instructions for depending on the plugin. This would include the Maven/Gradle dependency, adding the CommandAPI plugin to your
@Plugindescription, and highlighting the fact that you don't need to callCommandAPI#onLoadorCommandAPI#onEnable.