Skip to content

Command Reference

Belongs to: Reference · Related: Permissions

Root command: /qinhitems, aliases /qi, /qitems. The table below is the complete command tree.


Basics

CommandPermissionDescription
/qi / /qi helpHelp menu
/qi list [type]qinhitems.useList all items, optionally filtered by type
/qi give <itemId> [player] [amount]qinhitems.giveGive an item (supports pickup soulbinding). itemId autocompletes from the registry
/qi create <itemId> [type] [material]qinhitems.adminCreate an item definition
/qi drop <itemId> [amount]qinhitems.adminDrop at the sender's location (player only)

Inspection / Diagnostics

CommandPermissionDescription
/qi inspectqinhitems.inspectDetailed status inspection
/qi statusqinhitems.inspectBrief load status (items / problems / compile failures)
/qi diagnoseqinhitems.inspectFull diagnostic report
/qi problemsqinhitems.inspectList known problems
/qi problems summaryqinhitems.inspectProblem summary

Editor

CommandPermissionDescription
/qi editor [itemId]qinhitems.editorOpen the editor (type browser if no ID given)
/qi editor browseqinhitems.editorType browser

See Editor GUI for details.

Reload / Refresh

CommandPermissionDescription
/qi reloadqinhitems.reloadReload config, items, and actions, then refresh all players
/qi refreshqinhitems.adminPlayer: refresh self; console: refresh all online
/qi refresh allqinhitems.adminHot-refresh items for all online players
/qi refresh inventoryqinhitems.adminRefresh inventory only (player)
/qi refresh armorqinhitems.adminRefresh armor + off-hand
/qi refresh equipmentqinhitems.adminRefresh all equipment slots
/qi refresh handqinhitems.adminMain hand only

For the refresh mechanism, see Random Generation → Item Refresh Service.

Soulbinding

CommandPermissionDescription
/qi soulbind [level]qinhitems.adminSoulbind the main-hand item to yourself (level optional)
/qi unsoulbindqinhitems.adminUnbind the main-hand item (player only)

See Soulbinding.

Sections / Affixes

CommandPermissionDescription
/qi sectionsqinhitems.inspectSection overview
/qi sections summaryqinhitems.inspectFull Section registry
/qi sections formatsqinhitems.inspectList Section source formats
/qi sections formatqinhitems.inspectSections of a given format
/qi affixesqinhitems.inspectAffix overview
/qi affixes summaryqinhitems.inspectFull affix registry
/qi affixes formatsqinhitems.inspectAffix source formats
/qi affixes categoriesqinhitems.inspectAffix categories
/qi affixes categoryqinhitems.inspectAffixes of a given category
/qi affixes formatqinhitems.inspectAffixes of a given format

See Sections / Affixes.

Random Generation

CommandPermissionDescription
/qi generate [tier] [type] [amount]qinhitems.adminRandomly generate items into the inventory
/qi generate preview [tier] [type]qinhitems.adminPreview without generating
/qi generate poolsqinhitems.inspectList affix pools

See Random Generation.

Import / Migration / Content Packs

CommandPermissionDescription
/qi importsqinhitems.inspectNumber of import files
/qi imports listqinhitems.inspectList import files
/qi imports runqinhitems.adminExecute imports
/qi imports dry-runqinhitems.adminPreview imports
/qi migrateqinhitems.adminMigrate legacy item sources
/qi migrate dry-runqinhitems.adminPreview migration
/qi packsqinhitems.inspectPack file count and directory
/qi packs listqinhitems.inspectList pack files
/qi packs exportqinhitems.adminExport a content pack
/qi packs importqinhitems.adminImport (= apply/sync)
/qi packs syncqinhitems.adminSync (refresh + export)
/qi packs applyqinhitems.adminApply (= sync)
/qi packs guiqinhitems.editorContent pack editing GUI (player only)

See Import & Export.

Action Debugging

CommandPermissionDescription
/qi trigger reportqinhitems.inspectTrigger configuration report
/qi trigger test [itemId] [player]qinhitems.adminManually execute an item's first trigger binding

See Action System.


Next Steps