Extremely lightweight and simple to use Bukkit and Bungeecord command API with tab-complete.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Filip Znachor a883c89b76 Improved tab-complete for deeper subcommands 1 year ago
.idea Improved tab-complete for deeper subcommands 1 year ago
CmdAPI-bukkit Improved tab-complete for deeper subcommands 1 year ago
CmdAPI-bungeecord Improved tab-complete for deeper subcommands 1 year ago
CmdAPI-common First version - a lot to do 1 year ago
CmdAPI.iml First version - a lot to do 1 year ago
README.md Update README 1 year ago
pom.xml First version - a lot to do 1 year ago

README.md

CmdAPI

Extremely lightweight and simple to use Bukkit and Bungeecord command API with tab-complete.

Finally, a simple way to create Minecraft commands in both Bukkit and Bungee APIs, which simply just works.

Features

  • Very lightweight code
  • Same interface in Bukkit and Bungee
  • On the fly command un/registration
  • Tab-complete fully supported
  • Subcommand support

Todo

  • Clean up code
  • More customization options