Annotation Interface RegisterFullCommand


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface RegisterFullCommand
For auto registration of commands without plugin.yml

Annotation targeting command Types.

  • Element Details

    • commandName

      @NotNull @NotNull String commandName
    • description

      @NotNull @NotNull String description
    • usageMessage

      @NotNull @NotNull String usageMessage
    • aliases

      @NotNull @NotNull String[] aliases
    • permission

      @Nullable @Nullable String permission
    • permissionMessage

      @Nullable @Nullable String permissionMessage