Advertisement
samdude444

Kit PvP Signs in Vanilla Minecraft Commands (v2)

Nov 21st, 2014
4,608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. Kit PvP Signs in Vanilla Minecraft Commands (v2):
  2. www.youtube.com/watch?v=6ReglrslO5g
  3. www.youtube.com/user/samdude444/
  4. _____________________________________________________
  5.  
  6. ►CREATE SIGN (blockdata):
  7. Tool to create signs easily: https://www.youtube.com/watch?v=0HaQliEpdjE
  8.  
  9. •Create Archer Kit Sign:
  10. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/setblock ~2 ~-2 ~ redstone_block 0 replace\"}}",Text2:"{text:\"Click to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text3:"{text:\"Archer Kit\",bold:\"true\",color:yellow,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}}}}}}\"}}",Text4:"{text:\"---------------\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"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\\\"}]}\"}}"}
  11.  
  12. •Create Tank Kit Sign:
  13. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/setblock ~2 ~-2 ~ redstone_block 0 replace\"}}",Text2:"{text:\"Click to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text3:"{text:\"Tank Kit\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/execute @p ~ ~ ~ /summon Item ~ ~ ~ {Item:{Count:1,id:wooden_sword},Riding:{id:Item,Item:{id:cooked_beef,Count:16},Riding:{id:Item,Item:{Count:1,id:potion,Damage:16457}}}}\"}}",Text4:"{text:\"---------------\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"tellraw @p {\\\"text\\\":\\\"\\\",\\\"extra\\\":[{\\\"text\\\":\\\"[KitPvP]\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" You have selected the\\\",\\\"color\\\":\\\"yellow\\\"},{\\\"text\\\":\\\" Tank\\\",\\\"color\\\":\\\"red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" kit!\\\",\\\"color\\\":\\\"yellow\\\"}]}\"}}"}
  14.  
  15. •Create Swordsman Kit Sign:
  16. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/setblock ~2 ~-2 ~ redstone_block 0 replace\"}}",Text2:"{text:\"Click to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text3:"{text:\"Swordsman Kit\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/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}}}}\"}}",Text4:"{text:\"---------------\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"tellraw @p {\\\"text\\\":\\\"\\\",\\\"extra\\\":[{\\\"text\\\":\\\"[KitPvP]\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" You have selected the\\\",\\\"color\\\":\\\"yellow\\\"},{\\\"text\\\":\\\" Swordsman\\\",\\\"color\\\":\\\"red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" kit!\\\",\\\"color\\\":\\\"
  17. _____________________________________________________________________________________
  18.  
  19. ►INDIVIDUAL SIGN COMMANDS:
  20. These are the four commands that are used as clickEvents inside the sign. Signs can only run up to 4 commands.
  21.  
  22. •/setblock ~2 ~-2 ~ redstone_block 0 replace
  23. Sets the redstone block that triggers replaceitem commands
  24.  
  25. •/clear @p
  26. Clears the player's inventory to get a new kit each time
  27.  
  28. •/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}}}}}}
  29. Gives kit items directly to the player. By summoning items riding other items, you can give yourself multiple items through one command block! Created using: http://mcstacker.bimbimma.com/
  30.  
  31. •/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"}]}
  32. Says a message in chat telling you which kit you have selected
  33. __________________________________________________________________________
  34. These commands are run when the sign sets the redstone block.
  35. ►REPLACEITEM EXAMPLE:
  36. /replaceitem entity @p slot.armor.head golden_helmet
  37. /replaceitem entity @p slot.armor.chest golden_chestplate
  38. /replaceitem entity @p slot.armor.legs golden_leggings
  39. /replaceitem entity @p slot.armor.feet golden_boots
  40.  
  41. ►PLAYSOUND COMMAND:
  42. /playsound random.orb @p ~ ~ ~ 1 1
  43.  
  44. ►COMMAND BLOCK RESET:
  45. /setblock ~ ~1 ~ air 0 replace
  46. Place this command block right below the redstone block so the commands are rest every time.
  47. ____________________________________________________________________________
  48.  
  49. ►►100% COMPACT SIGN KIT:
  50. ***This is the method to give you a kit by only using a sign. There is NO redstone involved! This method does not auto-equip armor! These signs will work anywhere you place them!***
  51.  
  52. •COMPACT ARCHER KIT (blockdata):
  53. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"playsound random.orb @p ~ ~ ~ 1 1\"}}",Text2:"{text:\"Click to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text3:"{text:\"Archer Kit\",bold:\"true\",color:yellow,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}}}}}}}}}}\"}}",Text4:"{text:\"---------------\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"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\\\"}]}\"}}"}
  54.  
  55. •COMPACT TANK KIT (blockdata):
  56. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text2:"{text:\"Ckick to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/execute @p ~ ~ ~ /summon Item ~ ~ ~ {Item:{Count:1,id:wooden_sword},Riding:{id:Item,Item:{id:cooked_beef,Count:16},Riding:{id:Item,Item:{Count:1,id:potion,Damage:16457},Riding:{id:Item,Item:{id:iron_helmet,Count:1},Riding:{id:Item,Item:{id:iron_chestplate,Count:1},Riding:{id:Item,Item:{id:iron_leggings,Count:1},Riding:{id:Item,Item:{id:iron_boots,Count:1}}}}}}}}\"}}",Text3:"{text:\"Tank Kit\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"tellraw @p {\\\"text\\\":\\\"\\\",\\\"extra\\\":[{\\\"text\\\":\\\"[KitPvP]\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" You have selected the\\\",\\\"color\\\":\\\"yellow\\\"},{\\\"text\\\":\\\" Tank\\\",\\\"color\\\":\\\"red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" kit!\\\",\\\"color\\\":\\\"yellow\\\"}]}\"}}",Text4:"{text:\"---------------\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/playsound random.orb @p ~ ~ ~ 1 1\"}}"}
  57.  
  58. •COMPACT SWORDSMAN KIT (blockdata):
  59. /blockdata ~ ~1 ~ {Text1:"{text:\"[Kit PvP]\",bold:\"true\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/clear @p\"}}",Text2:"{text:\"Ckick to get\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"/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}}}}}}}}}\"}}",Text3:"{text:\"Swordsman Kit\",bold:\"true\",color:yellow,clickEvent:{action:\"run_command\",value:\"tellraw @p {\\\"text\\\":\\\"\\\",\\\"extra\\\":[{\\\"text\\\":\\\"[KitPvP]\\\",\\\"color\\\":\\\"dark_red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" You have selected the\\\",\\\"color\\\":\\\"yellow\\\"},{\\\"text\\\":\\\" Swordsman\\\",\\\"color\\\":\\\"red\\\",\\\"bold\\\":\\\"true\\\"},{\\\"text\\\":\\\" kit!\\\",\\\"color\\\":\\\"yellow\\\"}]}\"}}",Text4:"{text:\"---------------\",color:dark_red,clickEvent:{action:\"run_command\",value:\"/playsound random.orb @p ~ ~ ~ 1 1\"}}"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement