Annotation Interface CommandAlias


@Retention(RUNTIME) public @interface CommandAlias
Any command with this annotation will run the raw command as shown in the thing, as long as it is registered in the current CommandsManager. Mostly to move commands around without breaking things.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Get the raw CommandsManager-formatted command arg array to run
  • Element Details

    • value

      String[] value
      Get the raw CommandsManager-formatted command arg array to run
      Returns:
      the command