Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ghostly Saddle of Marchysbryd 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: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:[{}]}}}
- 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:[{}]}}}]
- 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}
- 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
- 5. Put this in a chain command block, conditional, always active, connected to 4th one: scoreboard objectives add ghosthorse_jump minecraft.custom:minecraft.jump
- 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
- 2nd Part (Effects Part):
- 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
- 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
- 3. Put this in a repeating command block, always active: effect give @e[type=minecraft:skeleton_horse,tag=ghosthorse] minecraft:invisibility 1 0 true
- 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
- 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]
- 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
- 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
- 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
- 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
- 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}]}
- 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"]}
- 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
- 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
- 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}
- 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
- 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
- 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
- 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
- 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