Uploaded August 2015 | Updated September 2026, 2 weeks ago
Explaining how to add Custom Image Objects in the Minecraft Replay Mod.
Basic Replay Mod Tutorial: youtube.com/watch?v=3aCrj9g2TqE
Keyframe Repository Tutorial: youtube.com/watch?v=IYrzbbIzWPw
Please read the Documentation: replaymod.com/docs
Official Website: replaymod.com
The Replay Mod is a Project by CrushedPixel and Johni0702.
twitter.com/CrushedPixel
twitter.com/Johni0702
The Replay Mod is a Modification for the popular sandbox game Minecraft which allows you to record, replay and share your gaming experience.
It's easy to use, but an incredibly powerful tool. Create perfect Minecraft Videos within minutes.
Replay Files are in a lightweight format - An average recording over 1 hour is less than 10 Megabytes large. You can easily share your Replays with your friends using the Replay Center.
Coming with a built-in video creator, the Replay Mod allows everyone to make perfect clips without any external software. The simple User Interface makes it very easy to design awesome Camera Paths.
Explaining how to add Custom Image Objects in the Minecraft Replay Mod.
Basic Replay Mod Tutorial: youtube.com/watch?v=3aCrj9g2TqE
Keyframe Repository Tutorial: youtube.com/watch?v=IYrzbbIzWPw
Please read the Documentation: replaymod.com/docs
Official Website: replaymod.com
The Replay Mod is a Project by CrushedPixel and Johni0702.
twitter.com/CrushedPixel
twitter.com/Johni0702
The Replay Mod is a Modification for the popular sandbox game Minecraft which allows you to record, replay and share your gaming experience.
It's easy to use, but an incredibly powerful tool. Create perfect Minecraft Videos within minutes.
Replay Files are in a lightweight format - An average recording over 1 hour is less than 10 Megabytes large. You can easily share your Replays with your friends using the Replay Center.
Coming with a built-in video creator, the Replay Mod allows everyone to make perfect clips without any external software. The simple User Interface makes it very easy to design awesome Camera Paths.
![Minecraft Command Blocks - Unique ID System
Ive created a simple Command Block concept that allows you to give every player on your server a unique id.
Commands:
/scoreboard players add @e id 0
/execute @e[score_id=0,c=1] ~ ~ ~ /scoreboard players add #maxid id 1
/execute @e[score_id=0,c=1] ~ ~ ~ /scoreboard players operation @e[c=1,r=0] id = #maxid id
To make this work for players only, simply replace the first command with
/scoreboard players add @a id 0
As always, leaving a like makes me happy :)
Minecraft ReplayMod: https://replaymod.com
Twitter: https://twitter.com/CrushedPixel
Donate here: http://bit.ly/DonorCP | http://patreon.com/CrushedPixel Minecraft Command Blocks - Unique ID System](https://i.ytimg.com/vi/bI4nJCjPWtE/mqdefault.jpg)






![Minecraft - Make Skeletons shoot at Pigs (Hostile Mobs attacking any Entity)
There is a way to make almost any hostile mob attack any entity you wish! This was discovered by FVDisco.
Donate here: http://bit.ly/DonorCP | Patreon: http://patreon.com/CrushedPixel
As always, leaving a like makes me happy :)
TeamSpeak IP: ts.crushedpixel.eu
Website: http://crushedpixel.eu
Twitter: https://twitter.com/CrushedPixel
MCEdit Filter Subreddit: http://reddit.com/r/MCEditFilters
Intro by AimeranFX: https://www.youtube.com/user/AimeranFX
Commands:
/summon ArmorStand ~ ~1 ~ {UUID:1-1-1-1-1,Invulnerable:1b}
/execute @e[type=Blaze] ~ ~ ~ /summon ThrownPotion ~ ~ ~ {ownerName:1-1-1-1-1,Potion:{id:potion,Damage:8197,tag:{CustomPotionEffects:[{Id:7,Amplifier:1,Duration:20}]}}}
/summon Pig ~ ~1 ~ {UUID:2-3-4-5-6}
/execute @e[type=Skeleton] ~ ~ ~ /summon ThrownPotion ~ ~ ~ {ownerName:2-3-4-5-6,Potion:{id:potion,Damage:8197,tag:{CustomPotionEffects:[{Id:6,Amplifier:1,Duration:20}]}}}
/summon Sheep ~ ~1 ~ {UUID:3-4-5-6-7,Invulnerable:1b}
/execute @e[type=Creeper] ~ ~ ~ /summon ThrownPotion ~ ~ ~ {ownerName:3-4-5-6-7,Potion:{id:potion,Damage:8197,tag:{CustomPotionEffects:[{Id:7,Amplifier:1,Duration:20}]}}}
Make sure to replace the UUIDs with the one of your entity! Minecraft - Make Skeletons shoot at Pigs (Hostile Mobs attacking any Entity)](https://i.ytimg.com/vi/dGBDKY_6srk/mqdefault.jpg)


