RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface RankedSystem

    Raw data structure for a Ranked System.

    interface RankedSystem {
        displayname: string;
        id: string;
        main: boolean;
    }
    Index

    Properties

    Properties

    displayname: string

    The public display name (e.g., 'BedWars 4v4').

    id: string

    The unique internal database identifier.

    main: boolean

    Whether this is the primary ranked system for the network.