Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PvP Kit Signs in Vanilla Minecraft Commands
- https://www.youtube.com/watch?v=KTRwEcmQNNU
- -------------------------------------------------
- SIGNS
- -------
- •Colored Sign
- /setblock ~ ~1 ~ minecraft:standing_sign 0 replace {Text1:"{text:\"Hello there\",color:blue}"}
- •Two line sign that runs "setblock ~ ~1 ~ stone 0" command
- /setblock ~ ~1 ~ minecraft:standing_sign 0 replace {Text1:"{text:\"[Kit PvP]\",color:dark_red,bold:true}",Text2:"{text:\"Heavy\",color:yellow,bold:true,clickEvent:{action:run_command,value:\"/setblock ~ ~1 ~ stone 0\"}}"}
- You can change the value of the command to any command you want.
- SUMMONING MULTIPLE ITEMS
- ----------------------------
- •Swordsman Kit (Command Block)
- /execute @p ~ ~ ~ /summon Item ~ ~ ~ {Item:{Count:1,id:iron_sword},Riding:{id:Item,Item:{id:cooked_beef,Count:16},Riding:{id:Item,Item:{Count:1,id:potion,Damage:16450},Riding:{id:Item,Item:{id:leather_helmet,Count:1,tag:{ench:[{id:0,lvl:2}],display:{color:0,Name:Swordsman's Helmet}}},Riding:{id:Item,Item:{id:leather_chestplate,Count:1,tag:{ench:[{id:0,lvl:2}],display:{color:16711680,Name:Swordsman's Tunic}}},Riding:{id:Item,Item:{id:leather_leggings,Count:1,tag:{ench:[{id:4,lvl:2}],display:{color:65535,Name:Swordsman's Pants,Lore:[Pants are awesome!]}}},Riding:{id:Item,Item:{id:leather_boots,Count:1,tag:{ench:[{id:2,lvl:4}],display:{color:65280,Name:Swordsman's Boots},Unbreakable:1}}}}}}}}}
- •Archer Kit (Sign)
- /setblock ~ ~1 ~ minecraft:standing_sign 8 replace {Text1:"{text:\"[Kit PvP]\",color:dark_red,bold:true}",Text2:"{text:\"Archer\",color:yellow,bold:true,clickEvent:{action:run_command,value:\"/execute @p ~ ~ ~ /summon Item ~ ~ ~ {Item:{Count:1,id:bow,tag:{ench:[{id:48,lvl:1}]}},Riding:{id:Item,Item:{id:golden_sword,Count:1},Riding:{id:Item,Item:{id:cooked_beef,Count:16},Riding:{id:Item,Item:{id:arrow,Count:64},Riding:{id:Item,Item:{id:arrow,Count:64},Riding:{id:Item,Item:{id:golden_helmet,Count:1},Riding:{id:Item,Item:{id:golden_chestplate,Count:1},Riding:{id:Item,Item:{id:golden_leggings,Count:1},Riding:{id:Item,Item:{id:golden_boots,Count:1}}}}}}}}}}\"}}"}
- REPLACEITEM COMMAND
- ---------------------
- •Replace head slot with helmet
- /replaceitem entity @p slot.armor.head diamond_helmet
- MULTIPLE COMMANDS IN ONE COMMAND BLOCK
- (using tool available here https://www.youtube.com/watch?v=MEawKJm-t28)
- --------------------------------------------------------------------------
- •Full Archer Kit using the replaceitem method in one command block
- /summon MinecartCommandBlock ~ ~1 ~ {Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:FallingSand,TileID:157,Time:1},Command:clear @p},Command:replaceitem entity @p slot.hotbar.0 bow 1 0 {ench:[{id:48,lvl:1}]}},Command:replaceitem entity @p slot.hotbar.1 golden_sword},Command:replaceitem entity @p slot.hotbar.2 cooked_beef 16},Command:replaceitem entity @p slot.hotbar.7 arrow 64},Command:replaceitem entity @p slot.hotbar.8 arrow 64},Command:replaceitem entity @p slot.armor.feet golden_boots},Command:replaceitem entity @p slot.armor.legs golden_leggings },Command:replaceitem entity @p slot.armor.chest golden_chestplate },Command:replaceitem entity @p slot.armor.head golden_helmet},Command:replaceitem entity @p slot.armor.head golden_helmet},Command:setblock ~ ~-1 ~-2 air},Command:playsound random.orb @p ~ ~ ~ 1 1},Command:tellraw @p {"text":"","extra":[{"text":"[KitPvP]","color":"dark_red","bold":"true"},{"text":" You have selected the","color":"yellow"},{"text":" Archer","color":"red","bold":"true"},{"text":" kit!","color":"yellow"}]}},Command:setblock ~ ~ ~ lava 7}
- •Using replaceitem to give full gold armor in one command block
- /summon MinecartCommandBlock ~ ~1 ~ {Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:MinecartCommandBlock,Riding:{id:FallingSand,TileID:157,Time:1},Command:replaceitem entity @p slot.armor.feet golden_boots},Command:replaceitem entity @p slot.armor.legs golden_leggings },Command:replaceitem entity @p slot.armor.chest golden_chestplate },Command:replaceitem entity @p slot.armor.head golden_helmet},Command:setblock ~-2 ~-1 ~ air},Command:setblock ~ ~ ~ lava 7}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement