An open API service indexing awesome lists of open source software.

https://github.com/triumphteam/triumph-cmds

Spigot annotation command framework
https://github.com/triumphteam/triumph-cmds

hacktoberfest hacktoberfest2022

Last synced: over 1 year ago
JSON representation

Spigot annotation command framework

Awesome Lists containing this project

README

          




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**](https://triumphteam.dev/docs/triumph-cmds/introduction).

## Contributing

Found any issue? Please report it [**here**](https://github.com/TriumphTeam/triumph-cmds/issues).
Feel free to PR any changes you'd like to see in it!
The source code can be found [**here**](https://github.com/TriumphTeam/triumph-cmds).

## GUI

**Triumph** also has an additional lib to make easier GUI's in Spigot, you can read more about it [**here**](https://triumphteam.dev/docs/triumph-gui/introduction).

## Other

Join my [**discord**](https://mattstudios.me/discord) server if you need help!