Skip to content
Berke Akçen edited this page Feb 19, 2021 · 4 revisions

Welcome to the Command Framework wiki!

This framework is very lightweight annotation based command system that works similar to Bukkit's event system. It removes the necessity to add command to your plugin.yml but will still allow you to set command usage, description, permission, aliases, sender type, cooldown, minimum and maximum argument length through the code. So, want to use Command Framework and don't know how? Here we go, first of all you should learn the basics about the system so take look at the Commands page, then the Command arguments page. After checking these pages, you should have most of the information to get started. If you still having trouble or get stuck somewhere, you can take a look at our Command examples page to see different example codes of working commands.

Clone this wiki locally