Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/kit: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 1: Line 1:
{{Outdated feature}}
{{Outdated feature}}
{{MC/Exclusive|bedrock}}
{{exclusive|bedrock}}
{{Infobox command
{{Infobox command
|name=kit
|name=kit
|oplevel=gamemasters
|oplevel=gamemasters
|others = Cheat only}}
|others = [[Minecraft:Cheat]] only}}


Give the local player a preset kit, likely for debugging use in creative mode.  
Gives the local player a preset kit, likely for debugging use in creative mode.  


Upon succeed, the command prints <code>Gave [kit name] kit to player</code>.
Upon succeed, the command prints <code>Gave [kit name] kit to player</code>.
Line 12: Line 12:
After spawning the kit, the items won't appear immediately in the inventory until you interact with the world (i.e., placing blocks, attacking, etc.)
After spawning the kit, the items won't appear immediately in the inventory until you interact with the world (i.e., placing blocks, attacking, etc.)


When run in a command block, it will fail with the message "Could not find target player".
When run in a [[Minecraft:command block]], it will fail with the message "Could not find target player".


There are 4 presets available. Namely {{MC/Code|code=blockui}}, {{MC/Code|code=minecart}}, {{MC/Code|code=redstone}} and {{MC/Code|code=wool}}
There are 4 presets available. Namely {{Code|code=blockui}}, {{Code|code=minecart}}, {{Code|code=redstone}} and {{Code|code=wool}}


==Kits==
==Kits==
Line 20: Line 20:


===blockui===
===blockui===
* {{MC/Blocklink|Chest}}
* {{BlockLink|Chest}}
* {{MC/Blocklink|Trapped chest}}
* {{BlockLink|Trapped chest}}
* {{MC/Blocklink|Crafting table}}
* {{BlockLink|Crafting table}}
* {{MC/Blocklink|Furnace}}
* {{BlockLink|Furnace}}
* {{MC/Blocklink|Enchanting table}}
* {{BlockLink|Enchanting table}}
* {{MC/Blocklink|Brewing stand}}
* {{BlockLink|Brewing stand}}
* {{MC/Blocklink|Anvil}}
* {{BlockLink|Anvil}}
* {{MC/Blocklink|Oak sign}}
* {{BlockLink|Oak sign}}


===minecart===
===minecart===
* {{MC/Itemlink|Redstone dust}}
* {{ItemLink|Redstone dust}}
* {{MC/Blocklink|Redstone torch}}
* {{BlockLink|Redstone torch}}
* {{MC/Blocklink|Lever}}
* {{BlockLink|Lever}}
* {{MC/Blocklink|Stone button}}
* {{BlockLink|Stone button}}
* {{MC/Blocklink|Rail}}
* {{BlockLink|Rail}}
* {{MC/Blocklink|Powered Rail}}
* {{BlockLink|Powered Rail}}
* {{MC/Blocklink|Detector Rail}}
* {{BlockLink|Detector Rail}}
* {{MC/Blocklink|Activator Rail}}
* {{BlockLink|Activator Rail}}
* {{MC/Itemlink|Minecart}}
* {{ItemLink|Minecart}}


===redstone===
===redstone===
* {{MC/Itemlink|Redstone dust}}
* {{ItemLink|Redstone dust}}
* {{MC/Blocklink|Redstone torch}}
* {{BlockLink|Redstone torch}}
* {{MC/Blocklink|Block of redstone}}
* {{BlockLink|Block of redstone}}
* {{MC/Blocklink|Redstone lamp}}
* {{BlockLink|Redstone lamp}}
* {{MC/Blocklink|Stone button}}
* {{BlockLink|Stone button}}
* {{MC/Blocklink|Oak pressure plate}}
* {{BlockLink|Oak pressure plate}}
* {{MC/Blocklink|Tripwire hook}}
* {{BlockLink|Tripwire hook}}
* {{MC/Blocklink|Oak trapdoor}}
* {{BlockLink|Oak trapdoor}}
* {{MC/Blocklink|Daylight detector}}
* {{BlockLink|Daylight detector}}


===wool===
===wool===
* {{MC/Blocklink|White wool}}
* {{BlockLink|White wool}}
* {{MC/Blocklink|Orange wool}}
* {{BlockLink|Orange wool}}
* {{MC/Blocklink|Magenta wool}}
* {{BlockLink|Magenta wool}}
* {{MC/Blocklink|Light blue wool}}
* {{BlockLink|Light blue wool}}
* {{MC/Blocklink|Yellow wool}}
* {{BlockLink|Yellow wool}}
* {{MC/Blocklink|Lime wool}}
* {{BlockLink|Lime wool}}
* {{MC/Blocklink|Pink wool}}
* {{BlockLink|Pink wool}}
* {{MC/Blocklink|Red wool}}
* {{BlockLink|Red wool}}
* {{MC/Blocklink|Black wool}}
* {{BlockLink|Black wool}}
==Syntax==
==Syntax==
<code>/kit <kit: KitType></code>
<code>/kit <kit: KitType></code>
Line 77: Line 77:


{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{MC/Cmd|link=none|kit}}.}}
|{{HistoryLine||1.2.13|dev=release|Accidentally added developer commands to iOS, including {{cmd|link=none|kit}}.}}
|{{MC/HistoryLine||1.2.14|Removed all developer commands.}}
|{{HistoryLine||1.2.14|Removed all developer commands.}}
}}
}}


== Navigation ==
== Navigation ==
{{MC/Navbox commands}}
{{Navbox commands}}

Latest revision as of 11:06, 11 May 2026

Template:Outdated feature Template:Exclusive Template:Infobox command

Gives the local player a preset kit, likely for debugging use in creative mode.

Upon succeed, the command prints Gave [kit name] kit to player.

After spawning the kit, the items won't appear immediately in the inventory until you interact with the world (i.e., placing blocks, attacking, etc.)

When run in a Minecraft:command block, it will fail with the message "Could not find target player".

There are 4 presets available. Namely Template:Code, Template:Code, Template:Code and Template:Code

Kits

Each of the four presets below spawns one of each item in its respective list below.

blockui

minecart

redstone

wool

Syntax

/kit <kit: KitType>

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table


History

Template:HistoryTable

Navigation

Template:Navbox commands