Advertisement
UltraLio

Ghostly Saddle of Marchysbryd

Oct 12th, 2022 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | Gaming | 0 0
  1. Ghostly Saddle of Marchysbryd 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:saddle",Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:bone",Count:1b}}] if entity @e[type=minecraft:item,distance=..1,nbt={Item:{id:"minecraft:phantom_membrane",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:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","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:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","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:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}}] run summon minecraft:area_effect_cloud ~ ~0.5 ~ {Particle:"white_ash",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:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}}] run playsound minecraft:entity.skeleton_horse.ambient ambient @a ~ ~0.5 ~ 1 0 1
  14.  
  15. 5. Put this in a chain command block, conditional, always active, connected to 4th one: scoreboard objectives add ghosthorse_jump minecraft.custom:minecraft.jump
  16.  
  17. 6. Put this in a chain command block, conditional, always active, connected to 5th one: scoreboard objectives add ghosthorse_sneak minecraft.custom:minecraft.sneak_time
  18.  
  19.  
  20. 2nd Part (Effects Part):
  21.  
  22. 1. Put this in a repeating command block, always active: execute as @a unless entity @s[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}}] run scoreboard players set @s ghosthorse_jump 0
  23.  
  24. 2. Put this in a repeating command block, always active: execute as @a unless entity @s[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}}] run scoreboard players set @s ghosthorse_sneak 0
  25.  
  26. 3. Put this in a repeating command block, always active: effect give @e[type=minecraft:skeleton_horse,tag=ghosthorse] minecraft:invisibility 1 0 true
  27.  
  28. 4. Put this in a repeating command block, always active: execute at @e[type=minecraft:skeleton_horse,tag=ghosthorse] run particle minecraft:white_ash ~ ~1 ~ 0.5 0.5 0.5 0 15 force @a
  29.  
  30. 5. Put this in a repeating command block, always active: execute as @e[type=minecraft:skeleton_horse,tag=ghosthorse] at @s if entity @a[nbt={RootVehicle:{Entity:{id:"minecraft:skeleton_horse"}},SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},distance=..1,limit=1] run tp @s ^ ^ ^1 facing entity @e[type=armor_stand,tag=ghosthorse,sort=nearest,limit=1]
  31.  
  32. 6. Put this in a repeating command block, always active: effect give @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}}] minecraft:resistance 1 255 true
  33.  
  34. 7. Put this in a repeating command block, always active: execute as @e[type=minecraft:armor_stand,tag=ghosthorse] at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},sort=nearest,limit=1] run tp @s ^ ^0.6 ^4
  35.  
  36. 8. Put this in a repeating command block, always active: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_jump=1..}] run particle minecraft:white_ash ~ ~1 ~ 1 1 1 0 1111 force @a
  37.  
  38. 9. Put this in a chain command block, conditional, always active, connected to 8th one: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_jump=1..}] run playsound minecraft:entity.skeleton_horse.ambient ambient @a ~ ~1 ~ 1 0 1
  39.  
  40. 10. Put this in a chain command block, conditional, always active, connected to 9th one: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_jump=1..}] run summon minecraft:skeleton_horse ~ ~ ~ {Invulnerable:1b,Glowing:1b,Tame:1b,Tags:["ghosthorse"],ActiveEffects:[{Id:14,Amplifier:0b,Duration:20,ShowParticles:0b}]}
  41.  
  42. 11. Put this in a chain command block, conditional, always active, connected to 10th one: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_jump=1..}] run summon minecraft:armor_stand ~ ~1 ~ {NoGravity:1b,Silent:1b,Invulnerable:1b,Invisible:1b,Tags:["ghosthorse"]}
  43.  
  44. 12. Put this in a chain command block, conditional, always active, connected to 11th one: scoreboard players set @a[scores={ghosthorse_jump=1..}] ghosthorse_jump 0
  45.  
  46. 13. Put this in a repeating command block, always active: execute as @e[type=minecraft:skeleton_horse,tag=ghosthorse] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..},distance=..5] run particle minecraft:white_ash ~ ~1 ~ 0.5 0.5 0.5 0 555 force @a
  47.  
  48. 14. Put this in a chain command block, conditional, always active, connected to 13th one: execute as @e[type=minecraft:skeleton_horse,tag=ghosthorse] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..},distance=..5] run data merge entity @s {Glowing:0b,Silent:1b}
  49.  
  50. 15. Put this in a chain command block, conditional, always active, connected to 14th one: execute as @e[type=minecraft:skeleton_horse,tag=ghosthorse] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..},distance=..5] run kill @s
  51.  
  52. 16. Put this in a chain command block, conditional, always active, connected to 15th one: execute as @e[type=minecraft:armor_stand,tag=ghosthorse] at @s if entity @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..},distance=..5] run kill @s
  53.  
  54. 17. Put this in a repeating command block, always active: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..}] run particle minecraft:white_ash ~ ~1 ~ 1 1 1 0 1111 force @a
  55.  
  56. 18. Put this in a chain command block, conditional, always active, connected to 18th one: execute at @a[nbt={SelectedItem:{id:"minecraft:saddle",Count:1b,tag:{display:{Name:'{"text":"Ghostly Saddle of Marchysbryd","italic":false}'},Enchantments:[{}]}}},scores={ghosthorse_sneak=1..}] run playsound minecraft:entity.skeleton_horse.death ambient @a ~ ~1 ~ 1 0 1
  57.  
  58. 19. Put this in a chain command block, conditional, always active, connected to 19th one: scoreboard players set @a[scores={ghosthorse_sneak=1..}] ghosthorse_sneak 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement