/destroy
< Commands
This page describes content that has been removed from the game.
This feature was present in earlier versions of Minecraft, but has since been removed.
This feature is exclusive to Bedrock Edition and Minecraft Education.
/destroy| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/destroy</code>",
"rows": [
{
"field": "Hidden",
"label": "Visibility"
},
{
"field": "0",
"label": "(link to Permission level article, displayed as Permission level<br>required)"
},
{
"field": "None",
"label": "(link to Commands#Restrictions article, displayed as Restrictions)"
}
],
"invimages": [],
"images": []
}
Makes your agent destroy a block or item in the specified direction.
Syntax
destroy <direction: string>
Arguments
direction: string
- Specifies the direction of Agent to destroy.
- Must be one of:
forwardto destroy block/item on the front.backto destroy block/item on the back.leftto destroy block/item on the left-hand side.rightto destroy block/item on the right-hand side.upto destroy block/item on the top-hand side.downto destroy block/item on the bottom-hand side.
Result
Fails if the block was unbreakable or a non-solid block.
On success, the Agent destroys the block/item by one hit as expected.
History
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| ? | Added /destroy. | ||||||