Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Quantum Shard Tutorial:
- 1st Part (Item Part):
- 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:[{}]}}}
- 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:[{}]}}}]
- 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}
- 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
- 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}]}
- 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
- 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
- 8. Put this in a chain command block, conditional, always active, connected to 7th one: scoreboard objectives add quantumpower_jump minecraft.custom:minecraft.jump
- 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
- 2nd Part (Effects Part):
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 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"]}
- 27. Put this in a chain command block, conditional, always active, connected to 26th one: scoreboard players set @a[scores={quantumpower=1..}] quantumpower 0
- 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
- 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
- 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
- 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
- 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
- 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
- 34. Put this in a chain command block, conditional, always active, connected to 33rd one: kill @e[type=minecraft:armor_stand,tag=quantumpower]
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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