Skip to content

API Item list_inventory

SolWayward edited this page Dec 22, 2025 · 2 revisions

list_inventory

Endpoint: gm.item.list_inventory

Syntax

gm.item.list_inventory <hero_query>

Parameters

Parameter Type Required Description
hero_query string Yes Hero identifier (StringId or partial name match)

Examples

gm.item.list_inventory player

Output:

Inventory for Player's party:

=== WEAPONS & SHIELDS ===
    5x Imperial Sword
    3x Steel Shield
    2x War Bow

=== ARMOR ===
    2x Lamellar Armor
    1x Chain Mail Hauberk
    3x Mail Chausses

=== HORSES & HARNESS ===
    1x Destrier
    1x Chain Barding

Total: 8 item types
gm.item.list_inventory lord_1_1

Notes

NOTE: The hero must belong to a party.

NOTE: Items are organized by category: Weapons & Shields, Armor, Horses & Harness, and Other.

TIP: Use this command before removing items to check what's available.

Related Commands

Last Updated: 2025-12-16

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally