Advertisement
SirStickyNote

Double Jumping Concept (Commands)

Aug 26th, 2016
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Scoreboards:
  2. 1: /scoreboard objectives add JumpDetect stat.jump
  3. 2: /scoreboard objectives add JumpDelete dummy
  4.  
  5. Commands:
  6. 1: /effect @a jump_boost 1 4 true
  7. 2: /execute @a[score_JumpDetect_min=1] ~ ~ ~ summon Shulker ~ ~-2 ~ {CustomName:"JumpPlatform",NoAI:1,NoGravity:1,CustomNameVisible:0,ActiveEffects:[{Id:14,Amplifier:0,Duration:20000000,ShowParticles:0b}]}
  8. 3: /scoreboard players set @a[score_JumpDetect_min=1] JumpDetect 0
  9. 4: /scoreboard players add @e[name=JumpPlatform] JumpDelete 1
  10. 5: /tp @e[type=Shulker,score_JumpDelete_min=12] ~ ~-500 ~
  11. 6: /execute @a ~ ~ ~ /teleport @e[name=JumpPlatform,c=1,r=3] ~ ~-0.7 ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement