/replaceitem
Công dụng
Thay thế Item trong Slot của Entity hoặc Block
Đối tượng có thể dùng Command
Player có OP
Chủ Map
Addon
NPC /execute /function /gametest Command BlockCú pháp
/replaceitem block <position: x y z> slot.container <slotId: int> <itemName: Item> [amount: int] [data: int] [components: json]
block
là Block có thể chứa Item như Chest hoặc Barrel, ...
<position: x y z>
là tọa độ
slot.container
là ô chứa Item trong Block
<slotId: int>
là id ô
<itemName: Item>
là id Item
Danh sách
[amount: int]
là số lượng Item
Mặc định là 1
nếu bỏ qua thành phần này
Block ở tọa độ 1 1 1 có Diamond ở ô đầu tiên
/replaceitem block <position: x y z> slot.container <slotId: int> <oldItemHandling: ReplaceMode> <itemName: Item> [amount: int] [data: int] [components: json]
block
là Block có thể chứa Item như Chest hoặc Barrel, ...
<position: x y z>
là tọa độ
slot.container
là ô chứa Item trong Block
<slotId: int>
là id ô
<oldItemHandling: ReplaceMode>
là chế độ thay thế
Danh sách
destroy
là thay thế Item đã có trong ô đó
keep
là giữ nguyên Item trong ô đó
<itemName: Item>
là id Item
Danh sách
[amount: int]
là số lượng Item
Mặc định là 1
nếu bỏ qua thành phần này
Block ở tọa độ 1 1 1 có Diamond ở ô đầu tiên
/replaceitem entity <target: target> <slotType: EntityEquipmentSlot> <slotId: int> <itemName: Item> [amount: int] [data: int] [components: json]
entity
là vật thể
<slotType: EntityEquipmentSlot>
là loại ô của Entity
Danh sách
Id chữ | Giải thích |
---|---|
slot.armor |
Ô giáp cho ngựa và thảm cho lạc đà |
slot.armor.chest |
Ô để giáp ngực |
slot.armor.feet |
Ô để giáp bàn chân |
slot.armor.head |
Ô để giáp đầu |
slot.armor.legs |
Ô để giáp chân |
slot.chest |
Ô để Chest cho lừa, la và lạc đà |
slot.enderchest |
Ô kho đồ Ender Chest |
slot.equippable |
Chưa được hỗ trợ |
slot.hotbar |
Ô công cụ hiện trên màn hình |
slot.inventory |
Ô kho đồ |
slot.saddle |
Ô để yên cưỡi |
slot.weapon.mainhand |
Ô tay phải |
slot.weapon.offhand |
Ô tay trái |
<slotId: int>
là id ô
<itemName: Item>
là id Item
Danh sách
[amount: int]
là số lượng Item
Mặc định là 1
nếu bỏ qua thành phần này
Hg sẽ có giáp Diamond trong ô chứa giáp ngực diamond_chestplate
/replaceitem entity <target: target> <slotType: EntityEquipmentSlot> <slotId: int> <oldItemHandling: ReplaceMode> <itemName: Item> [amount: int] [data: int] [components: json]
entity
là vật thể
<slotType: EntityEquipmentSlot>
là loại ô của Entity
Danh sách
Id chữ | Giải thích |
---|---|
slot.armor |
Ô giáp cho ngựa và thảm cho lạc đà |
slot.armor.chest |
Ô để giáp ngực |
slot.armor.feet |
Ô để giáp bàn chân |
slot.armor.head |
Ô để giáp đầu |
slot.armor.legs |
Ô để giáp chân |
slot.chest |
Ô để Chest cho lừa, la và lạc đà |
slot.enderchest |
Ô kho đồ Ender Chest |
slot.equippable |
Chưa được hỗ trợ |
slot.hotbar |
Ô công cụ hiện trên màn hình |
slot.inventory |
Ô kho đồ |
slot.saddle |
Ô để yên cưỡi |
slot.weapon.mainhand |
Ô tay phải |
slot.weapon.offhand |
Ô tay trái |
<slotId: int>
là id ô
<oldItemHandling: ReplaceMode>
là chế độ thay thế
Danh sách
destroy
là thay thế Item đã có trong ô đó
keep
là giữ nguyên Item trong ô đó
<itemName: Item>
là id Item
Danh sách
[amount: int]
là số lượng Item
Mặc định là 1
nếu bỏ qua thành phần này
Hg đang cầm Item trên tay phải sẽ bị thay thế thành Diamond
Lưu ý
<slotId: int>
có tối đa 27 ô (Còn tùy vào Block và Entity có bao nhiêu ô)
id ô từ 0 -> 26