@lands.io/mod-sdk / ModLevelBarV1 Interface: ModLevelBarV1¶ Table of contents¶ Properties¶ level showForPlayerId xpProgress Properties¶ level¶ • level: number showForPlayerId¶ • Optional showForPlayerId: string xpProgress¶ • xpProgress: number 0..1 progress toward next level Source Code¶ View full implementation export interface ModLevelBarV1 { level: number; /** 0..1 progress toward next level */ xpProgress: number; showForPlayerId?: PlayerID; }