Advertisement
samdude444

Kit PvP Signs in Vanilla Minecraft Commands

Jul 7th, 2014
6,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. PvP Kit Signs in Vanilla Minecraft Commands
  2. https://www.youtube.com/watch?v=KTRwEcmQNNU
  3. -------------------------------------------------
  4. SIGNS
  5. -------
  6. •Colored Sign
  7. /setblock ~ ~1 ~ minecraft:standing_sign 0 replace {Text1:"{text:\"Hello there\",color:blue}"}
  8.  
  9. •Two line sign that runs "setblock ~ ~1 ~ stone 0" command
  10. /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\"}}"}
  11.  
  12. You can change the value of the command to any command you want.
  13.  
  14. SUMMONING MULTIPLE ITEMS
  15. ----------------------------
  16. •Swordsman Kit (Command Block)
  17. /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}}}}}}}}}
  18.  
  19. •Archer Kit (Sign)
  20. /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}}}}}}}}}}\"}}"}
  21.  
  22. REPLACEITEM COMMAND
  23. ---------------------
  24. •Replace head slot with helmet
  25. /replaceitem entity @p slot.armor.head diamond_helmet
  26.  
  27. MULTIPLE COMMANDS IN ONE COMMAND BLOCK
  28. (using tool available here https://www.youtube.com/watch?v=MEawKJm-t28)
  29. --------------------------------------------------------------------------
  30. •Full Archer Kit using the replaceitem method in one command block
  31. /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}
  32.  
  33. •Using replaceitem to give full gold armor in one command block
  34. /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