Package me.despical.commandframework.annotations


package me.despical.commandframework.annotations
  • Class
    Description
    Main class of the framework to create commands in easy way.
    Available command sender or senders.
    A utility class in framework to create argument completions for commands.
     
     
     
    Annotation to specify flags for command arguments.
    Container annotation for holding multiple Flag annotations on the same method.
    Annotation to define options for command arguments.
    Container annotation for holding multiple Option annotations on the same method.