Annotation Interface SubCommand


Represents a sub command to be registered under a command
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether this variant should ignore case for its label
    int
    Sub command priority
    Sub command label
  • Element Details

    • value

      String value
      Sub command label
      Default:
      ""
    • ignoreCase

      boolean ignoreCase
      Whether this variant should ignore case for its label
      Default:
      true
    • priority

      int priority
      Sub command priority
      Default:
      0