/MattFramework

Spigot annotation command framework

Primary LanguageJavaMIT LicenseMIT

Header

Matt's Framework (MF)

MF is a command annotation framework for Spigot plugins based on ACF. 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.

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

MF 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!
The JavaDocs of the framework can be found here!