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

Minecraft:Debug Stick: Difference between revisions

From SAS Gaming Wiki
imported>Amethyst hhh
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{for||Debug|Stick (disambiguation)}}
{{MC/For||Debug|Stick (disambiguation)}}
{{Exclusive|java}}
{{MC/Exclusive|java}}
{{Infobox item
{{Infobox item
| image = Debug Stick.gif
| image = Debug Stick.gif
Line 10: Line 10:
}}
}}


The '''debug stick''' is an [[Minecraft:item]] used to edit the [[Minecraft:block states]] of [[Minecraft:block]]s. It is visually identical to a regular [[Minecraft:stick]], but with a glint (as if [[Minecraft:enchanted]]).
The '''debug stick''' is an [[Minecraft:item]] used to edit the block states of [[Minecraft:block]]s. It is visually identical to a regular [[Minecraft:stick]], but with a glint (as if enchanted).


== Obtaining ==
== Obtaining ==
{{IN|je}}, the debug stick is obtainable via [[Minecraft:commands]] such as {{cmd|/give}} or {{cmd|/item}}, or the [[Minecraft:Creative inventory]] if the player has the appropriate permissions. It can be obtained only in worlds with commands on.
{{MC/In|je}}, the debug stick is obtainable via [[Minecraft:commands]] such as {{MC/Cmd|/give}} or {{MC/Cmd|/item}}, or the [[Minecraft:Creative inventory]] if the player has the appropriate permissions. It can be obtained only in worlds with commands on.


{{IN|be}}, this item only exists in internal versions and privately released versions.
{{MC/In|be}}, this item only exists in internal versions and privately released versions.


== Usage ==
== Usage ==
The debug stick can be used to change block states. {{control|Hitting}} the block allows players to select the block state key they wish to change. For example, switching between the ''conditional'' and the ''facing'' block state keys for a [[Minecraft:command block]]. {{control|Using}} the block allows them to cycle through the valid values for the block state key, again as an example, the player can make the command block face, ''down'', ''east'', ''north'', ''south'', ''up'', or ''west'' if they chose the ''facing'' block state key. {{control|Sneaking}} while {{control|hitting}} or {{control|using}} cycles through the block state keys or values in reverse order.
The debug stick can be used to change block states. {{MC/Control|Hitting}} the block allows players to select the block state key they wish to change. For example, switching between the ''conditional'' and the ''facing'' block state keys for a command block. {{MC/Control|Using}} the block allows them to cycle through the valid values for the block state key, again as an example, the player can make the command block face, ''down'', ''east'', ''north'', ''south'', ''up'', or ''west'' if they chose the ''facing'' block state key. {{MC/Control|Sneaking}} while {{MC/Control|hitting}} or {{MC/Control|using}} cycles through the block state keys or values in reverse order.


It is notable that {{Control|using}} debug stick directly on an interactive block without {{Control|sneaking}} uses the block itself instead of the stick.<ref>{{bug|MC-200199||Right-Clicking on an Interactive Block with Debug Stick Uses the Block Instead of Changing Its States if Not Holding Shift|Invalid}} </ref>
It is notable that {{MC/Control|using}} debug stick directly on an interactive block without {{MC/Control|sneaking}} uses the block itself instead of the stick.<ref>{{bug|MC-200199||Right-Clicking on an Interactive Block with Debug Stick Uses the Block Instead of Changing Its States if Not Holding Shift|Invalid}} </ref>


The debug stick cannot be used while in Survival or Adventure mode. It works only in Creative mode with cheats enabled. In modes other than Creative, it acts like a regular item — although when {{control|using}} it on a block, the player swings the stick as if interacting with it (but nothing happens).
The debug stick cannot be used while in Survival or Adventure mode. It works only in Creative mode with cheats enabled. In modes other than Creative, it acts like a regular item — although when {{MC/Control|using}} it on a block, the player swings the stick as if interacting with it (but nothing happens).


== Data values ==
== Data values ==
Line 37: Line 37:


