/drop
< Commands
This article is about command in Bedrock Edition. For command in Java Edition 18w43a, see Commands/loot.
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.
/drop| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/drop</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": []
}
Lets your agent drop specified Inventory Slot Numbered Items in the specified quantity in the specified direction.
Syntax
drop <slotNum: int> <quantity: int> <direction: string>
Arguments
slotNum: int
- Specifies the slot number of block to be placed, slots are numbered from 1 to 27.
quantity: int
- Specifies the number of items to be dropes. Must be from 1 to 64.
direction: string
- Specifies the direction of Agent to drop the item.
- Must be one of:
forwardbackleftright
Result
Fails if the arguments are not specified correctly or the specified slot was empty.
On success, returns if items in the specified inventory slot was droped.