3
How do you summon a tamed mob?
I need to summon a rockstar freddy (it's a modded minecraft mob) tamed.
Can you help me?
/summon five_nights_at_freddys:rockstar_freddy {Owner:Dev}
didn't work.Can you help me?
Create an account or sign in to comment.
7

I'm assuming you're using the latest version of minecraft considering you're using the 'Owner' nbt tag.
If so the command format would look like this
E.g. the command for my UUID (to summon a tamed wolf) is
For an easier experience I suggest you spawn in a normal freddy mob and use this instead
If so the command format would look like this
summon five_nights_at_freddys:rockstar_freddy {Owner:[I;UUID1,UUID2,UUID3,UUID4]}
E.g. the command for my UUID (to summon a tamed wolf) is
summon wolf ~ ~ ~ {Owner:[I;2059657557,8407261,-1778230370,-939111300]}
You can use https://mcstacker.net/ to generate a summon command for a tameable vanilla mob and easily get your uuid from your username at the same time.For an easier experience I suggest you spawn in a normal freddy mob and use this instead
data modify entity @e[type=five_nights_at_freddys:rockstar_freddy,limit=1] Owner set @s UUID

dang, it became more complicated, yet makes more sense: username can be changed(unless bedrock which is later paywalled) and UUID cannot - it is your number, which cannot be changed

It was complicated ever since mobs existed
the Java programming language natively provides UUIDs as an ID system, so it was easier to use than making separate new one.
If you looked at your save files that stored your inventory in an extremely old version, it would likely contain the your player's UUID
the Java programming language natively provides UUIDs as an ID system, so it was easier to use than making separate new one.
If you looked at your save files that stored your inventory in an extremely old version, it would likely contain the your player's UUID

summon five_nights_at_freddys:rockstar_freddy ~ ~ ~ {Owner:[I;2059657557,8407261,-1778230370,-939111300]}
thx
thx

it didn't work

Which command didn't work?
The 1st or 2nd?
The 1st or 2nd?

https://www.gamergeeks.net/apps/minecraft/mob-generator may be of help.
I'd start by finding what was needed to summon an unmodified untamed version…
then add the tamed and modified properties separately,
once both of those worked, try combining the modifiers.
I'd start by finding what was needed to summon an unmodified untamed version…
then add the tamed and modified properties separately,
once both of those worked, try combining the modifiers.