1
Summon entity on player command. Is it possible ?
Hey, im trying to summon an irongolem on the player, but im not sure about the command
I know that : "summon iron_golem ~ ~5 ~"
but when the console runs it, it wont apply on player :/
I know that : "summon iron_golem ~ ~5 ~"
but when the console runs it, it wont apply on player :/
6
If you're using a command block, you have to
execute at entity PLAYERNAME run summon iron_golem ~ ~5 ~If you're trying to do it through the chat, you have to do /summon iron_golem ~ ~5 ~Hope this helps!thanks, im gonna try this out
You're welcome!
Are you using command blocks?
im using a plugin ^^ custom items plugin. Trying to spawn a mob on a rightclick with cooldown and all that stuff
Oof
