Minecraft Maps / Redstone Device

Kit PvP Signs in Vanilla Minecraft 1.8!

  • 1,924 views, 1 today
  • 106 downloads, 0 today
  • 1
  • 0
samdude444's Avatar samdude444
Level 42 : Master Miner
19
Hey Guys! This is a way to create kit pvp signs in vanilla Minecraft. Many servers have kit pvp where you can select your kt by right clicking a sign. This is how my design works, but without plugins!

A new feature in Minecraft 1.8 changed signs so they now support JSON formatting. This can allow a player to run up to 4 commands from a single sign. I used this feature to create signs that will give you items and automatically place armor on you!

Make sure to check out the video to see how it all works! If you want to try this out for yourself, all of the commands are in a pastebin here: http://pastebin.com/QRGXGCy2

Feel free to use this concept in any maps you create!

A few basic commands:
Full list of commands HERE
Commands
  1. Create Archer Kit Sign:                                                                                                                                                          /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\\\"}]}\"}}"}

  2. Completely Compacted Kit (No redstone needed!) 
    /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\\\"}]}\"}}"}

Thanks for checking this out! I'll have a new version coming out in the future which will be even better :D
Progress100% complete
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome