Skip to main content

uimod.enable

Overview

  • Finds a disabled UI-only mod by keyword (name or friendly name) and mounts it at runtime. Also sets bEnable=true in manifest for persistence. Use uimod.list_disabled to see available mods.

Metadata

FieldValue
DisplayEnable Disabled UI-Only Mod
Categoryuimod
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
keywordstringyesMod name or friendly name (partial match)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('uimod.enable', {
keyword: '',
});