Skip to content

Xenon Release v1.0.0

Compare
Choose a tag to compare
@Sulaxan Sulaxan released this 22 Sep 21:35
· 1 commit to master since this release

First major release, containing many useful features to create commands, including:

  • Ability to outline the entirety of a command in a single Java class
  • Ability to add sub commands
  • Using fields as options
  • Checking command permissions (individual for root and each sub command)
  • Ability to create commands directed at specific sender types
    ... and much more!

Adding Xenon to your project

Xenon can be added as a dependency to your project using Maven. Dependency information can be found in README.md.