Minecraft, summon without ~

minecraft-commandsminecraft-java-edition

I'm trying to use the following command to summon an skeleton horse to the players location:

execute {name} ~ ~ ~ /summon EntityHorse ~ ~ ~

However due to donationcraft removing the '~', I need a version to do this without the use of '~'.

Does anybody have an idea on how to complete this?

Thanks in advance,

Best Answer

You can't. The only thing you can do without the relative coordinate operator is summon a horse at a specific coordinate. You cannot do any operations that require relative coordinates if the operator is disabled.

Related Topic