Command Reference
Belongs to: Reference · Related: Permissions
Root command: /qinhitems, aliases /qi, /qitems. The table below is the complete command tree.
Basics
| Command | Permission | Description |
|---|---|---|
/qi / /qi help | — | Help menu |
/qi list [type] | qinhitems.use | List all items, optionally filtered by type |
/qi give <itemId> [player] [amount] | qinhitems.give | Give an item (supports pickup soulbinding). itemId autocompletes from the registry |
/qi create <itemId> [type] [material] | qinhitems.admin | Create an item definition |
/qi drop <itemId> [amount] | qinhitems.admin | Drop at the sender's location (player only) |
Inspection / Diagnostics
| Command | Permission | Description |
|---|---|---|
/qi inspect | qinhitems.inspect | Detailed status inspection |
/qi status | qinhitems.inspect | Brief load status (items / problems / compile failures) |
/qi diagnose | qinhitems.inspect | Full diagnostic report |
/qi problems | qinhitems.inspect | List known problems |
/qi problems summary | qinhitems.inspect | Problem summary |
Editor
| Command | Permission | Description |
|---|---|---|
/qi editor [itemId] | qinhitems.editor | Open the editor (type browser if no ID given) |
/qi editor browse | qinhitems.editor | Type browser |
See Editor GUI for details.
Reload / Refresh
| Command | Permission | Description |
|---|---|---|
/qi reload | qinhitems.reload | Reload config, items, and actions, then refresh all players |
/qi refresh | qinhitems.admin | Player: refresh self; console: refresh all online |
/qi refresh all | qinhitems.admin | Hot-refresh items for all online players |
/qi refresh inventory | qinhitems.admin | Refresh inventory only (player) |
/qi refresh armor | qinhitems.admin | Refresh armor + off-hand |
/qi refresh equipment | qinhitems.admin | Refresh all equipment slots |
/qi refresh hand | qinhitems.admin | Main hand only |
For the refresh mechanism, see Random Generation → Item Refresh Service.
Soulbinding
| Command | Permission | Description |
|---|---|---|
/qi soulbind [level] | qinhitems.admin | Soulbind the main-hand item to yourself (level optional) |
/qi unsoulbind | qinhitems.admin | Unbind the main-hand item (player only) |
See Soulbinding.
Sections / Affixes
| Command | Permission | Description |
|---|---|---|
/qi sections | qinhitems.inspect | Section overview |
/qi sections summary | qinhitems.inspect | Full Section registry |
/qi sections formats | qinhitems.inspect | List Section source formats |
/qi sections format | qinhitems.inspect | Sections of a given format |
/qi affixes | qinhitems.inspect | Affix overview |
/qi affixes summary | qinhitems.inspect | Full affix registry |
/qi affixes formats | qinhitems.inspect | Affix source formats |
/qi affixes categories | qinhitems.inspect | Affix categories |
/qi affixes category | qinhitems.inspect | Affixes of a given category |
/qi affixes format | qinhitems.inspect | Affixes of a given format |
Random Generation
| Command | Permission | Description |
|---|---|---|
/qi generate [tier] [type] [amount] | qinhitems.admin | Randomly generate items into the inventory |
/qi generate preview [tier] [type] | qinhitems.admin | Preview without generating |
/qi generate pools | qinhitems.inspect | List affix pools |
See Random Generation.
Import / Migration / Content Packs
| Command | Permission | Description |
|---|---|---|
/qi imports | qinhitems.inspect | Number of import files |
/qi imports list | qinhitems.inspect | List import files |
/qi imports run | qinhitems.admin | Execute imports |
/qi imports dry-run | qinhitems.admin | Preview imports |
/qi migrate | qinhitems.admin | Migrate legacy item sources |
/qi migrate dry-run | qinhitems.admin | Preview migration |
/qi packs | qinhitems.inspect | Pack file count and directory |
/qi packs list | qinhitems.inspect | List pack files |
/qi packs export | qinhitems.admin | Export a content pack |
/qi packs import | qinhitems.admin | Import (= apply/sync) |
/qi packs sync | qinhitems.admin | Sync (refresh + export) |
/qi packs apply | qinhitems.admin | Apply (= sync) |
/qi packs gui | qinhitems.editor | Content pack editing GUI (player only) |
See Import & Export.
Action Debugging
| Command | Permission | Description |
|---|---|---|
/qi trigger report | qinhitems.inspect | Trigger configuration report |
/qi trigger test [itemId] [player] | qinhitems.admin | Manually execute an item's first trigger binding |
See Action System.