Skip to main content

uimod.list_disabled

Overview

  • Lists installed mods that are disabled (bEnable=false) and contain only UI content (no PAK/assets). These can be enabled at runtime via uimod.enable.

Metadata

FieldValue
DisplayList Disabled UI-Only Mods
Categoryuimod
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON array; each element is an object with the following fields:

FieldTypeRequiredDescription
mod_idstringyesMod ID (internal name)
friendly_namestringyesDisplay name
directorystringyesMod directory path

Usage

await inzoi.cli.execute('uimod.list_disabled');