Interface RepluggedPlugin

Hierarchy

  • RepluggedPlugin

Properties

Properties

hasCSS: boolean
manifest: {
    author: Object;
    description: string;
    id: string;
    image?: string | [string, ...string[]];
    license: string;
    name: string;
    plaintextPatches?: string;
    reloadRequired?: boolean;
    renderer?: string;
    source?: string;
    type: "replugged-plugin";
    updater?: {
        id: string;
        type: "github" | "store";
    };
    version: string;
}

Type declaration

  • author: Object
  • description: string
  • id: string
  • Optional image?: string | [string, ...string[]]
  • license: string
  • name: string
  • Optional plaintextPatches?: string
  • Optional reloadRequired?: boolean
  • Optional renderer?: string
  • Optional source?: string
  • type: "replugged-plugin"
  • Optional updater?: {
        id: string;
        type: "github" | "store";
    }
    • id: string
    • type: "github" | "store"
  • version: string
path: string

Generated using TypeDoc