=== Item data ===
=== Item data ===
{{see also|Data component format}}
{{MC/See also|Data component format}}
<div class="treeview">
<div class="treeview">
* {{nbt|compound|components}}: the item's '''components''' tag.
* {{MC/Nbt|compound|components}}: the item's '''components''' tag.
{{:Data component format/debug_stick_state}}
{{:Data component format/debug_stick_state}}
</div>
</div>
Line 46: Line 46:
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.13|dev=17w47a|[[File:Debug Stick.gif|32px]] Added debug sticks.}}
|{{MC/HistoryLine||1.13|dev=17w47a|[[File:Debug Stick.gif|32px]] Added debug sticks.}}
|{{HistoryLine||1.16|dev=20w10a|Debug sticks are now capable of editing [[Minecraft:fire]] due to its added hitbox.}}
|{{MC/HistoryLine||1.16|dev=20w10a|Debug sticks are now capable of editing [[Minecraft:fire]] due to its added hitbox.}}
|{{HistoryLine||1.17|dev=21w20a|The [[Minecraft:rarity]] of debug sticks has been changed from "Common" to "Epic".}}
|{{MC/HistoryLine||1.17|dev=21w20a|The rarity of debug sticks has been changed from "Common" to "Epic".}}
|{{HistoryLine||1.19.3|dev=22w44a|The debug stick is now available in the Creative inventory, but only if cheats are enabled.}}
|{{MC/HistoryLine||1.19.3|dev=22w44a|The debug stick is now available in the Creative inventory, but only if cheats are enabled.}}
|{{HistoryLine|||dev=22w45a|Moved the debug stick behind the Operator Utilities tab in the Creative inventory. The tab is only available if cheats are enabled and the "Operator Items Tab" option in the controls menu is turned on.}}
|{{MC/HistoryLine|||dev=22w45a|Moved the debug stick behind the Operator Utilities tab in the Creative inventory. The tab is only available if cheats are enabled and the "Operator Items Tab" option in the controls menu is turned on.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.14.0|dev=beta 1.14.0.1|[[File:Debug Stick.gif|32px]] By this point, the debug stick had been added to private developer versions, but was not available in any public version.}}
|{{MC/HistoryLine||1.14.0|dev=beta 1.14.0.1|[[File:Debug Stick.gif|32px]] By this point, the debug stick had been added to private developer versions, but was not available in any public version.}}
}}
}}


== Issues ==
== Issues ==
The debug stick is not supported, and any issues resulting of its usage are closed as "Won't Fix" in the issue tracker.<br/> Issues with the stick itself are considered valid.<ref>https://bugs.mojang.com/browse/MC-122323?focusedCommentId=419481&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-419481</ref><ref>{{reddit|7es23r||Just be aware that any weird state you create with it you cannot naturally create and any bugs that come from it will be shot down as 'Wont fix' :D|_Grum|November 22, 2017}}</ref>
The debug stick is not supported, and any issues resulting of its usage are closed as "Won't Fix" in the issue tracker.<br/> Issues with the stick itself are considered valid.<ref>https://bugs.mojang.com/browse/MC-122323?focusedCommentId=419481&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-419481</ref><ref>{{MC/Reddit|7es23r||Just be aware that any weird state you create with it you cannot naturally create and any bugs that come from it will be shot down as 'Wont fix' :D|_Grum|November 22, 2017}}</ref>


{{issue list|projects=mc}}
{{MC/Issue list|projects=mc}}


== Trivia ==
== Trivia ==
*An [[Minecraft:add-on]] made by Mineplex was showcased in [[Minecraft:MINECON Live 2019]], which had an editor stick for {{el|be}}, similar to the Debug Stick.<ref>{{ytl|OZqNaEX8208|MINECON Live 2019 @ 1:05:02|Minecraft|September 28, 2019|t=3902}}</ref>
*An [[Minecraft:add-on]] made by Mineplex was showcased in MINECON Live 2019, which had an editor stick for {{MC/El|be}}, similar to the Debug Stick.<ref>{{MC/Ytl|OZqNaEX8208|MINECON Live 2019 @ 1:05:02|Minecraft|September 28, 2019|t=3902}}</ref>


== Gallery ==
== Gallery ==
Line 75: Line 75:


== See also ==
== See also ==
*[[Minecraft:Block states]]
*Block states


== References ==
== References ==
{{Reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox items|Creative}}
{{MC/Navbox items|Creative}}


[[Minecraft:de:Debug-Stab]]
de:Debug-Stab
[[Minecraft:es:Palo de desarrollo]]
es:Palo de desarrollo
[[Minecraft:fr:Bâton de débogage]]
fr:Bâton de débogage
[[Minecraft:ja:デバッグ棒]]
ja:デバッグ棒
[[Minecraft:ko:디버그 막대기]]
ko:디버그 막대기
[[Minecraft:lzh:勘誤棍]]
lzh:勘誤棍
[[Minecraft:pl:Patyk debugujący]]
pl:Patyk debugujący
[[Minecraft:pt:Graveto de Depuração]]
pt:Graveto de Depuração
[[Minecraft:ru:Палка отладки]]
ru:Палка отладки
[[Minecraft:uk:Палиця налагодження]]
uk:Палиця налагодження
[[Minecraft:zh:调试棒]]
zh:调试棒

Latest revision as of 20:18, 9 April 2026

Template:Hatnote Script error: No such module "Exclusive". Template:Infobox item

The debug stick is an Minecraft:item used to edit the block states of Minecraft:blocks. It is visually identical to a regular Minecraft:stick, but with a glint (as if enchanted).

Obtaining

in Template:Editions, the debug stick is obtainable via Minecraft:commands such as

  1. REDIRECT Template:Command

Template:Redr or

  1. REDIRECT Template:Command

Template:Redr, or the Minecraft:Creative inventory if the player has the appropriate permissions. It can be obtained only in worlds with commands on.

in Template:Editions, this item only exists in internal versions and privately released versions.

Usage

The debug stick can be used to change block states. {{#vardefine: control | left click on mouse or right trigger on gamepad }}Hitting the block allows players to select the block state key they wish to change. For example, switching between the conditional and the facing block state keys for a command block. {{#vardefine: control | right click on mouse or left trigger on gamepad }}Using the block allows them to cycle through the valid values for the block state key, again as an example, the player can make the command block face, down, east, north, south, up, or west if they chose the facing block state key. {{#vardefine: control | shift on keyboard or right button on the right side of gamepad }}Sneaking while {{#vardefine: control | left click on mouse or right trigger on gamepad }}hitting or {{#vardefine: control | right click on mouse or left trigger on gamepad }}using cycles through the block state keys or values in reverse order.

It is notable that {{#vardefine: control | right click on mouse or left trigger on gamepad }}using debug stick directly on an interactive block without {{#vardefine: control | shift on keyboard or right button on the right side of gamepad }}sneaking uses the block itself instead of the stick.<ref>Template:Bug </ref>

The debug stick cannot be used while in Survival or Adventure mode. It works only in Creative mode with cheats enabled. In modes other than Creative, it acts like a regular item — although when {{#vardefine: control | right click on mouse or left trigger on gamepad }}using it on a block, the player swings the stick as if interacting with it (but nothing happens).

Data values

ID

Template:ID table

Item data

{{#vardefine:params|0 }}Template:Hatnote

Data component format/debug stick state

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

The debug stick is not supported, and any issues resulting of its usage are closed as "Won't Fix" in the issue tracker.
Issues with the stick itself are considered valid.<ref>https://bugs.mojang.com/browse/MC-122323?focusedCommentId=419481&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-419481</ref><ref>{{

  1. vardefine: query |

}}[https://reddit.com/r/{{

  1. var: reddit-sub-7es23r | Minecraft

}}/comments/{{

  1. var: reddit-thread-7es23r | 7es23r

}}/{{#var: query }} "Just be aware that any weird state you create with it you cannot naturally create and any bugs that come from it will be shot down as 'Wont fix' :D"] – u/_Grum on Reddit, November 22, 2017</ref>

Script error: No such module "Issue list".

Trivia

  • An Minecraft:add-on made by Mineplex was showcased in MINECON Live 2019, which had an editor stick for
  1. REDIRECT Template:Edition

Template:Rcat, similar to the Debug Stick.<ref>

  1. redirect Template:YouTube link

Template:Redr</ref>

Gallery

In other media

See also

  • Block states

References

<references group="">

 </references>

Navigation

Display/storage
Buckets
Bottles
Informational
Vehicles/mobility
Template:El only
Music discs
Other
Edu only
Seeds
Raw materials
Processed
Edu only
Dyes
Banner patterns
Pottery sherds
Smithing templates
April Fools 2015
April Fools 2016
April Fools 2019
April Fools 2020
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

de:Debug-Stab es:Palo de desarrollo fr:Bâton de débogage ja:デバッグ棒 ko:디버그 막대기 lzh:勘誤棍 pl:Patyk debugujący pt:Graveto de Depuração ru:Палка отладки uk:Палиця налагодження zh:调试棒