/transfer
< Commands
For the new server transfer command on Bedrock Edition, see Commands/transferserver.
For the new server transfer command on Java Edition, see Commands/transfer.
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 Minecraft Education.
/transfer| Visibility |
Hidden |
|---|---|
| Permission level required |
0 |
| Restrictions |
None |
{
"title": "<code>/transfer</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": []
}
Transfers a specified quantity of items from one slot to another of your Agent's inventory.
Syntax
transfer <srcSlotNum: int> <quantity: int> <dstSlotNum: int>
Arguments
srcSlotNum: int
- Specifies the source of slot number to be transferred, slots are numbered from 1 to 27.
quantity: int
- Specifies the number of items to be transferred from the Agent's inventory slot.
srcSlotNum: int
- Specifies the destination of slot number to be transferred, slots are numbered from 1 to 27.
Result
Fails if the arguments are not specified correctly, or returns false if the destination already has items of a different type, and if the source slot was empty.
On success, returns true if there was a room for the items to be transferred.
History
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| ? | Added /transfer. | ||||||