/dropall
< 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.
/dropall| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/dropall</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 an agent drop all its items from all slots onto the ground by one block in the specified direction.
Syntax
dropall <direction: string>
Arguments
direction: string
- Specifies the direction of Agent to drop all the items.
- Must be one of:
forwardto drop items to the front.backto drop items to the back.leftto drop items to the left.rightto drop items to the right.
Result
Fails if the arguments are not specified correctly or the Agent's inventory was empty.
On success, returns if all items were dropped onto the ground in the direction specified.
History
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| ? | Added /dropall. | ||||||