JSM Developer API Documentation
    Preparing search index...

    Interface ModDetails

    This interface holds detailed information about the mod.

    interface ModDetails {
        authors: string[];
        description: string;
        homepage?: string;
        license?: string;
        name: string;
        repository?: string;
    }
    Index

    Properties

    authors: string[]

    An array of authors that worked on the mod.

    description: string

    The human-readable description of the mod.

    homepage?: string

    The mod's website or homepage

    license?: string

    The mod's software license (if applicable)

    name: string

    The human-readable name of the mod.

    repository?: string

    The mod's git repository (if applicable)