Advertisement
MasInYoFace

Deku RAW

Aug 6th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1. INIT:/scoreboard objectives add HandLife dummy
  2.  
  3. INIT:/scoreboard objectives add Break dummy
  4.  
  5. INIT:/scoreboard objectives add KillLeaf dummy
  6.  
  7. INIT:/scoreboard objectives add Air dummy
  8.  
  9. INIT:/scoreboard objectives add Xp dummy
  10.  
  11. INIT:/scoreboard objectives add XpLife dummy
  12.  
  13. INIT:/scoreboard objectives add Hold dummy
  14.  
  15. INIT:/scoreboard objectives add HoldLife dummy
  16.  
  17. INIT:/scoreboard objectives add XpBottle dummy
  18.  
  19. INIT:/scoreboard objectives add Hand dummy
  20.  
  21. INIT:/scoreboard objectives add DekuStandLife dummy
  22.  
  23. INIT:/tellraw @p ["",{"text":"Created with Command Combiner by","color":"white"},{"text":" Mr","color":"gold"},{"text":"Garretto","color":"blue","clickEvent":{"action":"open_url","value":"https://www.youtube.com/user/JustMrGarretto"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Click here for MrGarretto's YouTube channel","color":"yellow"}]}}}]
  24.  
  25. INIT:/tellraw @p ["",{"text":"Deku Leaf -1 Command- Installed","color":"dark_green","bold":true},{"text":" Right click sign to give yourself a Deku Leaf! Recharge energy with Bottle o' Enchanting","color":"green","bold":false}]
  26.  
  27. /tp @e[name=Leaf] @p
  28.  
  29. /scoreboard players set @p Air 0
  30.  
  31. /execute @a ~ ~ ~ detect ~ ~-1.25 ~ minecraft:air -1 /scoreboard players set @p Air 1
  32.  
  33. /effect @a[score_Hold_min=1,score_Air_min=1,score_Xp_min=1] minecraft:jump_boost 4 255 true
  34.  
  35. /effect @a[score_Hold_min=1,score_Air_min=1,score_Xp_min=1] minecraft:levitation 1 254 true
  36.  
  37. /execute @a[score_HoldLife_min=1,score_HoldLife=1,score_Air_min=1] ~ ~ ~ /summon ArmorStand ~ ~2 ~ {Invisible:1b,NoBasePlate:1b,NoGravity:1b,Equipment:[{},{},{},{},{id:"banner",Count:1b,tag:{BlockEntityTag:{Base:3,Patterns:[{Pattern:cs,Color:2},{Pattern:ls,Color:2},{Pattern:rs,Color:2},{Pattern:cbo,Color:2},{Pattern:cbo,Color:0},{Pattern:tts,Color:3},{Pattern:tts,Color:2}]}}}],DisabledSlots:2039583,Pose:{Head:[90f,0f,180f]},CustomName:Leaf}
  38.  
  39. /execute @a[score_Air_min=0,score_Air=0] ~ ~ ~ /scoreboard players add @e[name=Leaf] KillLeaf 1
  40.  
  41. /execute @a[score_HoldLife_min=0,score_HoldLife=0] ~ ~ ~ /kill @e[name=Leaf,c=1,r=1]
  42.  
  43. /execute @a[score_HoldLife_min=0,score_HoldLife=0] ~ ~ ~ /effect @p minecraft:levitation 0
  44.  
  45. /kill @e[score_KillLeaf_min=20]
  46.  
  47. /scoreboard players set @a[score_Hold_min=0,score_Hold=0] HoldLife 0
  48.  
  49. /scoreboard players add @a[score_Hold_min=1,score_Hold=1] HoldLife 1
  50.  
  51. ./scoreboard players set @a[score_HoldLife_min=1,score_HoldLife=1,score_Air_min=1] XpLife 0
  52.  
  53. /scoreboard players set @a Hold 0
  54.  
  55. /scoreboard players set @a Hold 1 {SelectedItem:{id:minecraft:banner}}
  56.  
  57. /execute @e[name=Leaf] ~ ~2 ~ /particle happyVillager ~ ~ ~ 0.5 0 0.5 0.1 1 force
  58.  
  59. /scoreboard players add @a[score_Air_min=1,score_HoldLife_min=1] XpLife 1
  60.  
  61. /scoreboard players set @a[score_XpLife_min=60] XpLife 0
  62.  
  63. /scoreboard players remove @a[score_XpLife_min=59,score_Xp_min=1] Xp 1
  64.  
  65. /playsound note.harp @a[score_XpLife_min=57,score_XpLife=57,score_Xp_min=1] ~ ~ ~ 100 1.05 1
  66.  
  67. /playsound note.harp @a[score_XpLife_min=59,score_XpLife=59,score_Xp_min=1] ~ ~ ~ 100 0.9 1
  68.  
  69. /execute @a[score_Xp_min=0,score_Xp=0] ~ ~ ~ /kill @e[name=Leaf,c=1,r=1]
  70.  
  71. /scoreboard players set @a[score_XpBottle_min=1,score_XpBottle=1] Xp 6
  72.  
  73. /execute @a[score_Xp_min=0,score_Xp=0,score_Air_min=1,score_HoldLife_min=1,score_HoldLife=1] ~ ~ ~ /tellraw @p ["",{"text":"Not enough energy! ","color":"green","bold":"true"}]
  74.  
  75. ./execute @a[score_Xp_min=0,score_Xp=0,score_HoldLife_min=1,score_Air_min=1] ~ ~ ~ /effect @p minecraft:jump_boost 0
  76.  
  77. /execute @a[score_Xp_min=0,score_Xp=0,score_HoldLife_min=1,score_Air_min=1] ~ ~ ~ /effect @p minecraft:levitation 0
  78.  
  79. /scoreboard players add @a[score_XpBottle_min=1] XpBottle 1
  80.  
  81. /scoreboard players set @a XpBottle 1 {Inventory:[{id:minecraft:experience_bottle}]}
  82.  
  83. /clear @a minecraft:experience_bottle
  84.  
  85. /scoreboard players add @a[score_Xp_min=0,score_Xp=0] Break 1
  86.  
  87. /scoreboard players set @a[score_Xp_min=1] Break 0
  88.  
  89. /execute @a[score_Break_min=1,score_Break=1] ~ ~ ~ /particle blockdust_133 ~ ~2.5 ~ 0.2 0 0.2 0.2 500 force
  90.  
  91. /execute @a[score_Break_min=1,score_Break=1] ~ ~ ~ /playsound dig.grass @a ~ ~ ~ 100 0.7 1
  92.  
  93. /scoreboard players set @a[score_XpBottle_min=10] XpBottle 0
  94.  
  95. /playsound random.successful_hit @a[score_XpBottle_min=1,score_XpBottle=1] ~ ~ ~ 100 1 1
  96.  
  97. /execute @a[score_XpBottle_min=1,score_XpBottle=1] ~ ~ ~ /particle happyVillager ~ ~ ~ 0.5 0.5 0.5 1 100 force
  98.  
  99. /xp -100L @a[score_XpLife_min=1,score_XpLife=1]
  100.  
  101. /xp 6 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=6,score_Xp_min=6]
  102.  
  103. /xp 5 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=5,score_Xp_min=5]
  104.  
  105. /xp 4 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=4,score_Xp_min=4]
  106.  
  107. /xp 3 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=3,score_Xp_min=3]
  108.  
  109. /xp 2 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=2,score_Xp_min=2]
  110.  
  111. /xp 1 @a[score_XpLife_min=2,score_XpLife=2,score_Xp=1,score_Xp_min=1]
  112.  
  113. /xp -100L @a[score_XpBottle_min=1,score_XpBottle=1]
  114.  
  115. /xp 6 @a[score_XpBottle_min=2,score_XpBottle=2]
  116.  
  117. /scoreboard players set @a Hand 0
  118.  
  119. /scoreboard players set @a Hand 1 {Inventory:[{id:minecraft:banner,Count:1b,Slot:-106b}]}
  120.  
  121. /replaceitem entity @a[score_Hand_min=1] slot.weapon.offhand minecraft:air
  122.  
  123. /replaceitem entity @a[score_Hand_min=1] slot.weapon.mainhand minecraft:banner 1 3 {BlockEntityTag:{Base:3,Patterns:[{Pattern:cs,Color:2},{Pattern:ls,Color:2},{Pattern:rs,Color:2},{Pattern:cbo,Color:2},{Pattern:cbo,Color:0},{Pattern:tts,Color:3},{Pattern:tts,Color:2}]},display:{Name:Deku Leaf},ench:[0:{id:15}]}
  124.  
  125. /playsound random.fizz @a[score_Hand_min=1] ~ ~ ~ 100 2 1
  126.  
  127. /execute @e[name=DekuStand] ~ ~ ~ /execute @e[r=2,type=!ArmorStand] ~ ~ ~ /particle happyVillager ~ ~ ~ 0 0 0 0.1 1 force
  128.  
  129. /execute @a[score_Hand_min=1,rym=-22,ry=22] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[0.0,0.6,1.5],Invisible:1,CustomName:DekuStand}
  130.  
  131. /execute @a[score_Hand_min=1,rym=23,ry=67] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[-0.8,0.6,0.8],Invisible:1,CustomName:DekuStand}
  132.  
  133. /execute @a[score_Hand_min=1,rym=68,ry=112] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[-1.5,0.4,0.0],Invisible:1,CustomName:DekuStand}
  134.  
  135. /execute @a[score_Hand_min=1,rym=113,ry=157] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[-0.8,0.4,-0.8],Invisible:1,CustomName:DekuStand}
  136.  
  137. /execute @a[score_Hand_min=1,rym=158,ry=-157] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[0.0,0.4,-1.5],Invisible:1,CustomName:DekuStand}
  138.  
  139. /execute @a[score_Hand_min=1,rym=-156,ry=-112] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[0.8,0.4,-0.8],Invisible:1,CustomName:DekuStand}
  140.  
  141. /execute @a[score_Hand_min=1,rym=-111,ry=-67] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[1.5,0.4,0.0],Invisible:1,CustomName:DekuStand}
  142.  
  143. /execute @a[score_Hand_min=1,rym=-66,ry=-21] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Motion:[0.8,0.4,0.8],Invisible:1,CustomName:DekuStand}
  144.  
  145. /scoreboard players add @e[name=DekuStand] DekuStandLife 1
  146.  
  147. /kill @e[score_DekuStandLife_min=22]
  148.  
  149. /execute @e[name=DekuStand] ~ ~ ~ /particle cloud ~ ~ ~ 2 0 2 0.1 5 force
  150.  
  151. /execute @a[score_Hand_min=1,rym=-22,ry=22] ~ ~ ~3 /entitydata @e[r=2] {Motion:[0.0,0.4,1.5]}
  152.  
  153. /execute @a[score_Hand_min=1,rym=23,ry=67] ~-2 ~ ~2 /entitydata @e[r=2] {Motion:[-0.8,0.4,0.8]}
  154.  
  155. /execute @a[score_Hand_min=1,rym=68,ry=112] ~-3 ~ ~ /entitydata @e[r=2] {Motion:[-1.5,0.4,0.0]}
  156.  
  157. /execute @a[score_Hand_min=1,rym=113,ry=157] ~-2 ~ ~-2 /entitydata @e[r=2] {Motion:[-0.8,0.4,-0.8]}
  158.  
  159. /execute @a[score_Hand_min=1,rym=158,ry=-157] ~ ~ ~-3 /entitydata @e[r=2] {Motion:[0.0,0.4,-1.5]}
  160.  
  161. /execute @a[score_Hand_min=1,rym=-156,ry=-112] ~2 ~ ~-2 /entitydata @e[r=2] {Motion:[0.8,0.4,-0.8]}
  162.  
  163. /execute @a[score_Hand_min=1,rym=-111,ry=-67] ~3 ~ ~ /entitydata @e[r=2] {Motion:[1.5,0.4,0.0]}
  164.  
  165. /execute @a[score_Hand_min=1,rym=-66,ry=-21] ~2 ~ ~2 /entitydata @e[r=2] {Motion:[0.8,0.4,0.8]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement