Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.55 KB

Welcome to Triumph CMDs

Triumph CMDs is a command annotation framework for various Platforms. This framework is meant to be simpler to use and more customizable. With this, your parameters are the command's arguments!

Features

  • Simplifies how you handle your command arguments, instead of having an array with arguments and handling it one by one, simply add what you want to the parameters of your command method.
  • Small, adds only 32KB to your project.
  • All messages are customizable.
  • Makes having multiple commands even easier.
  • Custom tab completion handler.
  • No need to register commands on your plugin.yml.

Supported Platforms

  • Simple (Perfect for custom implementations)
  • Discord (Prefixed and Slash Commands)
  • Minecraft (Bukkit)

Documentation

You can find the documentation here.

Contributing

Found any issue? Please report it here. Feel free to PR any changes you'd like to see in it!
The source code can be found here.

GUI

Triumph also has an additional lib to make easier GUI's in Spigot, you can read more about it here.

Other

Join my discord server if you need help!