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
- Host: GitHub
- URL: https://github.com/triumphteam/triumph-cmds
- Owner: TriumphTeam
- License: mit
- Created: 2019-08-16T15:11:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T12:51:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T03:57:39.668Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.07 MB
- Stars: 66
- Watchers: 4
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!