Commands

Creating commands with this library is very simple. In the CommandHandler class, there are some variables that you can configure to fit your project idea (player only message, console only message, no permissions message, etc...). The commands uses methods created by you with an annotation of @Command. This annotation requires only one value, which is the name. This annotation can include the permission, description, aliases, and determine if it should execute the command asynchronous.

NOTE: This is also how you use the command library for Velocity, and soon BungeeCord.

Last updated