File size: 576 Bytes
cf6f9f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | custom_init_commands:
- /replaceitem entity @s armor.head minecraft:diamond_helmet
- /replaceitem entity @s armor.chest minecraft:diamond_chestplate
- /replaceitem entity @s armor.legs minecraft:diamond_leggings
- /replaceitem entity @s armor.feet minecraft:diamond_boots
- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
- /give @p minecraft:bow 1
- /give @p minecraft:arrow 64
- /time set night
- /effect give @a night_vision 99999 250 true
- /summon minecraft:skeleton ~2 ~ ~
defaults:
- base
- _self_
text: Combat skeletons with equipped weapons and armor.
|