Advertisement
UltraLio

Quantum Shard Tutorial

Sep 5th, 2022 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.75 KB | Gaming | 0 0
  1. Quantum Shard Tutorial:
  2.  
  3.  
  4.  
  5. 1st Part (Item Part):
  6.  
  7. 1. Put this in a repeating command block, always active: execute at @e[type=minecraft:item,nbt={Item:{id:"minecraft:end_crystal",Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:netherite_block",Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:echo_shard",Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:crying_obsidian,Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:nether_star,Count:1b}}] run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}
  8.  
  9. 2. Put this in a chain command block, conditional, always active, connected to 1st one: kill @e[type=minecraft:item,nbt=!{Item:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}]
  10.  
  11. 3. Put this in a chain command block, conditional, always active, connected to 2nd one: execute at @e[type=minecraft:item,nbt={Item:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:area_effect_cloud ~ ~0.5 ~ {Particle:"shriek 0",Radius:1f,RadiusPerTick:0.1f,Duration:10}
  12.  
  13. 4. Put this in a chain command block, conditional, always active, connected to 3rd one: execute at @e[type=minecraft:item,nbt={Item:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:block.beacon.power_select ambient @a ~ ~0.5 ~ 1 2 1
  14.  
  15. 5. Put this in a chain command block, conditional, always active, connected to 4th one: execute at @a run summon minecraft:villager ~ ~3 ~ {Invulnerable:1b,NoGravity:1b,Silent:1b,NoAI:1b,Tags:["quantumpower"],ActiveEffects:[{Id:11,Amplifier:255b,Duration:1000000,ShowParticles:0b},{Id:14,Amplifier:255b,Duration:1000000,ShowParticles:0b}]}
  16.  
  17. 6. Put this in a chain command block, conditional, always active, connected to 5th one: scoreboard objectives add quantumpower minecraft.custom:minecraft.talked_to_villager
  18.  
  19. 7. Put this in a chain command block, conditional, always active, connected to 6th one: scoreboard objectives add quantumpower_sneak minecraft.custom:minecraft.sneak_time
  20.  
  21. 8. Put this in a chain command block, conditional, always active, connected to 7th one: scoreboard objectives add quantumpower_jump minecraft.custom:minecraft.jump
  22.  
  23. 9. Put this in a repeating command block, always active: execute at @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run tp @e[type=minecraft:villager,tag=quantumpower,sort=nearest,limit=1] ^ ^0.6 ^2
  24.  
  25. 2nd Part (Effects Part):
  26.  
  27. 1. Put this in a repeating command block, always active: execute as @a unless entity @s[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run scoreboard players set @s quantumpower_sneak 0
  28.  
  29. 2. Put this in a repeating command block, always active: execute as @a unless entity @s[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run scoreboard players set @s quantumpower_jump 0
  30.  
  31. 3. Put this in a repeating command block, always active: execute at @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 0.25 0 0.25
  32.  
  33. 4. Put this in a repeating command block, always active: execute at @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run particle minecraft:shriek 0 ~ ~ ~ 0.5 0.5 0.5 0 50 force @a
  34.  
  35. 5. Put this in a repeating command block, always active: execute as @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run effect give @s minecraft:invisibility 1 255 true
  36.  
  37. 6. Put this in a repeating command block, always active: execute as @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run effect give @s minecraft:resistance 1 255 true
  38.  
  39. 7. Put this in a repeating command block, always active: execute as @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run effect give @s minecraft:fire_resistance 1 255 true
  40.  
  41. 8. Put this in a repeating command block, always active: execute as @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run effect give @s minecraft:water_breathing 1 255 true
  42.  
  43. 9. Put this in a repeating command block, always active: execute as @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run effect give @s minecraft:slow_falling 1 255 true
  44.  
  45. 10. Put this in a repeating command block, always active: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..2] run particle minecraft:shriek 0 ~ ~ ~ 0.25 0.25 0.25 0 25 force @a
  46.  
  47. 11. Put this in a chain command block, conditional, always active, connected to 10th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..2] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  48.  
  49. 12. Put this in a chain command block, conditional, always active, connected to 11th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..2] run effect give @s minecraft:invisibility 10 255 true
  50.  
  51. 13. Put this in a chain command block, conditional, always active, connected to 12th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..2] run kill @s
  52.  
  53. 14. Put this in a repeating command block, always active: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:block.beacon.power_select ambient @a ~ ~1 ~ 1 2 1
  54.  
  55. 15. Put this in a chain command block, conditional, always active, connected to 14th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^1 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  56.  
  57. 16. Put this in a chain command block, conditional, always active, connected to 15th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^2 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  58.  
  59. 17. Put this in a chain command block, conditional, always active, connected to 16th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^3 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  60.  
  61. 18. Put this in a chain command block, conditional, always active, connected to 17th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^4 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  62.  
  63. 19. Put this in a chain command block, conditional, always active, connected to 18th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^5 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  64.  
  65. 20. Put this in a chain command block, conditional, always active, connected to 19th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^6 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  66.  
  67. 21. Put this in a chain command block, conditional, always active, connected to 20th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^7 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  68.  
  69. 22. Put this in a chain command block, conditional, always active, connected to 21st one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^8 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  70.  
  71. 23. Put this in a chain command block, conditional, always active, connected to 22nd one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^9 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  72.  
  73. 24. Put this in a chain command block, conditional, always active, connected to 23rd one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^10 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  74.  
  75. 25. Put this in a chain command block, conditional, always active, connected to 24th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^11 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  76.  
  77. 26. Put this in a chain command block, conditional, always active, connected to 25th one: execute at @a[scores={quantumpower=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:armor_stand ^ ^1 ^12 {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["quantumpower"]}
  78.  
  79. 27. Put this in a chain command block, conditional, always active, connected to 26th one: scoreboard players set @a[scores={quantumpower=1..}] quantumpower 0
  80.  
  81. 28. Put this in a repeating command block, always active: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @e[type=minecraft:armor_stand,tag=quantumpower,distance=..2] run particle minecraft:shriek 0 ~ ~ ~ 0.25 0.25 0.25 0 25 force @a
  82.  
  83. 29. Put this in a chain command block, conditional, always active, connected to 28th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @e[type=minecraft:armor_stand,tag=quantumpower,distance=..2] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  84.  
  85. 30. Put this in a chain command block, conditional, always active, connected to 29th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @e[type=minecraft:armor_stand,tag=quantumpower,distance=..2] run effect give @s minecraft:invisibility 10 255 true
  86.  
  87. 31. Put this in a chain command block, conditional, always active, connected to 30th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @e[type=minecraft:armor_stand,tag=quantumpower,distance=..2] run kill @s
  88.  
  89. 32. Put this in a repeating command block, always active: execute at @e[type=minecraft:armor_stand,tag=quantumpower] run particle minecraft:shriek 0 ~ ~ ~ 0.25 0.25 0.25 0 25 force @a
  90.  
  91. 33. Put this in a chain command block, conditional, always active, connected to 32nd one: execute at @e[type=minecraft:armor_stand,tag=quantumpower] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  92.  
  93. 34. Put this in a chain command block, conditional, always active, connected to 33rd one: kill @e[type=minecraft:armor_stand,tag=quantumpower]
  94.  
  95. 35. Put this in a repeating command block, always active: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[scores={quantumpower_sneak=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..15] run particle minecraft:shriek 0 ~ ~ ~ 0.5 0.5 0.5 0 50 force @a
  96.  
  97. 36. Put this in a chain command block, conditional, always active, connected to 35th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[scores={quantumpower_sneak=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..15] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  98.  
  99. 37. Put this in a chain command block, conditional, always active, connected to 36th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[scores={quantumpower_sneak=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..15] run effect give @s minecraft:invisibility 10 255 true
  100.  
  101. 38. Put this in a chain command block, conditional, always active, connected to 37th one: execute as @e[type=!minecraft:player,tag=!quantumpower] at @s if entity @a[scores={quantumpower_sneak=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}},distance=..15] run kill @s
  102.  
  103. 39. Put this in a chain command block, conditional, always active, connected to 38th one: scoreboard players set @a[scores={quantumpower_sneak=1..}] quantumpower_sneak 0
  104.  
  105. 40. Put this in a repeating command block, always active: execute at @a[scores={quantumpower_jump=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run particle minecraft:shriek 0 ~ ~ ~ 0.5 0.5 0.5 0 50 force @a
  106.  
  107. 41. Put this in a chain command block, conditional, always active, connected to 40th one: execute at @a[scores={quantumpower_jump=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  108.  
  109. 42. Put this in a chain command block, conditional, always active, connected to 41st one: execute as @a[scores={quantumpower_jump=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run tp @s @e[type=!player,tag=!quantumpower,sort=nearest,limit=1]
  110.  
  111. 43. Put this in a chain command block, conditional, always active, connected to 42nd one: execute at @a[scores={quantumpower_jump=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run particle minecraft:shriek 0 ~ ~ ~ 0.5 0.5 0.5 0 50 force @a
  112.  
  113. 44. Put this in a chain command block, conditional, always active, connected to 43rd one: execute at @a[scores={quantumpower_jump=1..},nbt={SelectedItem:{id:"minecraft:echo_shard",Count:1b,tag:{display:{Name:'{"text":"Quantum Shard","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:block.beacon.power_select ambient @a ~ ~ ~ 1 2 1
  114.  
  115. 45. Put this in a chain command block, conditional, always active, connected to 44th one: scoreboard players set @a[scores={quantumpower_jump=1..}] quantumpower_jump 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement