Discolink
    Preparing search index...

    Interface PlayerPlugin

    Represents the structure of a plugin

    interface PlayerPlugin {
        name: string;
        eventMap: Record<string & {}, any[]>;
        init(player: Player): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string
    eventMap: Record<string & {}, any[]>

    Methods