Annotation Interface ConfigName


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ConfigName
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    This should be the visible name that you want users to see in the config GUI.
  • Element Details

    • value

      String value
      This should be the visible name that you want users to see in the config GUI.
      Returns:
      a string, supports colour codes.